Skip to content

Commit 8b54620

Browse files
committed
Fix a lingering 'ident'.
--HG-- extra : rebase_source : ea8857265c2933e7ca018cef53b7fb6584e6490e
1 parent 43431b3 commit 8b54620

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

css3-syntax/Overview.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -559,14 +559,14 @@ <h3 id=tokenization><span class=secno>3.4. </span> Tokenization</h3>
559559
unicode-range, whitespace, cdo, cdc, colon, semicolon, open-brace,
560560
close-brace, open-paren, close-paren, open-bracket, close-bracket.
561561

562-
<p> Ident, function, at-keyword, hash, string, and url tokens have a value
563-
composed of zero or more characters. Delim tokens have a value composed of
564-
a single character. Number, percentage, and dimension tokens have a
565-
representation composed of 1 or more character, a numeric value, and a
566-
type flag set to either "integer" or "number". The type flag defaults to
567-
"integer" if not otherwise set. Dimension tokens additionally have a unit
568-
composed of one or more characters. Unicode-range tokens have a range of
569-
characters.
562+
<p> Identifier, function, at-keyword, hash, string, and url tokens have a
563+
value composed of zero or more characters. Delim tokens have a value
564+
composed of a single character. Number, percentage, and dimension tokens
565+
have a representation composed of 1 or more character, a numeric value,
566+
and a type flag set to either "integer" or "number". The type flag
567+
defaults to "integer" if not otherwise set. Dimension tokens additionally
568+
have a unit composed of one or more characters. Unicode-range tokens have
569+
a range of characters.
570570

571571
<p> The tokenizer state machine consists of the states defined in the
572572
following subsections.
@@ -2400,7 +2400,7 @@ <h2 class=no-num id=property-index> Property index</h2>
24002400
<table class=proptable>
24012401
<thead>
24022402
<tr>
2403-
<th>properties
2403+
<th>Property
24042404

24052405
<th>Values
24062406

css3-syntax/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h3>
367367
close-bracket.
368368

369369
<p>
370-
Ident, function, at-keyword, hash, string, and url tokens have a value composed of zero or more characters.
370+
Identifier, function, at-keyword, hash, string, and url tokens have a value composed of zero or more characters.
371371
Delim tokens have a value composed of a single character.
372372
Number, percentage, and dimension tokens have a representation composed of 1 or more character, a numeric value, and a type flag set to either "integer" or "number". The type flag defaults to "integer" if not otherwise set.
373373
Dimension tokens additionally have a unit composed of one or more characters.

0 commit comments

Comments
 (0)