-
Notifications
You must be signed in to change notification settings - Fork 286
New feature ID for OpaqueRange #3863
Copy link
Copy link
Closed
Labels
feature definitionCreating or defining new features or groups of features.Creating or defining new features or groups of features.feature entry requestA request for a new web platform feature entryA request for a new web platform feature entry
Metadata
Metadata
Assignees
Labels
feature definitionCreating or defining new features or groups of features.Creating or defining new features or groups of features.feature entry requestA request for a new web platform feature entryA request for a new web platform feature entry
Type
Fields
Give feedbackNo fields configured for issues without a type.
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