@@ -646,8 +646,8 @@ Flex Items</h2>
646646<h3 id='abspos-items'>
647647Absolutely-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