- From: H?kon Wium Lie via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 31 Oct 2011 06:30:24 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-gcpm
In directory hutz:/tmp/cvs-serv30404
Modified Files:
Overview.src.html
Log Message:
revising float-offset
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.src.html,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -d -r1.158 -r1.159
--- Overview.src.html 31 Oct 2011 06:28:09 -0000 1.158
+++ Overview.src.html 31 Oct 2011 06:30:22 -0000 1.159
@@ -2791,9 +2791,10 @@
<p>Percentage values refer to the width/height of the float plus a fraction of the column gap.
+<p>Floats that are moved into other columns with this property intrudes.
+
<div class=example>
<pre>img {
- column-gap: 1em;
float: top right;
float-offset: -50% 3em;
width: 120%;
@@ -2810,8 +2811,8 @@
<pre>
img {
float: top right;
- width: 100%;
float-offset: -80% 2em;
+ width: 100%;
}
</pre>
Received on Monday, 31 October 2011 06:30:35 UTC