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 a334c2a commit 90fc49cCopy full SHA for 90fc49c
dom.bs
@@ -6090,7 +6090,8 @@ algorithm is passed <var ignore>node</var> and <var ignore>oldDocument</var>, as
6090
<ol>
6091
<li><p>Let <var>registry</var> be null.
6092
6093
- <li><p>If <var>inclusiveDescendant</var>'s <a for=tree>parent</a> is null or
+ <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
6095
<var>inclusiveDescendant</var>'s <a for=tree>parent</a> is a {{DocumentFragment}} but not
6096
a {{ShadowRoot}}, then set <var>registry</var> to <var>document</var>'s
6097
<a for=Document>custom element registry</a>.
0 commit comments