- From: H?kon Wium Lie via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 26 Oct 2011 02:46:53 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-gcpm
In directory hutz:/tmp/cvs-serv12289
Modified Files:
Overview.html
Log Message:
x
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.html,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -d -r1.145 -r1.146
--- Overview.html 26 Oct 2011 02:37:38 -0000 1.145
+++ Overview.html 26 Oct 2011 02:46:51 -0000 1.146
@@ -3136,7 +3136,13 @@
<dt>left/right
- <dd>
+ <dd>‘<code class=property>left</code>’/‘<code
+ class=property>right</code>’ can be used in combination with
+ ‘<code class=property>top</code>’/‘<code
+ class=property>bottom</code>’/‘<code
+ class=property>top-corner</code>’/‘<code
+ class=property>bottom-corner</code>’ to allow other content to
+ flow around the box.
<div class=example>
<pre>
.figure { float: top right; width: 60% }
@@ -3340,13 +3346,12 @@
-->
<h2 id=conformance><span class=secno>17. </span>Conformance</h2>
- <!--User agents that support hyphenation and support this specification must a-->
-
+
+ <p>TBD
+
<h2 id=appendix-a-default-style-sheet><span class=secno>18.
</span>Appendix A: Default style sheet</h2>
- <p class=issue>
-
<pre>
@page {
counter-reset: footnote;
Received on Wednesday, 26 October 2011 02:46:57 UTC