We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f769ded commit cb1282cCopy full SHA for cb1282c
2 files changed
css3-syntax/Overview.html
@@ -461,10 +461,10 @@ <h3 id=tokenization><span class=secno>3.4. </span> Tokenization</h3>
461
state.
462
463
<p> The output of the tokenization step is a series of zero or more of the
464
- following tokens: ident, function, at-keyword, hash, string, bad-string,
465
- url, bad-url, delim, number, percentage, dimension, unicode-range,
466
- whitespace, cdo, cdc, colon, semicolon, open-brace, close-brace,
467
- open-paren, close-paren, open-bracket, close-bracket.
+ following tokens: identifier, function, at-keyword, hash, string,
+ bad-string, url, bad-url, delim, number, percentage, dimension,
+ unicode-range, whitespace, cdo, cdc, colon, semicolon, open-brace,
+ close-brace, open-paren, close-paren, open-bracket, close-bracket.
468
469
<p> Ident, function, at-keyword, hash, string, and url tokens have a value
470
composed of zero or more characters. Delim tokens have a value composed of
css3-syntax/Overview.src.html
@@ -241,7 +241,7 @@ <h3>
241
242
<p>
243
The output of the tokenization step is a series of zero or more of the following tokens:
244
- ident,
+ identifier,
245
function,
246
at-keyword,
247
hash,
0 commit comments