3636
3737 < h1 > CSS Syntax Module Level 3</ h1 >
3838
39- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 16 July 2012</ h2 >
39+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 17 July 2012</ h2 >
4040
4141 < dl >
4242 < dt > This version:
@@ -592,7 +592,7 @@ <h3 id=parse-state><span class=secno>3.3. </span> Parse State</h3>
592592 < h3 id =tokenization > < span class =secno > 3.4. </ span > Tokenization</ h3 >
593593
594594 < p > Implementations must act as if they used the following state machine to
595- tokenize HTML . The state machine must start in the < a
595+ tokenize CSS . The state machine must start in the < a
596596 href ="#data-state0 "> < i > data state</ i > </ a > . Most states consume a single
597597 character, which may have various side-effects, and either switches the
598598 state machine to a new state to reconsume the same character, or switches
@@ -604,7 +604,7 @@ <h3 id=tokenization><span class=secno>3.4. </span> Tokenization</h3>
604604 < p > The output of the tokenization step is a series of zero or more of the
605605 following tokens: identifier, function, at-keyword, hash, string,
606606 bad-string, url, bad-url, delim, number, percentage, dimension,
607- unicode-range, whitespace, cdo, cdc, colon, semicolon, [, ], (, ), [, ] .
607+ unicode-range, whitespace, cdo, cdc, colon, semicolon, [, ], (, ), {, } .
608608
609609 < p > Identifier, function, at-keyword, hash, string, and url tokens have a
610610 value composed of zero or more characters. Delim tokens have a value
@@ -740,7 +740,7 @@ <h4 id=data-state><span class=secno>3.4.3. </span> <dfn id=data-state0>Data
740740
741741 < dt > U+0028 LEFT PARENTHESIS (()
742742
743- < dd > Emit an ( token. Remain in this state.
743+ < dd > Emit a ( token. Remain in this state.
744744
745745 < dt > U+0029 RIGHT PARENTHESIS ())
746746
@@ -822,7 +822,7 @@ <h4 id=data-state><span class=secno>3.4.3. </span> <dfn id=data-state0>Data
822822
823823 < dt > U+005B LEFT SQUARE BRACKET ([)
824824
825- < dd > Emit an [ token. Remain in this state.
825+ < dd > Emit a [ token. Remain in this state.
826826
827827 < dt > U+005C REVERSE SOLIDUS (\)
828828
@@ -840,11 +840,11 @@ <h4 id=data-state><span class=secno>3.4.3. </span> <dfn id=data-state0>Data
840840
841841 < dt > U+007B LEFT CURLY BRACKET ({)
842842
843- < dd > Emit an [ token. Remain in this state.
843+ < dd > Emit a [ token. Remain in this state.
844844
845845 < dt > U+007D RIGHT CURLY BRACKET (})
846846
847- < dd > Emit a ] token. Remain in this state.
847+ < dd > Emit a } token. Remain in this state.
848848
849849 < dt > < a href ="#digit "> < i > digit</ i > </ a >
850850
0 commit comments