@@ -741,14 +741,14 @@ Absolutely-Positioned Flex Children</h3>
741
741
742
742
The [=cross-axis=] edges of the [=static-position rectangle=]
743
743
of an absolutely-positioned child of a <a>flex container</a>
744
- are the [=content edges=] of the [=flex container=]
744
+ are the [=content edges=] of the [=flex container=] .
745
745
The [=main-axis=] edges of the [=static-position rectangle=]
746
746
are where the [=margin edges=] of the child would be positioned
747
747
if it were the sole <a>flex item</a> in the <a>flex container</a> ,
748
748
assuming both the child and the flex container
749
749
were fixed-size boxes of their used size.
750
750
(For this purpose,
751
- ' 'margin/auto'' margins are treated as zero.)
751
+ the child's 'margin/auto' ' margins are treated as zero.)
752
752
753
753
<wpt>
754
754
abspos/abspos-autopos-htb-ltr.html
@@ -3723,7 +3723,8 @@ Changes since the <a href="https://www.w3.org/TR/2018/CR-css-flexbox-1-20181119/
3723
3723
rather than doing extra layout work.
3724
3724
This will result in ignoring 'align-content' on the flex container,
3725
3725
but allow 'align-self' on the box itself to still take effect.
3726
- (<a href="https://github.com/w3c/csswg-drafts/issues/5843">Issue 5843</a> )
3726
+ (<a href="https://github.com/w3c/csswg-drafts/issues/5843">Issue 5843</a> ,
3727
+ <a href="https://github.com/w3c/csswg-drafts/issues/7596">7596</a> )
3727
3728
3728
3729
<li id="change-2018-correctly-ignore-auto">
3729
3730
Correctly ignore ''width/auto'' [=preferred sizes=]
0 commit comments