We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313c1b8 commit 7e65e38Copy full SHA for 7e65e38
css-highlight-api-1/Overview.bs
@@ -497,9 +497,8 @@ Range Updating and Invalidation</h3>
497
</div>
498
499
When computing how to render a document,
500
- if [=start node=] or [=end node=] of any [=range=]
501
- in the [=highlight registry=] associated with that document's window
502
- refer to a {{Node}} whose [=shadow-including root=] is not that document,
+ if any {{StaticRange}} in the [=highlight registry=] associated with that document's window
+ is not <a spec=dom for="StaticRange">valid</a>,
503
the user agent must ignore that [=range=].
504
If the [=start offset=] or [=end offset=] of any [=range=]
505
are greater than the corresponding node’s <a spec=dom>length</a>,
0 commit comments