We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c441b commit 30c6f1bCopy full SHA for 30c6f1b
css-highlight-api-1/Overview.bs
@@ -489,10 +489,10 @@ Range Updating and Invalidation</h3>
489
and recreating new ones.
490
</div>
491
492
- When computing how to render the document,
+ When computing how to render a document,
493
if [=start node=] or [=end node=] of any [=range=]
494
- in the [=highlight regsitry=]
495
- refer to a {{Node}} which is no longer [=in a document tree=],
+ in the [=highlight registry=] associated with that document's window
+ refer to a {{Node}} whose [=shadow-including root=] is not that document,
496
the user agent must ignore that [=range=].
497
If the [=start offset=] or [=end offset=] of any [=range=]
498
are greater than the corresponding node’s <a spec=dom>length</a>,
0 commit comments