Audio Tracks
Method of specifying and selecting between multiple audio tracks. Useful for providing audio descriptions, director's commentary, additional languages, alternative takes, etc.
CSS3 selectors
Advanced element selection using selectors including: `[foo^="bar"]`, `[foo$="bar"]`, `[foo*="bar"]`, `:root`, `:nth-child()`, `:nth-last-child()`, `:nth-of-type()`, `:nth-last-of-type()`, `:last-child`, `:first-of-type`, `:last-of-type`, `:only-child`, `:only-of-type`, `:empty`, `:target`, `:enabled`, `:disabled`, `:checked`, `:not()`, `~` (general sibling)
::selection CSS pseudo-element
The ::selection CSS pseudo-element applies rules to the portion of a document that has been highlighted (e.g., selected with the mouse or another pointing device) by the user.
Document Object Model Range
A contiguous range of content in a Document, DocumentFragment or Attr
Directory selection from file input
The `webkitdirectory` attribute on the `<input type="file">` element allows entire directory with file contents (and any subdirectories) to be selected.
Multiple file selection
Allows users to select multiple files in the file picker.
Selection controls for input & textarea
Controls for setting and getting text selection via `setSelectionRange()` and the `selectionStart` & `selectionEnd` properties.
Selection API
API for accessing selected content of a document, including the `window.getSelection()` method, as well as the `selectstart` & `selectionchange` events on `document`.
Video Tracks
Method of specifying and selecting between multiple video tracks. Useful for providing sign language tracks, burnt-in captions or subtitles, alternative camera angles, etc.
document api: `selectionchange` event
htmlinputelement api: `selectionchange` event
htmlinputelement api: selectiondirection
htmlinputelement api: selectionend
htmlinputelement api: selectionstart
htmltextareaelement api: `selectionchange` event
htmltextareaelement api: selectiondirection
htmltextareaelement api: selectionend
htmltextareaelement api: selectionstart
permissions api: `speaker-selection` permission
selection api
selection api: addrange
selection api: anchornode
selection api: anchoroffset
selection api: collapse
selection api: collapsetoend
selection api: collapsetostart
selection api: collapse: `node` parameter is nullable
selection api: collapse: `offset` parameter is optional
selection api: containsnode
selection api: containsnode: `partialcontainment` parameter is optional
selection api: deletefromdocument
selection api: `empty()` as alias of `removeallranges()`
selection api: extend
selection api: extend: `offset` parameter is optional
selection api: focusnode
selection api: focusoffset
selection api: getrangeat
selection api: iscollapsed
selection api: modify
selection api: rangecount
selection api: removeallranges
selection api: removerange
selection api: selectallchildren
selection api: setbaseandextent
selection api: `setposition()` as alias of `collapse()`
selection api: tostring
selection api: type
window api: getselection
headers http header: feature-policy: speaker-selection
headers http header: permissions-policy: speaker-selection
50 results found.