csswg/css3-writing-modes Overview.html,1.134,1.135

Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv10720

Modified Files:
	Overview.html 
Log Message:
Make multicol and non-multicol orthogonal flow autosizing conditions consistent

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- Overview.html	23 May 2011 18:01:34 -0000	1.134
+++ Overview.html	23 May 2011 18:12:05 -0000	1.135
@@ -2370,7 +2370,7 @@
    href="#available-extent"><i>available extent</i></a> to be defined, but
    the <a href="#available-measure"><i>available measure</i></a> 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
+   cannot be defined, and thus the initial containing block's size is used
    instead as a <a href="#fallback-measure"><i>fallback measure</i></a> to
    calculate such percentages.
 
@@ -2381,16 +2381,15 @@
    &lsquo;<a href="#auto"><code class=css>auto</code></a>&rsquo;, then the
    used measure is calculated as the <a
    href="#fit-content"><i>fit-content</i></a> (shrink-to-fit) size using the
-   initial containing block's measure as the available measure.
+   initial containing block's size as the available measure.
 
   <h4 id=orthogonal-multicol><span class=secno>7.3.2. </span> Multi-column
    Layout in Orthogonal Flows</h4>
 
   <p>If the UA supports CSS Multi-column Layout <a href="#CSS3COL"
    rel=biblioentry>[CSS3COL]<!--{{!CSS3COL}}--></a>, 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 &lsquo;<a
-   href="#auto"><code class=css>auto</code></a>&rsquo;:
+   the element's extent or available extent is defined but the element's
+   measure is &lsquo;<a href="#auto"><code class=css>auto</code></a>&rsquo;:
 
   <ol>
    <li>If &lsquo;<code class=property>column-count</code>&rsquo; and

Received on Monday, 23 May 2011 18:12:09 UTC