@@ -1637,11 +1637,11 @@ <h4 id=data-state><span class=secno>4.4.1. </span> <dfn id=data-state0>Data
16371637 < dd > If the < a href ="#next-input-character "> < i
16381638 title ="next input character "> next 3 input characters</ i > </ a > < a
16391639 href ="#check-if-three-characters-would-start-an0 "> < i > would start an
1640- identifier</ i > </ a > , create an at-keyword token with its value initially
1641- set to the empty string. Switch to the < a
1640+ identifier</ i > </ a > , switch to the < a
16421641 href ="#at-keyword-state0 "> < i > at-keyword state</ i > </ a > .
1643- < p > Otherwise, emit a delim token with its value set to U+0040 COMMERCIAL
1644- AT (@). Remain in this state.
1642+ < p > Otherwise, emit a delim token with its value set to the < a
1643+ href ="#current-input-character "> < i > current input character</ i > </ a > .
1644+ Remain in this state.
16451645
16461646 < dt > U+005B LEFT SQUARE BRACKET ([)
16471647
@@ -1745,8 +1745,8 @@ <h4 id=data-state><span class=secno>4.4.1. </span> <dfn id=data-state0>Data
17451745 < h4 id =double-quote-string-state > < span class =secno > 4.4.2. </ span > < dfn
17461746 id =double-quote-string-state0 > Double-quote-string state</ dfn > </ h4 >
17471747
1748- < p > If a string token has not yet been created since entering this state,
1749- create a string token with its value initially set to the empty string.
1748+ < p > When this state is first entered, create a string token with its value
1749+ initially set to the empty string.
17501750
17511751 < p > Consume the < a href ="#next-input-character "> < i > next input
17521752 character</ i > </ a > .
@@ -1791,8 +1791,8 @@ <h4 id=double-quote-string-state><span class=secno>4.4.2. </span> <dfn
17911791 < h4 id =single-quote-string-state > < span class =secno > 4.4.3. </ span > < dfn
17921792 id =single-quote-string-state0 > Single-quote-string state</ dfn > </ h4 >
17931793
1794- < p > If a string token has not yet been created since entering this state,
1795- create a string token with its value initially set to the empty string.
1794+ < p > When this state is first entered, create a string token with its value
1795+ initially set to the empty string.
17961796
17971797 < p > Consume the < a href ="#next-input-character "> < i > next input
17981798 character</ i > </ a > .
@@ -1901,6 +1901,9 @@ <h4 id=comment-state><span class=secno>4.4.5. </span> <dfn
19011901 < h4 id =at-keyword-state > < span class =secno > 4.4.6. </ span > < dfn
19021902 id =at-keyword-state0 > At-keyword state</ dfn > </ h4 >
19031903
1904+ < p > When this state is first entered, create an at-keyword token with its
1905+ value initially set to the empty string.
1906+
19041907 < p > Consume the < a href ="#next-input-character "> < i > next input
19051908 character</ i > </ a > .
19061909
@@ -1938,8 +1941,8 @@ <h4 id=at-keyword-state><span class=secno>4.4.6. </span> <dfn
19381941 < h4 id =ident-state > < span class =secno > 4.4.7. </ span > < dfn
19391942 id =ident-state0 > Ident state</ dfn > </ h4 >
19401943
1941- < p > When this state is first entered, create a new ident token with its
1942- value initially set to the empty string.
1944+ < p > When this state is first entered, create an ident token with its value
1945+ initially set to the empty string.
19431946
19441947 < p > Consume the < a href ="#next-input-character "> < i > next input
19451948 character</ i > </ a > .
0 commit comments