Skip to content
Closed
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -59127,6 +59127,8 @@ interface <dfn interface>HTMLSelectedContentElement</dfn> : <span>HTMLElement</s
<ol>
<li><p>Let <var>passedFirstSelectedcontent</var> be false.</p></li>
Comment thread
josepharhar marked this conversation as resolved.
Outdated

<li><p>Let <var>elements</var> be « ».</p></li>
Comment thread
josepharhar marked this conversation as resolved.
Outdated

<li>
<p>For each <var>descendant</var> of <var>select</var>'s <span
data-x="descendant">descendants</span> in <span>tree order</span> that is a
Expand All @@ -59136,10 +59138,13 @@ interface <dfn interface>HTMLSelectedContentElement</dfn> : <span>HTMLElement</s
<li><p>If <var>passedFirstSelectedcontent</var> is false, then set
<var>passedFirstSelectedcontent</var> to true.</p></li>

<li><p>Otherwise, run <span>clear a <code>selectedcontent</code></span> given
<var>descendant</var>.</p></li>
<li><p>Otherwise, <span data-x="list append">append</span> <var>descendant</var> to
<var>elements</var>.</p></li>
</ol>
</li>

<li><p>For each <var>element</var> of <var>elements</var>, <span>clear a
<code>selectedcontent</code></span> given <var>element</var>.</p></li>
Comment thread
josepharhar marked this conversation as resolved.
Outdated
</ol>
</div>

Expand Down