Skip to content

Commit 06a8d10

Browse files
committed
I need to tokenize whitespace at the top-level for Selectors.
1 parent 49b3105 commit 06a8d10

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

css3-syntax/Overview.src.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ <h3>
253253
percentage,
254254
dimension,
255255
unicode-range,
256+
whitespace,
256257
cdo,
257258
cdc,
258259
colon,
@@ -350,6 +351,8 @@ <h4>
350351
<dl>
351352
<dt><i>whitespace</i>
352353
<dd>
354+
Consume as much <i>whitespace</i> as possible.
355+
Emit a whitespace token.
353356
Remain in this state.
354357

355358
<dt>U+0022 QUOTATION MARK (")

0 commit comments

Comments
 (0)