[css-flexbox] Clarify that step 11 of the layout algo also causes definiteness.

Fri, 01 Apr 2016 15:25:07 -0700

author
Tab Atkins <jackalmage@gmail.com>
date
Fri, 01 Apr 2016 15:25:07 -0700
changeset 17328
88ade2efb4e8
parent 17327
f16358880a56
child 17329
b02bdf3a24c3

[css-flexbox] Clarify that step 11 of the layout algo also causes definiteness.

css-flexbox/Overview.bs file | annotate | diff | comparison | revisions
     1.1 --- a/css-flexbox/Overview.bs	Fri Apr 01 15:07:12 2016 -0700
     1.2 +++ b/css-flexbox/Overview.bs	Fri Apr 01 15:25:07 2016 -0700
     1.3 @@ -2196,7 +2196,7 @@
     1.4  	a flex container provides a baseline just as a line box or table-row does. [[!CSS21]]
     1.5  
     1.6  	See <a href="https://www.w3.org/TR/css3-align/#baseline-rules">Baseline Rules</a>
     1.7 -	in [[CSS3-ALIGN]] for more information on baseline alignment.
     1.8 +	in [[CSS-ALIGN-3]] for more information on baseline alignment.
     1.9  
    1.10  <!--
    1.11  ██          ███    ██    ██  ███████  ██     ██ ████████
    1.12 @@ -2704,8 +2704,15 @@
    1.13  			and the percentage must resolve against the <strong>flexed</strong> <a>main size</a> of the <a>flex item</a>
    1.14  			(that is, after the layout algorithm below has been completed for the <a>flex item’s</a> <a>flex container</a>,
    1.15  				and the <a>flex item</a> has acquired its final size).
    1.16 +
    1.17 +		<li>
    1.18 +			Once the cross size of a flex line has been determined,
    1.19 +			items in auto-sized flex containers are also considered
    1.20 +			definite for the purpose of layout; see <a href="#algo-stretch">step 11</a>.
    1.21  	</ol>
    1.22  
    1.23 +
    1.24 +
    1.25  <!--
    1.26  ████ ██    ██ ████████ ████████         ██████  ████ ████████ ████████  ██████
    1.27   ██  ███   ██    ██    ██     ██       ██    ██  ██       ██  ██       ██    ██
    1.28 @@ -3617,7 +3624,7 @@
    1.29  				</ul>
    1.30  			</blockquote>
    1.31  	</ul>
    1.32 - 
    1.33 +
    1.34  <h4 id="change-201505-clarify">
    1.35  Clarifications</h4>
    1.36  

mercurial