Open
Bug 1990256
Opened 13 days ago
Updated 7 days ago
Implement FormControlRange
Categories
(Core :: DOM: Forms, enhancement)
Core
DOM: Forms
Tracking
()
UNCONFIRMED
People
(Reporter: stephanie.zhang, Unassigned)
Details
Steps to reproduce:
Filing this as a tracking bug for implementing FormControlRange.
Implement FormControlRange -- a specialized, live AbstractRange subclass for <input>/<textarea> value space. It enables range-based operations in native controls while restricting standard Range mutations to preserve encapsulation. It integrates cleanly with existing selection/editing behavior and closes a long-standing gap.
Explainer: https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/FormControlRange/explainer.md
Ongoing WHATWG discussion thread: https://github.com/whatwg/html/issues/11478
Mozilla Standards Link: https://github.com/mozilla/standards-positions/issues/1289
You need to log in
before you can comment on or make changes to this bug.
Description
•