- From: H?kon Wium Lie via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 08 Feb 2012 15:57:34 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-gcpm
In directory hutz:/tmp/cvs-serv25588
Modified Files:
Overview.html
Log Message:
machine-generated
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.html,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -d -r1.202 -r1.203
--- Overview.html 6 Feb 2012 05:28:16 -0000 1.202
+++ Overview.html 8 Feb 2012 15:57:31 -0000 1.203
@@ -21,13 +21,13 @@
<h1>CSS Generated Content for Paged Media Module</h1>
- <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 6 February 2012</h2>
+ <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 8 February 2012</h2>
<dl>
<dt>This version:
<dd><a
- href="http://www.w3.org/TR/2012/ED-css3-gcpm-20120206/">http://www.w3.org/TR/2012/ED-css3-gcpm-20120206/</a>
+ href="http://www.w3.org/TR/2012/ED-css3-gcpm-20120208/">http://www.w3.org/TR/2012/ED-css3-gcpm-20120208/</a>
<dt>Latest version:
@@ -3219,9 +3219,9 @@
}
</pre>
- <p>In this example, the image is float to the left. Therefore, ‘<a
+ <p>In this example, the image is floated to the left. Therefore, ‘<a
href="#float-offset"><code class=property>float-offset</code></a>’
- may only push the element in the horizontal direction, and the vertial
+ may only push the element in the horizontal direction, and the vertical
value is ignored.
</div>
@@ -3339,6 +3339,7 @@
<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
@@ -3346,7 +3347,7 @@
<dt>right
- <dd>there should be no content to the left of the float
+ <dd>there should be no content to the left of the float -->
<dt>none
Received on Wednesday, 8 February 2012 15:59:39 UTC