Skip to content

Commit 6b8d895

Browse files
committed
[css-flexbox] Clarify that only a main size of ''auto'' is treated as ''max-content''.
1 parent afd23a5 commit 6b8d895

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css-flexbox/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<meta content="CSS Flexible Box Layout Module" name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2013-08-19 name=dcterms.date>
14+
<meta content=2013-08-20 name=dcterms.date>
1515
<meta content="Tab Atkins Jr." name=dcterms.creator>
1616
<meta content="Elika J. Etemad" name=dcterms.creator>
1717
<meta content="Rossen Atanassov" name=dcterms.creator>
@@ -224,11 +224,11 @@
224224
<h1 class=p-name id=head-box-flexible>CSS Flexible Box Layout Module</h1>
225225

226226
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft, <time
227-
class=dt-updated datetime=20130819>19 August 2013</time></h2>
227+
class=dt-updated datetime=20130820>20 August 2013</time></h2>
228228

229229
<dl>
230230
<dt>This version:
231-
<!--<dd><a class="u-url" href="http://dev.w3.org/csswg/css3-flexbox/">http://www.w3.org/TR/2013/CR-css3-flexbox-20130819/</a>-->
231+
<!--<dd><a class="u-url" href="http://dev.w3.org/csswg/css3-flexbox/">http://www.w3.org/TR/2013/CR-css3-flexbox-20130820/</a>-->
232232

233233
<dd><a class=u-url
234234
href="http://dev.w3.org/csswg/css3-flexbox/">http://dev.w3.org/csswg/css3-flexbox/</a>
@@ -3170,7 +3170,7 @@ <h3 id=line-sizing><span class=secno>9.2. </span> Line Length Determination</h3>
31703170
max-content main size.
31713171

31723172
<li> Otherwise, lay out the item into the available space using its flex
3173-
basis in place of its main size, and treating ‘<code
3173+
basis in place of its main size, and treating a main size of <code
31743174
class=css>auto</code>’ as ‘<code class=css>max-content</code>’.
31753175
The <a href="#flex-base-size"><i>flex base size</i></a> is the item's
31763176
resulting main size.

css-flexbox/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2416,7 +2416,7 @@ <h3 id='line-sizing'>
24162416
Otherwise,
24172417
lay out the item into the available space
24182418
using its flex basis in place of its main size,
2419-
and treating ''auto'' as ''max-content''.
2419+
and treating a main size of ''auto'' as ''max-content''.
24202420
The <i>flex base size</i> is the item's resulting main size.
24212421

24222422
</ul>

0 commit comments

Comments
 (0)