Skip to content

Commit 30ca6ab

Browse files
committed
Fix conflicts
2 parents a036699 + 699bfb1 commit 30ca6ab

2 files changed

Lines changed: 141 additions & 366 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Overview</h3>
254254
can be laid out in any <a href="#flex-direction-property">flow direction</a>
255255
(leftwards, rightwards, downwards, or even upwards!)
256256
<li>
257-
can have their display order <a href="#valuedef-row-reverse">reversed</a> or
257+
can have their display order <a href="#valdef-flex-direction-row-reverse">reversed</a> or
258258
<a href="#order-property">rearranged</a> at the style layer
259259
(i.e., visual order can be independent of source and speech order)
260260
<li>
@@ -658,19 +658,21 @@ Absolutely-Positioned Flex Children</h3>
658658

659659
<hr>
660660

661-
If the <dfn>static-position box</dfn> were conceived of as a rectangle,
662-
usually (i.e. in block layout) corresponding to
663-
the position of the “hypothetical box” described in
664-
<a href="http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width">CSS2.1&sect;10.3.7</a>
665-
and used to determine the static-position offsets
666-
by assuming a <i>block-start</i> <i>inline-start</i> alignment
667-
of the absolutely-positioned box within the <i>static-position box</i>,
668-
then this is equivalent to
669-
choosing the <i>flex container</i>’s padding box as the <i>static-position box</i>
670-
and determining the static-position offsets by aligning
671-
the absolutely-positioned child within the <i>static-position box</i>
672-
using the 'justify-content' value of the <i>flex container</i>
673-
and the 'align-self' value of the absolutely-positioned item itself.
661+
<div class='note'>
662+
This belongs in Position,
663+
but assume that the <dfn>static position</dfn> of a box
664+
is a rectangle,
665+
usually (i.e. in block layout) corresponding to
666+
the position of the “hypothetical box” described in
667+
<a href="http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width">CSS2.1§10.3.7</a>.
668+
The abspos is then aligned within this rectangle by applying 'top'/etc offsets,
669+
then, by default, aligning it to the <a>block-start</a> <a>inline-start</a> corner.
670+
</div>
671+
672+
The <a>static position</a> of an absolutely positioned child of a <a>flex container</a>
673+
is determined by setting the <a>static position</a> rectangle to the <a>flex container's</a> padding box,
674+
then aligning the child within this rectangle according to the 'justify-content' value of the <a>flex container</a>
675+
and the 'align-self' value of the child itself.
674676

675677
<div class='example'>
676678
The effect of this is that if you set, for example,
@@ -1712,7 +1714,7 @@ The 'flex-basis' property</h4>
17121714
</dl>
17131715

17141716
The CSSWG is waiting for feedback from implementers on this issue.
1715-
1717+
17161718
<small><sup>1</sup> Alternate keyword suggestions welcome.</small>
17171719
<small><sup>1</sup> Alternate keyword suggestions welcome.</small>
17181720
</div>
@@ -3356,7 +3358,7 @@ Changes since the 25 March 2014 LCWD</h3>
33563358
(Issue <a href="http://dev.w3.org/csswg/css-flexbox-1/issues-lc-20140325#issue-26">26</a>)
33573359
(Issue <a href="http://dev.w3.org/csswg/css-flexbox-1/issues-lc-20140325#issue-27">27</a>)
33583360
(Issue <a href="http://dev.w3.org/csswg/css-flexbox-1/issues-lc-20140325#issue-28">28</a>)
3359-
3361+
33603362
</ul>
33613363

33623364
A <a href="http://dev.w3.org/csswg/css3-flexbox/issues-lc-20140325/">Disposition of Comments</a> is available.

0 commit comments

Comments
 (0)