Skip to content

Commit ad1450d

Browse files
authored
Editorial: add missing character renders in Tokenization
1 parent d4b0041 commit ad1450d

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
@@ -128929,7 +128929,7 @@ dictionary <dfn dictionary>StorageEventInit</dfn> : <span>EventInit</span> {
128929128929
<dt>U+005D RIGHT SQUARE BRACKET (])</dt>
128930128930
<dd>Emit a U+005D RIGHT SQUARE BRACKET character token.</dd>
128931128931

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

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

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

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

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

129148129148
<dt>Anything else</dt>

0 commit comments

Comments
 (0)