Skip to content

Commit

Permalink
Editorial: add missing character renders in Tokenization
Browse files Browse the repository at this point in the history
  • Loading branch information
AMS21 authored Jan 14, 2025
1 parent d4b0041 commit ad1450d
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
Expand Up @@ -128929,7 +128929,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 (>)</dt>
<dd>Switch to the <span>data state</span>.</dd>

<dt>Anything else</dt>
Expand Down Expand Up @@ -129119,7 +129119,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 @@ -129142,7 +129142,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

0 comments on commit ad1450d

Please sign in to comment.