Skip to content

Commit

Permalink
make input close select
Browse files Browse the repository at this point in the history
  • Loading branch information
josepharhar committed Feb 13, 2025
1 parent 11d436c commit a2bdcc8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -131693,6 +131693,16 @@ document.body.appendChild(text);

<dt>A start tag whose tag name is "input"</dt>
<dd>
<p>If the <span>stack of open elements</span> <span data-x="has an element in scope">has a
<code>select</code> element in scope</span>, then:</p>

<ol>
<li><p><span>Parse error</span>.</p></li>

<li><p>Pop elements from the <span>stack of open elements</span> until a <code>select</code>
element has been popped from the stack.</p></li>
</ol>

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

<p><span>Insert an HTML element</span> for the token. Immediately pop the <span>current
Expand Down

0 comments on commit a2bdcc8

Please sign in to comment.