Skip to content

Commit

Permalink
add select to stack of open elements
Browse files Browse the repository at this point in the history
  • Loading branch information
josepharhar committed Aug 22, 2024
1 parent e08df7e commit ea6d608
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -124656,6 +124656,7 @@ dictionary <dfn dictionary>StorageEventInit</dfn> : <span>EventInit</span> {
<li><code>th</code></li>
<li><code>marquee</code></li>
<li><code>object</code></li>
<li><code>select</code></li>
<li><code>template</code></li>
<li><span>MathML <code>mi</code></span></li>
<li><span>MathML <code>mo</code></span></li>
Expand Down Expand Up @@ -129442,9 +129443,18 @@ document.body.appendChild(text);

<dt>A start tag whose tag name is "option"</dt>
<dd>
<p>While the <span>stack of open elements</span> <span data-x="has an element in select
scope">has an <code>option</code> element in select scope</span>, pop an element from the
<span>stack of open elements</span>.</p>
<li>
<p>If the <span>stack of open elements</span> <span data-x="has an element in select
scope">has an <code>option</code> element in select scope</span>:</p>

<ol>
<li><p>While the <span>stack of open elements</span> <span data-x="has an element in select
scope">has an <code>option</code> element in select scope</span>, pop an element from the
<span>stack of open elements</span>.</p></li>

<li><p>If the <span>current node</span> is not now a <code>
</ol>
</li>

<p><span>Reconstruct the active formatting elements</span>, if any.</p>

Expand Down

0 comments on commit ea6d608

Please sign in to comment.