Skip to content

Commit 305e57e

Browse files
committed
[css-flexbox] Add a warning about the newness of content keyword.
1 parent 4642c9a commit 305e57e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1721,6 +1721,11 @@ The 'flex-basis' property</h4>
17211721
<dt><dfn>content</dfn>
17221722
<dd>Indicates automatic sizing, based on the <a>flex item</a>’s content.
17231723

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+
17241729
<dt><<'width'>>
17251730
<dd>
17261731
For all other values,

0 commit comments

Comments
 (0)