You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-flexbox/Overview.html
+11-15Lines changed: 11 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1806,36 +1806,32 @@ <h3 class="heading settled" data-level="5.2" id="flex-wrap-property"><span class
1806
1806
1807
1807
<dd>
1808
1808
The flex container is <adata-link-type="dfn" href="#single_line">single-line</a>.
1809
-
The <adata-link-type="dfn" href="#cross_start">cross-start</a> direction is equivalent to either
1810
-
the <adata-link-type="dfn" href="http://dev.w3.org/csswg/css-writing-modes-3/#inline_start">inline-start</a>
1811
-
or <adata-link-type="dfn" href="http://dev.w3.org/csswg/css-writing-modes-3/#block_start">block-start</a>
1812
-
direction of the current <adata-link-type="dfn" href="http://dev.w3.org/csswg/css-writing-modes-3/#writing-mode">writing mode</a>,
1813
-
whichever is in the <adata-link-type="dfn" href="#cross-axis">cross axis</a>,
1814
-
and the <adata-link-type="dfn" href="#cross_end">cross-end</a> direction is the opposite direction of <adata-link-type="dfn" href="#cross_start">cross-start</a>.
The flex container is <adata-link-type="dfn" href="#multi_line">multi-line</a>.
1822
-
The <adata-link-type="dfn" href="#cross_start">cross-start</a> direction is equivalent to either
1823
-
the <adata-link-type="dfn" href="http://dev.w3.org/csswg/css-writing-modes-3/#inline_start">inline-start</a>
1824
-
or <adata-link-type="dfn" href="http://dev.w3.org/csswg/css-writing-modes-3/#block_start">block-start</a>
1825
-
direction of the current <adata-link-type="dfn" href="http://dev.w3.org/csswg/css-writing-modes-3/#writing-mode">writing mode</a>,
1826
-
whichever is in the <adata-link-type="dfn" href="#cross-axis">cross axis</a>,
1827
-
and the <adata-link-type="dfn" href="#cross_end">cross-end</a> direction is the opposite direction of <adata-link-type="dfn" href="#cross_start">cross-start</a>.
Same as <aclass="css" data-link-type="maybe" href="#valdef-flex-wrap-wrap">wrap</a>,
1834
-
except the <adata-link-type="dfn" href="#cross_start">cross-start</a> and <adata-link-type="dfn" href="#cross_end">cross-end</a> directions are swapped.
1820
+
Same as <aclass="css" data-link-type="maybe" href="#valdef-flex-wrap-wrap">wrap</a>.
1835
1821
1836
1822
</dl>
1837
1823
1838
1824
1825
+
<p>For the values that are not <aclass="css" data-link-type="maybe" href="#valdef-flex-wrap-wrap-reverse">wrap-reverse</a>,
1826
+
the <adata-link-type="dfn" href="#cross_start">cross-start</a> direction is equivalent to either
1827
+
the <adata-link-type="dfn" href="http://dev.w3.org/csswg/css-writing-modes-3/#inline_start">inline-start</a> or <adata-link-type="dfn" href="http://dev.w3.org/csswg/css-writing-modes-3/#block_start">block-start</a> direction of the current <adata-link-type="dfn" href="http://dev.w3.org/csswg/css-writing-modes-3/#writing-mode">writing mode</a>
1828
+
(whichever is in the <adata-link-type="dfn" href="#cross-axis">cross axis</a>)
1829
+
and the <adata-link-type="dfn" href="#cross_end">cross-end</a> direction is the opposite direction of <adata-link-type="dfn" href="#cross_start">cross-start</a>.
1830
+
When <aclass="property" data-link-type="propdesc" href="#propdef-flex-wrap">flex-wrap</a> is <aclass="css" data-link-type="maybe" href="#valdef-flex-wrap-wrap-reverse">wrap-reverse</a>,
1831
+
the <adata-link-type="dfn" href="#cross_start">cross-start</a> and <adata-link-type="dfn" href="#cross_end">cross-end</a> directions
0 commit comments