css3-syntax/Overview.src.html

changeset 7196
8e74e0231167
parent 7195
412652196fe7
child 7197
8913ebfee16d
     1.1 --- a/css3-syntax/Overview.src.html	Sun Jan 20 11:28:18 2013 -0800
     1.2 +++ b/css3-syntax/Overview.src.html	Sun Jan 20 11:35:27 2013 -0800
     1.3 @@ -621,8 +621,7 @@
     1.4  
     1.5  			<p>
     1.6  				Otherwise,
     1.7 -				if the <i>next input character</i> is
     1.8 -				a <i>digit</i>,
     1.9 +				if the <i>next input character</i> is a <i>digit</i>,
    1.10  				or the <i title="next input character">next 2 input characters</i> are
    1.11  				U+002E FULL STOP (.)
    1.12  				followed by a <i>digit</i>,
    1.13 @@ -631,20 +630,28 @@
    1.14  
    1.15  			<p>
    1.16  				Otherwise,
    1.17 -				if the <i>next input character</i> is
    1.18 -				a <i>name-start character</i>,
    1.19 +				if the <i>next input character</i> is a <i>name-start character</i>,
    1.20  				switch to the <i>ident state</i>.
    1.21  				Reconsume the <i>current input character</i>.
    1.22  
    1.23  			<p>
    1.24  				Otherwise,
    1.25 +				if the <i>next input character</i> is U+005C REVERSE SOLIDUS (\)
    1.26 +				and the <i>next input character</i> after that is not
    1.27 +				a <i>newline</i>
    1.28 +				or EOF,
    1.29 +				switch to the <i>data state</i>.
    1.30 +				Reconsume the <i>current input character</i>.
    1.31 +
    1.32 +			<p>
    1.33 +				Otherwise,
    1.34  				emit a delim token
    1.35  				with its value set to U+002D HYPHEN-MINUS (-).
    1.36  				Remain in this state.
    1.37  
    1.38  		<dt>U+002E FULL STOP (.)
    1.39  		<dd>
    1.40 -			If the <i>next input character</i> is a digit,
    1.41 +			If the <i>next input character</i> is a <i>digit</i>,
    1.42  			switch to the <i>number state</i>.
    1.43  			Reconsume the <i>current input character</i>.
    1.44  

mercurial