Skip to content

Commit

Permalink
Merge fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mfreed7 committed Oct 2, 2023
1 parent 37808ad commit f01b44d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -6906,8 +6906,8 @@ a boolean <var>delegatesFocus</var>, and a boolean <var>slotAssignment</var>:
<li><p>If <var>element</var>'s <a for=Element>namespace</a> is not the <a>HTML namespace</a>,
then <a>throw</a> a "{{NotSupportedError!!exception}}" {{DOMException}}.

<li><p>If <a>this</a>'s <a for=Element>local name</a> is not a <a>valid shadow host name</a>, then
<a>throw</a> a "{{NotSupportedError!!exception}}" {{DOMException}}.
<li><p>If <var>element</var>'s <a for=Element>local name</a> is not a <a>valid shadow host name</a>,
then <a>throw</a> a "{{NotSupportedError!!exception}}" {{DOMException}}.

<li>
<p>If <var>element</var>'s <a for=Element>local name</a> is a <a>valid custom element name</a>, or
Expand Down

0 comments on commit f01b44d

Please sign in to comment.