- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 12 Dec 2011 23:20:34 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-values In directory hutz:/tmp/cvs-serv995 Modified Files: Overview.html Overview.src.html Log Message: typos Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-values/Overview.html,v retrieving revision 1.150 retrieving revision 1.151 diff -u -d -r1.150 -r1.151 --- Overview.html 12 Dec 2011 23:19:38 -0000 1.150 +++ Overview.html 12 Dec 2011 23:20:32 -0000 1.151 @@ -1578,7 +1578,7 @@ <dd>The attribute value will be interpreted as a CSS ‘<code class=css><integer></code>’. The default is ‘<code - class=css>0</code>’, or else the property's minimum value is + class=css>0</code>’, or else the property's minimum value if ‘<code class=css>0</code>’ is not valid for the property. The default should also be used if the property in question only accepts integers within a certain range and the attribute is out of range. @@ -1587,7 +1587,7 @@ <dd>The attribute value will be interpreted as a CSS ‘<code class=css><number></code>’. The default is ‘<code - class=css>0.0</code>’, or else the property's minimum value is + class=css>0.0</code>’, or else the property's minimum value if ‘<code class=css>0.0</code>’ is not valid for the property. The default should also be used if the property in question only accepts numbers within a certain range and the attribute is out of range. Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-values/Overview.src.html,v retrieving revision 1.153 retrieving revision 1.154 diff -u -d -r1.153 -r1.154 --- Overview.src.html 12 Dec 2011 23:19:38 -0000 1.153 +++ Overview.src.html 12 Dec 2011 23:20:32 -0000 1.154 @@ -1103,13 +1103,13 @@ <dt>''integer'' <dd>The attribute value will be interpreted as a CSS ''<integer>''. - The default is ''0'', or else the property's minimum value is ''0'' is not valid for the property. The default should also be used if the property + The default is ''0'', or else the property's minimum value if ''0'' is not valid for the property. The default should also be used if the property in question only accepts integers within a certain range and the attribute is out of range. <dt>''number'' <dd>The attribute value will be interpreted as a CSS ''<number>''. - The default is ''0.0'', or else the property's minimum value is ''0.0'' is not valid for the property. The default should also be used if the + The default is ''0.0'', or else the property's minimum value if ''0.0'' is not valid for the property. The default should also be used if the property in question only accepts numbers within a certain range and the attribute is out of range.
Received on Monday, 12 December 2011 23:22:37 UTC