Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mfreed7 committed Feb 15, 2024
1 parent 1c0b37c commit 16dcb39
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -6967,10 +6967,10 @@ a boolean <var>delegatesFocus</var>, and a string <var>slotAssignment</var>:
<p>If one of the following is true:

<ul>
<li><p><var>currentShadowRoot</var>'s <a for=ShadowRoot>declarative</a> is false,
<li><p><var>currentShadowRoot</var>'s <a for=ShadowRoot>declarative</a> is false

<li><p><var>currentShadowRoot</var>'s <a for=ShadowRoot>mode</a> does not match
<var>mode</var>, or
<var>mode</var>
</ul>

<p>then <a>throw</a> a "{{NotSupportedError!!exception}}" {{DOMException}}.
Expand All @@ -6979,11 +6979,10 @@ a boolean <var>delegatesFocus</var>, and a string <var>slotAssignment</var>:
<p>Otherwise:

<ol>
<li><p><a for=/>Remove</a> all of <var>element</var>'s <a for=Element>shadow root</a>'s
<li><p><a for=/>Remove</a> all of <var>currentShadowRoot</var>'s
<a for=tree>children</a>, in <a>tree order</a>.

<li><p>Set <var>element</var>'s <a for=Element>shadow root</a>'s
<a for=ShadowRoot>declarative</a> to false.
<li><p>Set <var>currentShadowRoot</var>'s <a for=ShadowRoot>declarative</a> to false.

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

0 comments on commit 16dcb39

Please sign in to comment.