Selection: collapseToStart() method
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017.
The Selection.collapseToStart()
method collapses the
selection to the start of the first range in the selection. If the content of the
selection is focused and editable, the caret will blink there.
Syntax
js
collapseToStart()
Parameters
None.
Return value
None (undefined
).
Specifications
Specification |
---|
Selection API # dom-selection-collapsetostart |
Browser compatibility
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
collapseToStart |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
See also
Selection
, the interface it belongs to.