Skip to content

Commit cb1282c

Browse files
committed
Consistently use 'identifier'.
--HG-- extra : rebase_source : bcd9246460c2900cbd2d8db777332d0a60803cf7
1 parent f769ded commit cb1282c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css3-syntax/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -461,10 +461,10 @@ <h3 id=tokenization><span class=secno>3.4. </span> Tokenization</h3>
461461
state.
462462

463463
<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.
464+
following tokens: identifier, function, at-keyword, hash, string,
465+
bad-string, url, bad-url, delim, number, percentage, dimension,
466+
unicode-range, whitespace, cdo, cdc, colon, semicolon, open-brace,
467+
close-brace, open-paren, close-paren, open-bracket, close-bracket.
468468

469469
<p> Ident, function, at-keyword, hash, string, and url tokens have a value
470470
composed of zero or more characters. Delim tokens have a value composed of

css3-syntax/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ <h3>
241241

242242
<p>
243243
The output of the tokenization step is a series of zero or more of the following tokens:
244-
ident,
244+
identifier,
245245
function,
246246
at-keyword,
247247
hash,

0 commit comments

Comments
 (0)