Skip to content

Commit

Permalink
Fix indentation/wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
mfreed7 committed Jan 12, 2024
1 parent cb6388c commit 7e051b1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -6968,12 +6968,13 @@ a boolean <var>delegatesFocus</var>, and a boolean <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
<a for=tree>children</a>, in <a>tree order</a>.
<li><p><a for=/>Remove</a> all of <var>element</var>'s <a for=Element>shadow root</a>'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>element</var>'s <a for=Element>shadow root</a>'s
<a for=ShadowRoot>declarative</a> to false.

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

<p class=note>This means that if multiple declarative shadow roots are contained within a single
Expand Down

0 comments on commit 7e051b1

Please sign in to comment.