Skip to content

Commit

Permalink
more nits
Browse files Browse the repository at this point in the history
  • Loading branch information
josepharhar committed Nov 22, 2024
1 parent 9463f7e commit 02b8cde
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -56149,14 +56149,14 @@ interface <dfn interface>HTMLSelectedContentElement</dfn> : <span>HTMLElement</s
</ol>
</li>

<li><p>Let <var>convertedNode</var> be the result of <span>convert nodes into a node</span> given
<var>nodes</var> and <var>option</var>'s <span>node document</span>.</p></li>
<li><p>Let <var>documentFragment</var> be the result of running <span>convert nodes into a
node</span> given <var>nodes</var> and <var>option</var>'s <span>node document</span>.</p></li>

<li><p><span>Ensure pre-insertion validity</span> of <var>convertedNode</var> into
<var>SelectedContent</var> before null.</p></li>
<li><p><span>Ensure pre-insertion validity</span> of <var>documentFragment</var> into
<var>selectedContent</var> before null.</p></li>

<li><p><span data-x="concept-node-replace-all">Replace all</span> with <var>convertedNode</var>
within <var>selectedcontent</var>.</p></li>
<li><p><span data-x="concept-node-replace-all">Replace all</span> with
<var>documentFragment</var> within <var>selectedcontent</var>.</p></li>
</ol>

<p>To <dfn>clear a selectedcontent</dfn> given a <code>selectedcontent</code> element
Expand All @@ -56165,7 +56165,7 @@ interface <dfn interface>HTMLSelectedContentElement</dfn> : <span>HTMLElement</s
<ol>
<li><p><span data-x="concept-node-remove-ext">Remove</span> all <span
data-x="concept-tree-child">children</span> of <var>selectedcontent</var>, in <span>tree
order</span></p></li>
order</span>.</p></li>
</ol>

<p>The <code>selectedcontent</code> <span>HTML element insertion steps</span>, given
Expand Down

0 comments on commit 02b8cde

Please sign in to comment.