Skip to content

Commit 90fc49c

Browse files
author
Jayson Chen
committed
simply logic
1 parent a334c2a commit 90fc49c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dom.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6090,7 +6090,8 @@ algorithm is passed <var ignore>node</var> and <var ignore>oldDocument</var>, as
60906090
<ol>
60916091
<li><p>Let <var>registry</var> be null.
60926092

6093-
<li><p>If <var>inclusiveDescendant</var>'s <a for=tree>parent</a> is null or
6093+
<li><p>If <var>inclusiveDescendant</var>'s <a for=Element>custom element registry</a>
6094+
is non-null or <var>inclusiveDescendant</var>'s <a for=tree>parent</a> is null or
60946095
<var>inclusiveDescendant</var>'s <a for=tree>parent</a> is a {{DocumentFragment}} but not
60956096
a {{ShadowRoot}}, then set <var>registry</var> to <var>document</var>'s
60966097
<a for=Document>custom element registry</a>.

0 commit comments

Comments
 (0)