We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4642c9a commit 305e57eCopy full SHA for 305e57e
1 file changed
css-flexbox/Overview.bs
@@ -1721,6 +1721,11 @@ The 'flex-basis' property</h4>
1721
<dt><dfn>content</dfn>
1722
<dd>Indicates automatic sizing, based on the <a>flex item</a>’s content.
1723
1724
+ Note: Note that this value was not present in the initial release of Flexible Box Layout,
1725
+ and thus some older implementations will not support it.
1726
+ The equivalent effect can be had by using ''flex/auto''
1727
+ together with a main size ('width' or 'height') of ''width/auto''.
1728
+
1729
<dt><<'width'>>
1730
<dd>
1731
For all other values,
0 commit comments