Skip to content

Commit bc2ece5

Browse files
committed
[css-position-3] Fix incorrect summary of flex static positioning w3c#7612
1 parent 828b26f commit bc2ece5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-position-3/Overview.bs

+2-1
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,8 @@ Resolving Automatic Insets: the “Static-Position Rectangle”</h4>
837837
<dt>Flex Layout
838838
<dd>
839839
The [=static-position rectangle=] of the child of a [=flex container=]
840-
corresponds to the [=content edges=] of the [=flex container=].
840+
corresponds to the [=content edges=] of the [=flex container=] in the [=cross axis=],
841+
and to the [=outer edges=] of its hypothetical position in the [=main axis=].
841842
See <a href="https://www.w3.org/TR/css-flexbox-1/#abspos-items">static position of a flex container child</a> in [[!CSS-FLEXBOX-1]].
842843

843844
<dt>Grid Layout

0 commit comments

Comments
 (0)