- From: Ishii Koji via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 12 May 2011 19:47:21 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css-line-grid
In directory hutz:/tmp/cvs-serv5611
Modified Files:
Overview.html Overview.src.html
Log Message:
Updated examle for rounding length
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css-line-grid/Overview.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Overview.html 12 May 2011 19:39:31 -0000 1.11
+++ Overview.html 12 May 2011 19:47:19 -0000 1.12
@@ -705,6 +705,8 @@
<p class=issue>Is this design appropriate to solve text with floats case?
+ <p class=issue>Are there requirements for table cell width?
+
<p class=issue>Should have an option to left/right align instead of center?
Can author align running head and page numbers with body with this design?
@@ -720,7 +722,11 @@
<!-- -->body {
<!-- --> margin: 3cm 3.5cm 3cm 3cm;
<!-- --> text-align: justify;
-<!-- --> width: *em;
+<!-- --> width: rounddown(1em);
+<!-- -->}
+<!-- -->.sidefigure {
+<!-- --> float: right;
+<!-- --> width: roundup(1em);
<!-- -->}
<!-- --></code></pre>
</div>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css-line-grid/Overview.src.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Overview.src.html 12 May 2011 19:39:31 -0000 1.11
+++ Overview.src.html 12 May 2011 19:47:19 -0000 1.12
@@ -514,6 +514,7 @@
<p class="issue">Should this be a property instead?</p>
<p class="issue">Is this design appropriate to solve text with floats case?</p>
+ <p class="issue">Are there requirements for table cell width?</p>
<p class="issue">Should have an option to left/right align instead of center?
Can author align running head and page numbers with body with this design?</p>
<p class="issue">Use cases for non-East Asian layouts?</p>
@@ -529,7 +530,11 @@
<!-- -->body {
<!-- --> margin: 3cm 3.5cm 3cm 3cm;
<!-- --> text-align: justify;
-<!-- --> width: *em;
+<!-- --> width: rounddown(1em);
+<!-- -->}
+<!-- -->.sidefigure {
+<!-- --> float: right;
+<!-- --> width: roundup(1em);
<!-- -->}
<!-- --></code></pre>
</div>
Received on Thursday, 12 May 2011 19:47:23 UTC