Results 281 - 300 of 1,081

Selection.collapse()

The Selection.collapse() method collapses the current selection to a single point. The document is not modified. If the content is focused and editable, the caret will blink there.
API Experimental HTML Editing Method Reference Selection

Selection.containsNode()

The Selection.containsNode() method indicates if the node is part of the selection.
API Experimental HTML Editing Method Reference Selection