Skip to content

Commit dc6b6d2

Browse files
committed
[css3-flexbox] Add a change line for the aspect-ratio thing.
1 parent e1c2d35 commit dc6b6d2

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3952,11 +3952,14 @@ <h2 class=no-num id=changes>Changes</h2>
39523952
2012 Candidate Recommendation</a>:
39533953

39543954
<ul>
3955-
<li>Absolutely positioned children of a flex container are no longer
3955+
<li> Absolutely positioned children of a flex container are no longer
39563956
called "flex items" (to avoid terminology confusion).
39573957

39583958
<li> Clarified that ‘<code class=property>float</code>’ still makes
39593959
the children of a flex container turn into block-level elements.
3960+
3961+
<li> <a href="#algo-main-item">Allow intrinsic aspect ratios to inform the
3962+
main-size calculation.</a>
39603963
</ul>
39613964

39623965
<p>A <a

css3-flexbox/Overview.src.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3253,10 +3253,14 @@ <h2 class="no-num" id="changes">Changes</h2>
32533253
The following significant changes were made since the
32543254
<a href="http://www.w3.org/TR/2012/CR-css3-flexbox-20120921/">21 September 2012 Candidate Recommendation</a>:
32553255
<ul>
3256-
<li>Absolutely positioned children of a flex container are no longer called "flex items" (to avoid terminology confusion).
3256+
<li>
3257+
Absolutely positioned children of a flex container are no longer called "flex items" (to avoid terminology confusion).
32573258

32583259
<li>
32593260
Clarified that 'float' still makes the children of a flex container turn into block-level elements.
3261+
3262+
<li>
3263+
<a href="#algo-main-item">Allow intrinsic aspect ratios to inform the main-size calculation.</a>
32603264
</ul>
32613265

32623266
<p>A <a href="http://dev.w3.org/csswg/css3-flexbox/issues-lc-2012">Disposition of Last Call Comments</a> is available.

0 commit comments

Comments
 (0)