Skip to content

Commit 031ad91

Browse files
committed
Argh, gen the spec.
1 parent e4ba66a commit 031ad91

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030

3131
<h1 id=head-box-flexible>CSS Flexible Box Layout Module</h1>
3232

33-
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 14 May 2012</h2>
33+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 15 May 2012</h2>
3434

3535
<dl>
3636
<dt>This version:
37-
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120514/">http://www.w3.org/TR/2012/WD-css3-flexbox-20120514/</a>-->
37+
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120515/">http://www.w3.org/TR/2012/WD-css3-flexbox-20120515/</a>-->
3838

3939

4040
<dd><a
@@ -2383,7 +2383,13 @@ <h3 id=cross-sizing><span class=secno>9.4. </span> Cross size determination</h3>
23832383

23842384
<ol start=8>
23852385
<li id=algo-cross-line> <strong>Calculate the cross size of each flexbox
2386-
line.</strong> For each flexbox line:
2386+
line.</strong>
2387+
<p> If the flexbox has only a single line (even if it's a <a
2388+
href="#multi-line0"><i>multi-line</i></a> flexbox), the cross size of
2389+
the flexbox line is the flexbox's inner cross size.
2390+
2391+
<p> Otherwise, for each flexbox line:
2392+
23872393
<ol>
23882394
<li> Collect all the flexbox items whose inline-axis is parallel to the
23892395
main-axis, whose ‘<a href="#flex-item-align"><code

0 commit comments

Comments
 (0)