Re: [whatwg/dom] Add FormControlRange interface (PR #1404)

@stephanieyzhang commented on this pull request.



> @@ -9892,6 +9892,126 @@ and {{Range/getBoundingClientRect()}} methods are defined in other specification
 [[CSSOM-VIEW]]
 
 
+<h3 id=interface-formcontrolrange>Interface {{FormControlRange}}</h3>
+
+<pre class=idl>
+[Exposed=Window]
+interface FormControlRange : AbstractRange {
+  constructor();
+
+  undefined setFormControlRange((HTMLInputElement or HTMLTextAreaElement) element,

Sounds good. Added a TODO to remind myself in the future

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/1404#discussion_r2388706567
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/pull/1404/review/3280936374@github.com>

Received on Monday, 29 September 2025 17:29:29 UTC