Skip to content

Commit

Permalink
Remove removal steps
Browse files Browse the repository at this point in the history
  • Loading branch information
josepharhar committed Dec 17, 2024
1 parent 961fee3 commit 999a14a
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -56447,30 +56447,6 @@ interface <dfn interface>HTMLSelectedContentElement</dfn> : <span>HTMLElement</s
<var>nearestSelectAncestor</var>.</p></li>
</ol>

<p>The <code>selectedcontent</code> <span>HTML element removing steps</span>, given
<var>selectedcontent</var> and <var>oldParent</var>, are:</p>

<ol>
<li>
<p>For each <var>ancestor</var> of <var>selectedcontent</var>'s <span
data-x="ancestor">ancestors</span> in reverse <span>tree order</span>:</p>

<ol>
<li><p>If <var>ancestor</var> is a <code>select</code> element, then return.</p></li>
</ol>
</li>

<li>
<p>For each <var>ancestor</var> of <var>oldParent</var>'s <span data-x="inclusive
ancestor">inclusive ancestors</span> in reverse <span>tree order</span>:</p>

<ol>
<li><p>If <var>ancestor</var> is a <code>select</code> element, then run <span>clear a
selectedcontent</span> given <var>selectedcontent</var>.</p></li>
</ol>
</li>
</ol>



<h4 split-filename="form-control-infrastructure">Form control infrastructure</h4>
Expand Down

0 comments on commit 999a14a

Please sign in to comment.