You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css3-flexbox/Overview.src.html
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -663,11 +663,16 @@ <h2 id='flex-items'>
663
663
The <ahref="http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width">hypothetical box</a> used to calculate the <i>static position</i> [[!CSS21]]
664
664
of an absolutely-positioned <i>flex item</i> corresponds to
665
665
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 <ahref="#order-property">reordering</a>
668
+
coincides with the <i>main-start</i> edge of
669
+
any subsequent real flex item on the flex line,
667
670
and, being hypothetical, has no effect on flex layout.
668
671
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''.
0 commit comments