files/en-us/web/api/editcontext/updateselectionbounds/index.md
{{APIRef("EditContext API")}}{{SeeCompatTable}}
The EditContext.updateSelectionBounds() method of the {{domxref("EditContext")}} interface is used to inform the operating system about the bounds of the text selection within the editable region that's associated with the EditContext object.
Call this method to tell the operating system the bounds of the user's current selection. You should call the method whenever the user's selection changes in the editable region. The selection bounds are used by the operating system to help position the IME window or any other platform-specific editing-related UI surfaces.
updateSelectionBounds(selectionBounds)
selectionBounds
None (undefined).
{{Specifications}}
{{Compat}}