Skip to content

Commit

Permalink
Correct step 2 of attach a shadow root
Browse files Browse the repository at this point in the history
Regressed in ca756e0 as part of abstracting attachShadow().
  • Loading branch information
dandclark committed Apr 4, 2024
1 parent 5858d35 commit b9700e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -6941,8 +6941,9 @@ a boolean <var>delegatesFocus</var>, and a string <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 <var>element</var>'s 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 b9700e0

Please sign in to comment.