|
243 | 243 | </p> |
244 | 244 | <h1 class="p-name no-ref" id=title>CSS Flexible Box Layout Module Level 1</h1> |
245 | 245 | <h2 class="no-num no-toc no-ref heading settled" id=subtitle><span class=content>Editor’s Draft, |
246 | | - <span class=dt-updated><span class=value-title title=20140914>14 September 2014</span></span></span></h2> |
| 246 | + <span class=dt-updated><span class=value-title title=20140923>23 September 2014</span></span></span></h2> |
247 | 247 | <div data-fill-with=spec-metadata><dl> |
248 | 248 | <dt>This version: |
249 | 249 | <dd><a class=u-url href=http://dev.w3.org/csswg/css-flexbox/>http://dev.w3.org/csswg/css-flexbox/</a> |
@@ -1085,6 +1085,13 @@ <h3 class="heading settled" data-level=4.5 id=min-size-auto><span class=secno>4. |
1085 | 1085 | this traversal is trivial and therefore not a performance concern.) |
1086 | 1086 | </div> |
1087 | 1087 |
|
| 1088 | +<p>In order to prevent cycling sizing, |
| 1089 | + the <a class=css data-link-type=maybe href=#valdef-min-width-min-height-auto title=auto>auto</a> value of <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css2/visudet.html#propdef-min-height title=min-height>min-height</a> and <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css2/visudet.html#propdef-max-height title=max-height>max-height</a> |
| 1090 | + does not factor into the percentage size resolution of the box’s contents. |
| 1091 | + For example, a percentage-height block whose flex item parent has |
| 1092 | + <a class=css data-link-type=propdesc href=http://dev.w3.org/csswg/css2/visudet.html#propdef-height title=height>height: 120em; min-height: auto</a> |
| 1093 | + will size itself against <a class=css data-link-type=propdesc href=http://dev.w3.org/csswg/css2/visudet.html#propdef-height title=height>height: 120em</a> regardless of the impact |
| 1094 | + that <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css2/visudet.html#propdef-min-height title=min-height>min-height</a> might have on the used size of the flex item.</p> |
1088 | 1095 |
|
1089 | 1096 | <h2 class="heading settled" data-level=5 id=flow-order><span class=secno>5 </span><span class=content> |
1090 | 1097 | Ordering and Orientation</span><a class=self-link href=#flow-order></a></h2> |
@@ -3190,6 +3197,14 @@ <h3 class="heading settled" id=changes-201403><span class=content> |
3190 | 3197 | could each be explicitly specified. |
3191 | 3198 | (Issue <a href=http://dev.w3.org/csswg/css-flexbox-1/issues-lc-20140325#issue-20>20</a>) |
3192 | 3199 |
|
| 3200 | + <li id=change-201403-css21-staticpos><a class=self-link href=#change-201403-css21-staticpos></a> |
| 3201 | + Clarified how the static position of an absolutely-positioned child of a flex container |
| 3202 | + is calculated by introducing an explanation of the effect more closely tied |
| 3203 | + with CSS2.1 concepts and terminology. |
| 3204 | + (Issue <a href=http://dev.w3.org/csswg/css-flexbox-1/issues-lc-20140325#issue-12>12</a>) |
| 3205 | + |
| 3206 | +<p class=issue id=issue-113bc27f><a class=self-link href=#issue-113bc27f></a>Insert diff.</p> |
| 3207 | + |
3193 | 3208 | <li id=change-201403-clarify-stretched><a class=self-link href=#change-201403-clarify-stretched></a> |
3194 | 3209 | Clarified what a <a data-link-type=dfn href=#stretched title=stretched>stretched</a> flex item is |
3195 | 3210 | for the purposes of special behavior (like definiteness). |
@@ -3965,7 +3980,7 @@ <h2 class="no-num heading settled" id=issues-index><span class=content>Issues In |
3965 | 3980 |
|
3966 | 3981 | <p><small><sup>1</sup> Alternate keyword suggestions welcome.</small> |
3967 | 3982 | <small><sup>1</sup> Alternate keyword suggestions welcome.</small></p> |
3968 | | - <a href=#issue-c9ba8cca> ↵ </a></div><div class=issue>Is this correct?<a href=#issue-e0df87a5> ↵ </a></div><div class=issue>Further changes to list here: |
| 3983 | + <a href=#issue-c9ba8cca> ↵ </a></div><div class=issue>Is this correct?<a href=#issue-e0df87a5> ↵ </a></div><div class=issue>Insert diff.<a href=#issue-113bc27f> ↵ </a></div><div class=issue>Further changes to list here: |
3969 | 3984 | (Issue <a href=http://dev.w3.org/csswg/css-flexbox-1/issues-lc-20140325#issue-9>9</a>) |
3970 | 3985 | (Issue <a href=http://dev.w3.org/csswg/css-flexbox-1/issues-lc-20140325#issue-16>16</a>) |
3971 | 3986 | (Issue <a href=http://dev.w3.org/csswg/css-flexbox-1/issues-lc-20140325#issue-19>19</a>) |
|
0 commit comments