- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 10 Oct 2011 23:36:39 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-values
In directory hutz:/tmp/cvs-serv32430
Modified Files:
Overview.html Overview.src.html
Log Message:
Restrict auto-copout for tables and calc() to only when percentages are used.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.html,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- Overview.html 10 Oct 2011 23:34:35 -0000 1.110
+++ Overview.html 10 Oct 2011 23:36:37 -0000 1.111
@@ -1426,13 +1426,12 @@
width: 0px;</pre>
</div>
- <p>Given the complexities of ‘<code
- class=property>width</code>’ and ‘<code
- class=property>height</code>’ on table cells and table elements,
- calc() expressions for widths and heights on table columns, table column
- groups, table rows, table row groups, and table cells in both auto and
- fixed layout tables MAY be treated as if ‘<code
- class=property>auto</code>’ had been specified.
+ <p>Given the complexities of width and height calculations on table cells
+ and table elements, expressions involving percentages for widths and
+ heights on table columns, table column groups, table rows, table row
+ groups, and table cells in both auto and fixed layout tables MAY be
+ treated as if ‘<code class=property>auto</code>’ had been
+ specified.
<h3 id=cycle><span class=secno>9.2. </span> Cycling Values: ‘<code
class=css>cycle()</code>’</h3>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.src.html,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -d -r1.113 -r1.114
--- Overview.src.html 10 Oct 2011 23:34:35 -0000 1.113
+++ Overview.src.html 10 Oct 2011 23:36:37 -0000 1.114
@@ -980,12 +980,11 @@
width: 0px;</pre>
</div>
-
- <p>Given the complexities of 'width' and 'height' on table cells and
- table elements, calc() expressions for widths and heights on table
- columns, table column groups, table rows, table row groups, and
+ <p>Given the complexities of width and height calculations on table cells
+ and table elements, expressions involving percentages for widths and heights
+ on table columns, table column groups, table rows, table row groups, and
table cells in both auto and fixed layout tables MAY be treated as if
- 'auto' had been specified.
+ 'auto' had been specified.</p>
<h3 id="cycle">
Cycling Values: ''cycle()''</h3>
Received on Monday, 10 October 2011 23:36:43 UTC