Skip to content

Commit a4d5577

Browse files
committed
[css-flexbox-1] Note flex-flow reverse values' interaction with initial scroll position. #5610
1 parent cd97478 commit a4d5577

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

css-flexbox-1/Overview.bs

+10
Original file line numberDiff line numberDiff line change
@@ -1130,6 +1130,11 @@ Flex Flow Direction: the 'flex-direction' property</h3>
11301130
Painting order, speech order, and sequential navigation orders
11311131
are not affected.
11321132

1133+
Note: Depending on the value of 'justify-content',
1134+
the reverse values of 'flex-direction' can alter the initial scroll position
1135+
on [=flex containers=] that are also [=scroll containers=].
1136+
See [[css-align-3#overflow-scroll-position]].
1137+
11331138
<!--
11341139
████████ ██ ████████ ██ ██ ██ ██ ████████ ███ ████████
11351140
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
@@ -1180,6 +1185,11 @@ Flex Line Wrapping: the 'flex-wrap' property</h3>
11801185
the <a>cross-start</a> and <a>cross-end</a> directions
11811186
are swapped.
11821187

1188+
Note: Depending on the value of 'align-content',
1189+
the ''wrap-reverse'' value of 'flex-wrap' can alter the initial scroll position
1190+
on [=flex containers=] that are also [=scroll containers=].
1191+
See [[css-align-3#overflow-scroll-position]].
1192+
11831193
<!--
11841194
████████ ██ ████████ ██ ██ ████████ ██ ███████ ██ ██
11851195
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██

0 commit comments

Comments
 (0)