Skip to content

Commit 7ce06c9

Browse files
AMS21lozy219
authored andcommitted
Editorial: add missing character renders in Tokenization
1 parent ddd703a commit 7ce06c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128944,7 +128944,7 @@ dictionary <dfn dictionary>StorageEventInit</dfn> : <span>EventInit</span> {
128944128944
<dt>U+005D RIGHT SQUARE BRACKET (])</dt>
128945128945
<dd>Emit a U+005D RIGHT SQUARE BRACKET character token.</dd>
128946128946

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

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

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

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

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

129163129163
<dt>Anything else</dt>

0 commit comments

Comments
 (0)