Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relax <select> parser #10557

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
re-add reconstruct active formatting elements
josepharhar committed Oct 10, 2024
commit 58b9ca95af7ff8290b706fd8a15f497a2fbf418e
4 changes: 4 additions & 0 deletions source
Original file line number Diff line number Diff line change
@@ -129413,6 +129413,8 @@ document.body.appendChild(text);
<ol>
<li><p>If the <span>current node</span> is an <code>option</code> element, then pop the
<span>current node</span> off the <span>stack of open elements</span>.</p></li>

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

<p><span>Insert an HTML element</span> for the token.</p>
@@ -129440,6 +129442,8 @@ document.body.appendChild(text);

<li><p>If the <span>current node</span> is an <code>optgroup</code> element, then pop the
<span>current node</span> from the <span>stack of open elements</span>.</p></li>

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

<p><span>Insert an HTML element</span> for the token.</p>