Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions css-highlight-api-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -489,10 +489,10 @@ Range Updating and Invalidation</h3>
and recreating new ones.
</div>

When computing how to render the document,
When computing how to render a document,
if [=start node=] or [=end node=] of any [=range=]
in the [=highlight regsitry=]
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,
the user agent must ignore that [=range=].
If the [=start offset=] or [=end offset=] of any [=range=]
are greater than the corresponding node’s <a spec=dom>length</a>,
Expand Down