Skip to content

Commit 58300f1

Browse files
committed
[css-flexbox-1] Fix punctuation, add possessive, and tag issue.
1 parent e03ec36 commit 58300f1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css-flexbox-1/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -741,14 +741,14 @@ Absolutely-Positioned Flex Children</h3>
741741

742742
The [=cross-axis=] edges of the [=static-position rectangle=]
743743
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=].
745745
The [=main-axis=] edges of the [=static-position rectangle=]
746746
are where the [=margin edges=] of the child would be positioned
747747
if it were the sole <a>flex item</a> in the <a>flex container</a>,
748748
assuming both the child and the flex container
749749
were fixed-size boxes of their used size.
750750
(For this purpose,
751-
''margin/auto'' margins are treated as zero.)
751+
the child's 'margin/auto'' margins are treated as zero.)
752752

753753
<wpt>
754754
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/
37233723
rather than doing extra layout work.
37243724
This will result in ignoring 'align-content' on the flex container,
37253725
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>)
37273728

37283729
<li id="change-2018-correctly-ignore-auto">
37293730
Correctly ignore ''width/auto'' [=preferred sizes=]

0 commit comments

Comments
 (0)