[css3-syntax] Remove the type flag from percentages and dimensions.

Wed, 20 Feb 2013 16:24:59 -0800

author
Tab Atkins Jr. <jackalmage@gmail.com>
date
Wed, 20 Feb 2013 16:24:59 -0800
changeset 7512
b3accb3444d8
parent 7511
5a4a03bb378c
child 7513
0dff950123a2

[css3-syntax] Remove the type flag from percentages and dimensions.

css3-syntax/Overview.html file | annotate | diff | comparison | revisions
css3-syntax/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-syntax/Overview.html	Thu Feb 21 00:49:20 2013 +0100
     1.2 +++ b/css3-syntax/Overview.html	Wed Feb 20 16:24:59 2013 -0800
     1.3 @@ -11,7 +11,7 @@
     1.4  
     1.5    <meta content="CSS Syntax Module Level 3 (CSS3 Syntax)" name=dcterms.title>
     1.6    <meta content=text name=dcterms.type>
     1.7 -  <meta content=2013-02-20 name=dcterms.issued>
     1.8 +  <meta content=2013-02-21 name=dcterms.issued>
     1.9    <meta content="http://dev.w3.org/csswg/css3-syntax/" name=dcterms.creator>
    1.10    <meta content=W3C name=dcterms.publisher>
    1.11    <meta content="http://dev.w3.org/csswg/css3-syntax/"
    1.12 @@ -31,7 +31,7 @@
    1.13  
    1.14     <h1>CSS Syntax Module Level 3</h1>
    1.15  
    1.16 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 February
    1.17 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 21 February
    1.18      2013</h2>
    1.19  
    1.20     <dl>
    1.21 @@ -628,14 +628,14 @@
    1.22     include-match, dash-match, prefix-match, suffix-match, substring-match,
    1.23     whitespace, cdo, cdc, colon, semicolon, comma, [, ], (, ), {, and }.
    1.24  
    1.25 -  <p> ident, function, at-keyword, hash, string, and url tokens have a value
    1.26 +  <p> Ident, function, at-keyword, hash, string, and url tokens have a value
    1.27     composed of zero or more characters. Delim tokens have a value composed of
    1.28     a single character. Number, percentage, and dimension tokens have a
    1.29 -   representation composed of 1 or more character, a numeric value, and a
    1.30 -   type flag set to either "integer" or "number". The type flag defaults to
    1.31 -   "integer" if not otherwise set. Dimension tokens additionally have a unit
    1.32 -   composed of one or more characters. Unicode-range tokens have a range of
    1.33 -   characters.
    1.34 +   representation composed of 1 or more character, and a numeric value Number
    1.35 +   tokens additionally have a type flag set to either "integer" or "number".
    1.36 +   The type flag defaults to "integer" if not otherwise set. Dimension tokens
    1.37 +   additionally have a unit composed of one or more characters. Unicode-range
    1.38 +   tokens have a range of characters.
    1.39  
    1.40    <p> The tokenizer state machine consists of the states defined in the
    1.41     following subsections.
     2.1 --- a/css3-syntax/Overview.src.html	Thu Feb 21 00:49:20 2013 +0100
     2.2 +++ b/css3-syntax/Overview.src.html	Wed Feb 20 16:24:59 2013 -0800
     2.3 @@ -386,9 +386,10 @@
     2.4  		and }.
     2.5  
     2.6  	<p>
     2.7 -		ident, function, at-keyword, hash, string, and url tokens have a value composed of zero or more characters.
     2.8 +		Ident, function, at-keyword, hash, string, and url tokens have a value composed of zero or more characters.
     2.9  		Delim tokens have a value composed of a single character.
    2.10 -		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.
    2.11 +		Number, percentage, and dimension tokens have a representation composed of 1 or more character, and a numeric value
    2.12 +		Number tokens additionally have a type flag set to either "integer" or "number".  The type flag defaults to "integer" if not otherwise set.
    2.13  		Dimension tokens additionally have a unit composed of one or more characters.
    2.14  		Unicode-range tokens have a range of characters.
    2.15  

mercurial