Skip to content

Commit

Permalink
Update source
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Dec 11, 2024
1 parent 6ba68d3 commit 39d3c96
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -72633,17 +72633,17 @@ document.body.append(parent);
<li><p>Let <var>registry</var> be <var>document</var>'s <span>relevant global object</span>'s
<code>CustomElementRegistry</code> object.</p></li>

<li><p>If there is a <span>custom element definition</span> in <var>registry</var>'s <span>custom
element definition set</span> with <span
<li><p>If <var>registry</var>'s <span>custom element definition set</span> <span data-x="list
contains">contains</span> an item with <span
data-x="concept-custom-element-definition-name">name</span> and <span
data-x="concept-custom-element-definition-local-name">local name</span> both equal to
<var>localName</var>, then return that <span>custom element definition</span>.</p></li>
<var>localName</var>, then return that item.</p></li>

<li><p>If there is a <span>custom element definition</span> in <var>registry</var>'s <span>custom
element definition set</span> with <span
<li><p>If <var>registry</var>'s <span>custom element definition set</span> <span data-x="list
contains">contains</span> an item with <span
data-x="concept-custom-element-definition-name">name</span> equal to <var>is</var> and <span
data-x="concept-custom-element-definition-local-name">local name</span> equal to
<var>localName</var>, then return that <span>custom element definition</span>.</p></li>
<var>localName</var>, then return that item.</p></li>

<li><p>Return null.</p></li>
</ol>
Expand Down

0 comments on commit 39d3c96

Please sign in to comment.