Take II on abpsos static positions...

Wed, 25 Jul 2012 13:46:12 -0700

author
fantasai <fantasai.cvs@inkedblade.net>
date
Wed, 25 Jul 2012 13:46:12 -0700
changeset 6297
ee8393eb132c
parent 6296
fe42512d07ca
child 6298
1faf8b1570b5

Take II on abpsos static positions...

css3-flexbox/Overview.html file | annotate | diff | comparison | revisions
css3-flexbox/Overview.src.html file | annotate | diff | comparison | revisions
css3-flexbox/issues-lc-2012.html file | annotate | diff | comparison | revisions
css3-flexbox/issues-lc-2012.txt file | annotate | diff | comparison | revisions
     1.1 --- a/css3-flexbox/Overview.html	Wed Jul 25 12:45:26 2012 -0700
     1.2 +++ b/css3-flexbox/Overview.html	Wed Jul 25 13:46:12 2012 -0700
     1.3 @@ -993,14 +993,15 @@
     1.4     box</a> used to calculate the <i>static position</i> <a href="#CSS21"
     1.5     rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> of an absolutely-positioned
     1.6     <a href="#flex-item"><i>flex item</i></a> corresponds to that of an
     1.7 -   anonymous empty flex item whose <i>main-axis</i> position coincides with
     1.8 -   the <a href="#main-start"><i>main-start</i></a> edge of the subsequent
     1.9 -   real flex item and, being hypothetical, has no effect on flex layout. If
    1.10 -   there is no subsequent real flex item, the hypothetical box's
    1.11 -   <i>main-axis</i> position is the <a href="#main-end"><i>main-end</i></a>
    1.12 -   edge of the previous real flex item, else the <a
    1.13 -   href="#main-start"><i>main-start</i></a> edge of the <a
    1.14 -   href="#flex-container"><i>flex container</i></a>.
    1.15 +   anonymous empty flex item whose <i>main-axis</i> position, after <a
    1.16 +   href="#order-property">reordering</a> coincides with the <a
    1.17 +   href="#main-start"><i>main-start</i></a> edge of any subsequent real flex
    1.18 +   item on the flex line, and, being hypothetical, has no effect on flex
    1.19 +   layout. If there is no subsequent real flex item, the hypothetical box's
    1.20 +   <i>main-axis</i> position is that of a hypothetical last item on the flex
    1.21 +   line, after any packing spaces that were introduced around any previous
    1.22 +   real items due to ‘<code class=css>content-justify:
    1.23 +   space-around</code>’.
    1.24  
    1.25    <h3 id=item-margins><span class=secno>4.1. </span> Flex Item Margins</h3>
    1.26  
     2.1 --- a/css3-flexbox/Overview.src.html	Wed Jul 25 12:45:26 2012 -0700
     2.2 +++ b/css3-flexbox/Overview.src.html	Wed Jul 25 13:46:12 2012 -0700
     2.3 @@ -663,11 +663,16 @@
     2.4  		The <a href="http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width">hypothetical box</a> used to calculate the <i>static position</i> [[!CSS21]]
     2.5  		of an absolutely-positioned <i>flex item</i> corresponds to
     2.6  		that of an anonymous empty flex item
     2.7 -		whose <i>main-axis</i> position coincides with the <i>main-start</i> edge of the subsequent real flex item
     2.8 +		whose <i>main-axis</i> position,
     2.9 +		after <a href="#order-property">reordering</a>
    2.10 +		coincides with the <i>main-start</i> edge of
    2.11 +		any subsequent real flex item on the flex line,
    2.12  		and, being hypothetical, has no effect on flex layout.
    2.13  		If there is no subsequent real flex item,
    2.14 -		the hypothetical box's <i>main-axis</i> position is the <i>main-end</i> edge of the previous real flex item,
    2.15 -		else the <i>main-start</i> edge of the <i>flex container</i>.
    2.16 +		the hypothetical box's <i>main-axis</i> position is
    2.17 +		that of a hypothetical last item on the flex line,
    2.18 +		after any packing spaces that were introduced
    2.19 +		around any previous real items due to ''content-justify: space-around''.
    2.20  
    2.21  <h3 id='item-margins'>
    2.22  Flex Item Margins</h3>
     3.1 --- a/css3-flexbox/issues-lc-2012.html	Wed Jul 25 12:45:26 2012 -0700
     3.2 +++ b/css3-flexbox/issues-lc-2012.html	Wed Jul 25 13:46:12 2012 -0700
     3.3 @@ -223,5 +223,6 @@
     3.4  Summary:  Missing 'order' edit to &lt;integer>
     3.5  From:     Daniel Holbert
     3.6  Comment:  <a href="http://www.w3.org/mid/50096C12.3010908@mozilla.com">http://www.w3.org/mid/50096C12.3010908@mozilla.com</a>
     3.7 +Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0607.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0607.html</a>
     3.8  Closed:   Accepted
     3.9  </pre>
     4.1 --- a/css3-flexbox/issues-lc-2012.txt	Wed Jul 25 12:45:26 2012 -0700
     4.2 +++ b/css3-flexbox/issues-lc-2012.txt	Wed Jul 25 13:46:12 2012 -0700
     4.3 @@ -165,5 +165,6 @@
     4.4  Summary:  Missing 'order' edit to <integer>
     4.5  From:     Daniel Holbert
     4.6  Comment:  http://www.w3.org/mid/50096C12.3010908@mozilla.com
     4.7 +Response: http://lists.w3.org/Archives/Public/www-style/2012Jul/0607.html
     4.8  Closed:   Accepted
     4.9  ----

mercurial