Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing character renders in Tokenization
Browse files Browse the repository at this point in the history
AMS21 committed Dec 20, 2024
1 parent 00b42be commit 36a8cb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source
Original file line number Diff line number Diff line change
@@ -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>
@@ -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>
@@ -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>

0 comments on commit 36a8cb8

Please sign in to comment.