- From: smaug---- <notifications@github.com>
- Date: Tue, 10 Feb 2026 14:18:51 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 10 February 2026 22:18:55 UTC
@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