|
11 | 11 |
|
12 | 12 | <meta content="CSS Flexible Box Layout Module" name=dcterms.title> |
13 | 13 | <meta content=text name=dcterms.type> |
14 | | - <meta content=2013-07-19 name=dcterms.date> |
| 14 | + <meta content=2013-07-23 name=dcterms.date> |
15 | 15 | <meta content="Tab Atkins Jr." name=dcterms.creator> |
16 | 16 | <meta content="Elika J. Etemad" name=dcterms.creator> |
17 | 17 | <meta content="Rossen Atanassov" name=dcterms.creator> |
|
224 | 224 | <h1 class=p-name id=head-box-flexible>CSS Flexible Box Layout Module</h1> |
225 | 225 |
|
226 | 226 | <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, <time |
227 | | - class=dt-updated datetime=20130719>19 July 2013</time></h2> |
| 227 | + class=dt-updated datetime=20130723>23 July 2013</time></h2> |
228 | 228 |
|
229 | 229 | <dl> |
230 | 230 | <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-20130719/</a>--> |
| 231 | + <!--<dd><a class="u-url" href="http://dev.w3.org/csswg/css3-flexbox/">http://www.w3.org/TR/2013/CR-css3-flexbox-20130723/</a>--> |
232 | 232 |
|
233 | 233 | <dd><a class=u-url |
234 | 234 | href="http://dev.w3.org/csswg/css3-flexbox/">http://dev.w3.org/csswg/css3-flexbox/</a> |
@@ -3091,11 +3091,33 @@ <h3 id=line-sizing><span class=secno>9.2. </span> Line Length Determination</h3> |
3091 | 3091 | <ol class=continue> |
3092 | 3092 | <li id=algo-available> <strong>Determine the available main and cross |
3093 | 3093 | space for the flex items.</strong> For each dimension, if that dimension |
3094 | | - of the flex container is a <a href="#definite-size"><i>definite |
3095 | | - size</i></a>, use that; otherwise, subtract the flex container's margin, |
3096 | | - border, and padding from the space available to the flex container in |
3097 | | - that dimension and use that value. <span class=note>This might result in |
3098 | | - an infinite value.</span> |
| 3094 | + of the <a href="#flex-container"><i>flex container</i></a>’s content |
| 3095 | + box is a <a href="#definite-size"><i>definite size</i></a>, use that; |
| 3096 | + otherwise, subtract the <a href="#flex-container"><i>flex |
| 3097 | + container</i></a>’s margin, border, and padding from the space |
| 3098 | + available to the flex container in that dimension and use that value. |
| 3099 | + <span class=note>This might result in an infinite value.</span> |
| 3100 | + <!-- Maybe??? |
| 3101 | + For this purpose, |
| 3102 | + the block axis of a block container(?) |
| 3103 | + always provides infinite available space. |
| 3104 | + --> |
| 3105 | + |
| 3106 | + <div class=example> |
| 3107 | + <p>For example, the <i>available space</i> to a flex item in a <a |
| 3108 | + href="http://www.w3.org/TR/CSS21/visuren.html#floats">floated</a> |
| 3109 | + ‘<code class=css>auto</code>’-sized <a |
| 3110 | + href="#flex-container"><i>flex container</i></a> is: |
| 3111 | + |
| 3112 | + <ul> |
| 3113 | + <li>the width of the <a href="#flex-container"><i>flex |
| 3114 | + container</i></a>’s containing block minus the <a |
| 3115 | + href="#flex-container"><i>flex container</i></a>’s margin, border, |
| 3116 | + and padding in the horizontal dimension |
| 3117 | + |
| 3118 | + <li>infinite in the vertical dimension |
| 3119 | + </ul> |
| 3120 | + </div> |
3099 | 3121 |
|
3100 | 3122 | <li id=algo-main-item> <strong>Determine the <dfn id=flex-base-size>flex |
3101 | 3123 | base size</dfn> and <dfn id=hypothetical-main-size>hypothetical main |
|
0 commit comments