Skip to content

Commit 36a8cb8

Browse files
committed
Add missing character renders in Tokenization
1 parent 00b42be commit 36a8cb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source

+3-3
Original file line numberDiff line numberDiff line change
@@ -128682,7 +128682,7 @@ dictionary <dfn dictionary>StorageEventInit</dfn> : <span>EventInit</span> {
128682128682
<dt>U+005D RIGHT SQUARE BRACKET (])</dt>
128683128683
<dd>Emit a U+005D RIGHT SQUARE BRACKET character token.</dd>
128684128684

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

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

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

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

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

128901128901
<dt>Anything else</dt>

0 commit comments

Comments
 (0)