Skip to content

Commit 17ff4c2

Browse files
committed
Take II on abpsos static positions...
1 parent 745f996 commit 17ff4c2

4 files changed

Lines changed: 19 additions & 11 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -993,14 +993,15 @@ <h2 id=flex-items><span class=secno>4. </span> Flex Items</h2>
993993
box</a> used to calculate the <i>static position</i> <a href="#CSS21"
994994
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> of an absolutely-positioned
995995
<a href="#flex-item"><i>flex item</i></a> corresponds to that of an
996-
anonymous empty flex item whose <i>main-axis</i> position coincides with
997-
the <a href="#main-start"><i>main-start</i></a> edge of the subsequent
998-
real flex item and, being hypothetical, has no effect on flex layout. If
999-
there is no subsequent real flex item, the hypothetical box's
1000-
<i>main-axis</i> position is the <a href="#main-end"><i>main-end</i></a>
1001-
edge of the previous real flex item, else the <a
1002-
href="#main-start"><i>main-start</i></a> edge of the <a
1003-
href="#flex-container"><i>flex container</i></a>.
996+
anonymous empty flex item whose <i>main-axis</i> position, after <a
997+
href="#order-property">reordering</a> coincides with the <a
998+
href="#main-start"><i>main-start</i></a> edge of any subsequent real flex
999+
item on the flex line, and, being hypothetical, has no effect on flex
1000+
layout. If there is no subsequent real flex item, the hypothetical box's
1001+
<i>main-axis</i> position is that of a hypothetical last item on the flex
1002+
line, after any packing spaces that were introduced around any previous
1003+
real items due to ‘<code class=css>content-justify:
1004+
space-around</code>’.
10041005

10051006
<h3 id=item-margins><span class=secno>4.1. </span> Flex Item Margins</h3>
10061007

css3-flexbox/Overview.src.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -663,11 +663,16 @@ <h2 id='flex-items'>
663663
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]]
664664
of an absolutely-positioned <i>flex item</i> corresponds to
665665
that of an anonymous empty flex item
666-
whose <i>main-axis</i> position coincides with the <i>main-start</i> edge of the subsequent real flex item
666+
whose <i>main-axis</i> position,
667+
after <a href="#order-property">reordering</a>
668+
coincides with the <i>main-start</i> edge of
669+
any subsequent real flex item on the flex line,
667670
and, being hypothetical, has no effect on flex layout.
668671
If there is no subsequent real flex item,
669-
the hypothetical box's <i>main-axis</i> position is the <i>main-end</i> edge of the previous real flex item,
670-
else the <i>main-start</i> edge of the <i>flex container</i>.
672+
the hypothetical box's <i>main-axis</i> position is
673+
that of a hypothetical last item on the flex line,
674+
after any packing spaces that were introduced
675+
around any previous real items due to ''content-justify: space-around''.
671676

672677
<h3 id='item-margins'>
673678
Flex Item Margins</h3>

css3-flexbox/issues-lc-2012.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,5 +223,6 @@ <h1>CSS Flexible Box Layout Level 3 Disposition of Comments for 2012-06-12 LCWD<
223223
Summary: Missing 'order' edit to &lt;integer>
224224
From: Daniel Holbert
225225
Comment: <a href="http://www.w3.org/mid/50096C12.3010908@mozilla.com">http://www.w3.org/mid/50096C12.3010908@mozilla.com</a>
226+
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>
226227
Closed: Accepted
227228
</pre>

css3-flexbox/issues-lc-2012.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,5 +165,6 @@ Issue 22.
165165
Summary: Missing 'order' edit to <integer>
166166
From: Daniel Holbert
167167
Comment: http://www.w3.org/mid/50096C12.3010908@mozilla.com
168+
Response: http://lists.w3.org/Archives/Public/www-style/2012Jul/0607.html
168169
Closed: Accepted
169170
----

0 commit comments

Comments
 (0)