File tree 1 file changed +13
-3
lines changed
1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -124656,6 +124656,7 @@ dictionary <dfn dictionary>StorageEventInit</dfn> : <span>EventInit</span> {
124656
124656
<li><code>th</code></li>
124657
124657
<li><code>marquee</code></li>
124658
124658
<li><code>object</code></li>
124659
+ <li><code>select</code></li>
124659
124660
<li><code>template</code></li>
124660
124661
<li><span>MathML <code>mi</code></span></li>
124661
124662
<li><span>MathML <code>mo</code></span></li>
@@ -129442,9 +129443,18 @@ document.body.appendChild(text);
129442
129443
129443
129444
<dt>A start tag whose tag name is "option"</dt>
129444
129445
<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>
129448
129458
129449
129459
<p><span>Reconstruct the active formatting elements</span>, if any.</p>
129450
129460
You can’t perform that action at this time.
0 commit comments