Skip to content

Commit ea6d608

Browse files
committed
add select to stack of open elements
1 parent e08df7e commit ea6d608

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

source

+13-3
Original file line numberDiff line numberDiff line change
@@ -124656,6 +124656,7 @@ dictionary <dfn dictionary>StorageEventInit</dfn> : <span>EventInit</span> {
124656124656
<li><code>th</code></li>
124657124657
<li><code>marquee</code></li>
124658124658
<li><code>object</code></li>
124659+
<li><code>select</code></li>
124659124660
<li><code>template</code></li>
124660124661
<li><span>MathML <code>mi</code></span></li>
124661124662
<li><span>MathML <code>mo</code></span></li>
@@ -129442,9 +129443,18 @@ document.body.appendChild(text);
129442129443

129443129444
<dt>A start tag whose tag name is "option"</dt>
129444129445
<dd>
129445-
<p>While the <span>stack of open elements</span> <span data-x="has an element in select
129446-
scope">has an <code>option</code> element in select scope</span>, pop an element from the
129447-
<span>stack of open elements</span>.</p>
129446+
<li>
129447+
<p>If the <span>stack of open elements</span> <span data-x="has an element in select
129448+
scope">has an <code>option</code> element in select scope</span>:</p>
129449+
129450+
<ol>
129451+
<li><p>While the <span>stack of open elements</span> <span data-x="has an element in select
129452+
scope">has an <code>option</code> element in select scope</span>, pop an element from the
129453+
<span>stack of open elements</span>.</p></li>
129454+
129455+
<li><p>If the <span>current node</span> is not now a <code>
129456+
</ol>
129457+
</li>
129448129458

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

0 commit comments

Comments
 (0)