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

@smaug---- commented on this pull request.



> @@ -9981,6 +9988,61 @@ and {{Range/getBoundingClientRect()}} methods are defined in other specification
 [[CSSOM-VIEW]]
 
 
+<h3 id=interface-opaquerange>Interface {{OpaqueRange}}</h3>
+
+<pre class=idl>
+[Exposed=Window]
+interface OpaqueRange : AbstractRange {
+  DOMRectList getClientRects();
+  DOMRect getBoundingClientRect();
+};

Is there a reason why OpaqueRange offsets are readonly? Or there isn't any method to update them?

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

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

Received on Tuesday, 10 February 2026 22:18:55 UTC