Specification
Explainer: https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/OpaqueRange/explainer.md
WHATWG DOM Spec PR: whatwg/dom#1404
WHATWG HTML Spec PR: whatwg/html#11741
Description
OpaqueRange represents a live span of text within a form control’s value (for example, a <textarea> or text <input>), enabling range-based operations over value text. It supports geometry queries and use with the CSS Highlights API, while preserving encapsulation by exposing only value offsets (and returning null for startContainer/endContainer).
Documentation
Explainer: https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/OpaqueRange/explainer.md
Demos: coming soon (will update back with link)
Browser support
Chromium (in origin trials):
Vendor positions
Specification
Explainer: https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/OpaqueRange/explainer.md
WHATWG DOM Spec PR: whatwg/dom#1404
WHATWG HTML Spec PR: whatwg/html#11741
Description
OpaqueRange represents a live span of text within a form control’s value (for example, a
<textarea>or text<input>), enabling range-based operations over value text. It supports geometry queries and use with the CSS Highlights API, while preserving encapsulation by exposing only value offsets (and returningnullforstartContainer/endContainer).Documentation
Explainer: https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/OpaqueRange/explainer.md
Demos: coming soon (will update back with link)
Browser support
Chromium (in origin trials):
Vendor positions