Skip to content

Commit cb1b9c4

Browse files
committed
merge conflicts
2 parents a3e92fd + aa10396 commit cb1b9c4

File tree

2 files changed

+115
-344
lines changed

2 files changed

+115
-344
lines changed

css-flexbox/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -646,8 +646,8 @@ Flex Items</h2>
646646
<h3 id='abspos-items'>
647647
Absolutely-Positioned Flex Children</h3>
648648

649-
An absolutely-positioned child of a <i>flex container</i> does not participate in flex layout.
650-
However, it does participate in the <a href="#algo-flex-order">reordering step</a> (see 'order'),
649+
An absolutely-positioned child of a <a>flex container</a> does not participate in flex layout.
650+
However, it does participate in the <a href="#algo-flex-order">reordering step</a> (see 'order'),
651651
which has an effect in their painting order.
652652

653653
The <a href="http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width">static position</a>
@@ -2274,7 +2274,7 @@ Initial Setup</h3>
22742274
as described in the <a href="#flex-items">Flex Items</a> section.
22752275

22762276
<li id='algo-flex-order'>
2277-
<strong>Re-order the flex items and absolutely positioned flex container children according to their 'order'.</strong>
2277+
<strong>Re-order the flex items according to their 'order'.</strong>
22782278
The flex items with the lowest (most negative) 'order' values are first in the ordering.
22792279
If multiple flex items share an 'order' value,
22802280
they're ordered by document order.
@@ -3578,7 +3578,7 @@ Changes since the 18 September 2012 Candidate Recommendation</h3>
35783578
<p>
35793579
However, if both 'left' and 'right' or both 'top' and 'bottom' are ''auto'',
35803580
then the used value of those properties
3581-
are computed from its <dfn id='flex-item-static-position'>static position</dfn>, as follows:
3581+
are computed from its static position, as follows:
35823582

35833583
<p>
35843584
If both 'left' and 'right' are ''auto'',

0 commit comments

Comments
 (0)