- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 23 May 2011 18:11:57 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv10656
Modified Files:
Overview.src.html
Log Message:
Make multicol and non-multicol orthogonal flow autosizing conditions consistent
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- Overview.src.html 23 May 2011 18:01:34 -0000 1.141
+++ Overview.src.html 23 May 2011 18:11:55 -0000 1.142
@@ -1731,7 +1731,7 @@
<i>available extent</i> to be defined, but the <i>available
measure</i> to be infinite. In such cases a percentage of the
containing block measure cannot be defined, and thus the
- initial containing block's measure is used instead as a
+ initial containing block's size is used instead as a
<i>fallback measure</i> to calculate such percentages.
<h4 id="orthogonal-auto">
@@ -1740,15 +1740,14 @@
<p>If the computed measure of an element establishing an orthogonal
flow is ''auto'', then the used measure is calculated as the
<i>fit-content</i> (shrink-to-fit) size using the initial containing
- block's measure as the available measure.
+ block's size as the available measure.
<h4 id="orthogonal-multicol">
Multi-column Layout in Orthogonal Flows</h4>
<p>If the UA supports CSS Multi-column Layout [[!CSS3COL]], then
for the case where the element's extent or available extent is
- defined but the available measure is infinite and the element's
- measure is ''auto'':
+ defined but the element's measure is ''auto'':
<ol>
<li>If 'column-count' and 'column-width' are both ''auto'', a
Received on Monday, 23 May 2011 18:11:59 UTC