-
Notifications
You must be signed in to change notification settings - Fork 266
New feature ID for OpaqueRange #3863
Description
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 progress (DevTrial / Origin Trial planned)
WebKit / Mozilla: no public signal yet (WebKit/standards-positions#541 and mozilla/standards-positions#1289)