We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd8efa commit c47bc7bCopy full SHA for c47bc7b
css-highlight-api-1/Overview.bs
@@ -507,7 +507,11 @@ Range Updating and Invalidation</h3>
507
</div>
508
509
When computing how to render a document,
510
- if any {{StaticRange}} in the [=highlight registry=] associated with that document's window
+ if [=start node=] or [=end node=] of any [=range=]
511
+ in the [=highlight registry=] associated with that document's window
512
+ refer to a {{Node}} whose [=shadow-including root=] is not that document,
513
+ the user agent must ignore that [=range=].
514
+ If any {{StaticRange}} in the [=highlight registry=] associated with that document's window
515
is not <a spec=dom for="StaticRange">valid</a>,
516
the user agent must ignore that [=range=].
517
0 commit comments