csswg/css3-gcpm Overview.src.html,1.209,1.210

Update of /sources/public/csswg/css3-gcpm
In directory hutz:/tmp/cvs-serv25401

Modified Files:
	Overview.src.html 
Log Message:
tweaking clear-side

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.src.html,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -d -r1.209 -r1.210
--- Overview.src.html	6 Feb 2012 05:28:02 -0000	1.209
+++ Overview.src.html	8 Feb 2012 15:57:01 -0000	1.210
@@ -2799,7 +2799,7 @@
 }
 </pre>
 
-<p>In this example, the image is float to the left. Therefore, 'float-offset' may only push the element in the horizontal direction, and the vertial value is ignored.
+<p>In this example, the image is floated to the left. Therefore, 'float-offset' may only push the element in the horizontal direction, and the vertical value is ignored.
 
 </div>
 
@@ -2913,10 +2913,13 @@
 <dl>
 <dt>auto
 <dd>if the float is left-floated, there should be no content to the left; if the float is right-floated, there should be no content to the right
+
+<!_-
 <dt>left
 <dd>there should be no content to the left of the float
 <dt>right
 <dd>there should be no content to the left of the float
+-->
 <dt>none
 <dd>there may be content on either side of the float
 </dl>

Received on Wednesday, 8 February 2012 15:59:08 UTC