diff --git a/css-flexbox-1/Overview.bs b/css-flexbox-1/Overview.bs index 8a926d543ff..a05a84d3fb8 100644 --- a/css-flexbox-1/Overview.bs +++ b/css-flexbox-1/Overview.bs @@ -1185,7 +1185,8 @@ Flex Line Wrapping: the 'flex-wrap' property
wrap-reverse
- Same as ''wrap''. + Same as ''wrap'', + except the cross-start and cross-end directions are swapped. For the values that are not ''wrap-reverse'', @@ -1193,9 +1194,6 @@ Flex Line Wrapping: the 'flex-wrap' property the inline-start or block-start direction of the current writing mode (whichever is in the cross axis) and the cross-end direction is the opposite direction of cross-start. - When 'flex-wrap' is ''wrap-reverse'', - the cross-start and cross-end directions - are swapped. Note: Depending on the value of 'align-content', the ''wrap-reverse'' value of 'flex-wrap' can alter the initial scroll position @@ -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 - \ No newline at end of file +