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

Switch to RCDATA before checking next token #5032

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
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
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -109970,14 +109970,14 @@ document.body.appendChild(text);

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

<li><p>Switch the tokenizer to the <span>RCDATA state</span>.</p></li>

<li><p>If the <span>next token</span> is a U+000A LINE FEED (LF) character token, then ignore
that token and move on to the next one. (Newlines at the start of <code>textarea</code>
elements are ignored as an authoring convenience.)</p></li>

<!-- see comment in <pre> start tag bit -->

<li><p>Switch the tokenizer to the <span>RCDATA state</span>.</p></li>

<li><p>Let the <span>original insertion mode</span> be the current <span>insertion
mode</span>.</p>

Expand Down