Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions css-flexbox-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1185,17 +1185,15 @@ Flex Line Wrapping: the 'flex-wrap' property</h3>

<dt><dfn>wrap-reverse</dfn>
<dd>
Same as ''wrap''.
Same as ''wrap'',
except the <a>cross-start</a> and <a>cross-end</a> directions are swapped.
</dl>

For the values that are not ''wrap-reverse'',
the <a>cross-start</a> direction is equivalent to either
the <a>inline-start</a> or <a>block-start</a> direction of the current <a>writing mode</a>
(whichever is in the <a>cross axis</a>)
and the <a>cross-end</a> direction is the opposite direction of <a>cross-start</a>.
When 'flex-wrap' is ''wrap-reverse'',
the <a>cross-start</a> and <a>cross-end</a> directions
are swapped.

Note: Depending on the value of 'align-content',
the ''wrap-reverse'' value of 'flex-wrap' can alter the initial scroll position
Expand Down Expand Up @@ -6712,4 +6710,4 @@ text-overflow-on-flexbox-001.html
webkit-box-vertical-writing-mode.html
whitespace-in-flexitem-001.html
zero-content-size-with-scrollbar-crash.html
</wpt>
</wpt>