8000 [css-flexbox-1] Add cross-reference and parenthetical to clarify defi… · w3c/csswg-drafts@34f24dc · GitHub
Skip to content

Commit 34f24dc

Browse files
committed
[css-flexbox-1] Add cross-reference and parenthetical to clarify definition of 'flex-basis: content' per #694 (comment)
1 parent 317707d commit 34f24dc

1 file changed

Lines changed: 28 additions & 1 deletion

File tree

css-flexbox-1/Overview.bs

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1570,7 +1570,13 @@ The 'flex' Shorthand</h3>
15701570

15711571
<dt><dfn>content</dfn>
15721572
<dd>
1573-
Indicates automatic sizing, based on the <a>flex item</a>’s content.
1573+
Indicates an <a href="#algo-main-item">automatic size</a>
1574+
based on the <a>flex item</a>’s content.
1575+
(It is typically equivalent to the <a>max-content size</a>,
1576+
but with adjustments to handle aspect ratios,
1577+
intrinsic sizing constraints,
1578+
and orthogonal flows;
1579+
see <a href="#algo-main-item">details</a> in [[#layout-algorithm]].)
15741580

15751581
Note: This value was not present in the initial release of Flexible Box Layout,
15761582
and thus some older implementations will not support it.
@@ -3458,6 +3464,27 @@ Boris Zbarsky.
34583464

34593465
This section documents the changes since previous publications.
34603466

3467+
<h3 id="changes-20171016">
3468+
Changes since the 16 October 2017 CR</h3>
3469+
3470+
<ul>
3471+
<li id="change-2017-content-desc">
3472+
Added some (effectively informative) prose and a cross-reference
3473+
to more clearly define ''flex-basis: content''.
3474+
<blockquote>
3475+
<p>
3476+
Indicates <del>automatic sizing</del> <ins>an <a href="#algo-main-item">automatic size</a></ins>
3477+
based on the <a>flex item</a>’s content.
3478+
<ins>(It is typically equivalent to the <a>max-content size</a>,
3479+
but with adjustments to handle aspect ratios,
3480+
intrinsic sizing constraints,
3481+
and orthogonal flows;
3482+
see <a href="#algo-main-item">details</a> in [[#layout-algorithm]].)</ins>
3483+
</p>
3484+
</blockquote>
3485+
</ul>
3486+
3487+
34613488
<h3 id="changes-20160526">
34623489
Changes since the 26 May 2016 CR</h3>
34633490

0 commit comments

Comments
 (0)