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

Add missing character renders in Tokenization #10880

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
6 changes: 3 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -128682,7 +128682,7 @@ dictionary <dfn dictionary>StorageEventInit</dfn> : <span>EventInit</span> {
<dt>U+005D RIGHT SQUARE BRACKET (])</dt>
<dd>Emit a U+005D RIGHT SQUARE BRACKET character token.</dd>

<dt>U+003E GREATER-THAN SIGN character</dt>
<dt>U+003E GREATER-THAN SIGN (>) character</dt>
<dd>Switch to the <span>data state</span>.</dd>

<dt>Anything else</dt>
Expand Down Expand Up @@ -128872,7 +128872,7 @@ dictionary <dfn dictionary>StorageEventInit</dfn> : <span>EventInit</span> {
(subtract 0x0057 from the character's code point) to the <var data-x="character reference
code">character reference code</var>.</dd>

<dt>U+003B SEMICOLON</dt>
<dt>U+003B SEMICOLON (;)</dt>
<dd>Switch to the <span>numeric character reference end state</span>.</dd>

<dt>Anything else</dt>
Expand All @@ -128895,7 +128895,7 @@ dictionary <dfn dictionary>StorageEventInit</dfn> : <span>EventInit</span> {
character's code point) to the <var data-x="character reference code">character reference
code</var>.</dd>

<dt>U+003B SEMICOLON</dt>
<dt>U+003B SEMICOLON (;)</dt>
<dd>Switch to the <span>numeric character reference end state</span>.</dd>

<dt>Anything else</dt>
Expand Down