csswg/css3-values Overview.html,1.150,1.151 Overview.src.html,1.153,1.154

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 &lsquo;<code
     class=css>&lt;integer></code>&rsquo;. The default is &lsquo;<code
-    class=css>0</code>&rsquo;, or else the property's minimum value is
+    class=css>0</code>&rsquo;, or else the property's minimum value if
     &lsquo;<code class=css>0</code>&rsquo; 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 &lsquo;<code
     class=css>&lt;number></code>&rsquo;. The default is &lsquo;<code
-    class=css>0.0</code>&rsquo;, or else the property's minimum value is
+    class=css>0.0</code>&rsquo;, or else the property's minimum value if
     &lsquo;<code class=css>0.0</code>&rsquo; 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 ''&lt;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 ''&lt;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