|
202 | 202 | </a></p> |
203 | 203 | <h1 class="p-name no-ref" id=title>CSS Flexible Box Layout Module Level 1</h1> |
204 | 204 | <h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft, |
205 | | - <span class=dt-updated><span class=value-title title=20131029>29 October 2013</span></span></span></h2> |
| 205 | + <span class=dt-updated><span class=value-title title=20131030>30 October 2013</span></span></span></h2> |
206 | 206 | <div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-flexbox/>http://dev.w3.org/csswg/css-flexbox/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css3-flexbox/>http://www.w3.org/TR/css3-flexbox/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-flexbox/>http://dev.w3.org/csswg/css-flexbox/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2012/CR-css3-flexbox-20120918/ rel=previous>http://www.w3.org/TR/2012/CR-css3-flexbox-20120918/</a><dd><a href=http://www.w3.org/TR/2012/WD-css3-flexbox-20120612/ rel=previous>http://www.w3.org/TR/2012/WD-css3-flexbox-20120612/</a><dd><a href=http://www.w3.org/TR/2012/WD-css3-flexbox-20120322/ rel=previous>http://www.w3.org/TR/2012/WD-css3-flexbox-20120322/</a><dd><a href=http://www.w3.org/TR/2011/WD-css3-flexbox-20111129/ rel=previous>http://www.w3.org/TR/2011/WD-css3-flexbox-20111129/</a><dd><a href=http://www.w3.org/TR/2011/WD-css3-flexbox-20110322/ rel=previous>http://www.w3.org/TR/2011/WD-css3-flexbox-20110322/</a><dd><a href=http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/ rel=previous>http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/</a> |
207 | 207 | <dt>Feedback:</dt> |
208 | 208 | <dd><a href="mailto:www-style@w3.org?subject=%5Bcss-flexbox%5D%20feedback">www-style@w3.org</a> |
@@ -779,7 +779,8 @@ <h3 class="heading settled heading" data-level=4.4 id=visibility-collapse><span |
779 | 779 | </p><figure> |
780 | 780 | <figcaption>Sample rendering for example code below</figcaption> |
781 | 781 | <div id=visibility-collapse-example> |
782 | | - <nav> |
| 782 | + |
| 783 | + <nav> |
783 | 784 | <ul> |
784 | 785 | <li id=nav-about><a class=self-link href=#nav-about></a><a href=#nav-about>About</a> |
785 | 786 | <ul> |
@@ -1085,6 +1086,8 @@ <h3 class="heading settled heading" data-level=5.4 id=order-property><span class |
1085 | 1086 | Unless otherwise specified by a future specification, |
1086 | 1087 | this property has no effect on elements that are not <a data-link-type=dfn href=#flex-item title="flex items">flex items</a>. |
1087 | 1088 |
|
| 1089 | + |
| 1090 | + |
1088 | 1091 | <h4 class="heading settled heading" data-level=5.4.1 id=order-accessibility><span class=secno>5.4.1 </span><span class=content> |
1089 | 1092 | Reordering and Accessibility</span><a class=self-link href=#order-accessibility></a></h4> |
1090 | 1093 |
|
@@ -1854,7 +1857,8 @@ <h3 class="heading settled heading" data-level=8.5 id=flex-baselines><span class |
1854 | 1857 | from the first item’s content box, |
1855 | 1858 | or, failing that, from the flex container’s content box. |
1856 | 1859 |
|
1857 | | - </ol> |
| 1860 | + |
| 1861 | + </ol> |
1858 | 1862 |
|
1859 | 1863 | <dt><dfn data-dfn-type=dfn data-export="" id=cross-axis-baseline>cross-axis baseline<a class=self-link href=#cross-axis-baseline></a></dfn> |
1860 | 1864 | <dd> |
@@ -1978,6 +1982,8 @@ <h3 class="heading settled heading" data-level=9.2 id=line-sizing><span class=se |
1978 | 1982 | from the space available to the flex container in that dimension |
1979 | 1983 | and use that value. |
1980 | 1984 | <span class=note>This might result in an infinite value.</span> |
| 1985 | + |
| 1986 | + |
1981 | 1987 | <div class=example> |
1982 | 1988 | <p>For example, the <a data-link-type=dfn href=http://dev.w3.org/csswg/css-sizing-3/#available title="available space">available space</a> to a flex item in a |
1983 | 1989 | <a href=http://www.w3.org/TR/CSS21/visuren.html#floats>floated</a> <a class=css-code data-link-for=width data-link-type=value title=auto>auto</a>-sized <a data-link-type=dfn href=#flex-container title="flex container">flex container</a> is: |
@@ -2241,7 +2247,8 @@ <h3 class="heading settled heading" data-level=9.6 id=cross-alignment><span clas |
2241 | 2247 |
|
2242 | 2248 | <li> |
2243 | 2249 | Otherwise, |
2244 | | - use the sum of the flex lines' cross sizes. |
| 2250 | + use the sum of the flex lines' cross sizes, |
| 2251 | + clamped by the min and max cross size properties. |
2245 | 2252 | </ul> |
2246 | 2253 |
|
2247 | 2254 | <li id=algo-line-align><a class=self-link href=#algo-line-align></a> |
|
0 commit comments