@@ -3598,6 +3598,37 @@ Appendix A: Axis Mappings</h2>
3598
3598
<td> right
3599
3599
</table>
3600
3600
3601
+ <h2 class="no-num" id="webkit-aliases">
3602
+ Appendix A: <code>-webkit-</code> Legacy Properties</h2>
3603
+
3604
+ <em> This appendix is normative.</em>
3605
+
3606
+ Advisement: These aliases are <em> deprecated</em>
3607
+ and authors <em> should not</em> use them
3608
+ unless their content needs to support actively-used legacy UAs.
3609
+
3610
+ For compatibility with general Web content,
3611
+ UAs that are Web browsers must and other UAs may
3612
+ implement the following [=legacy name aliases=] :
3613
+
3614
+ <table class=data>
3615
+ <thead>
3616
+ <tr><th> Alias <th> Standard
3617
+ <tbody>
3618
+ <tr><td> -webkit-align-content<td> align-content
3619
+ <tr><td> -webkit-align-items<td> align-items
3620
+ <tr><td> -webkit-align-self<td> align-self
3621
+ <tr><td> -webkit-flex<td> flex
3622
+ <tr><td> -webkit-flex-basis<td> flex-basis
3623
+ <tr><td> -webkit-flex-direction<td> flex-direction
3624
+ <tr><td> -webkit-flex-flow<td> flex-flow
3625
+ <tr><td> -webkit-flex-grow<td> flex-grow
3626
+ <tr><td> -webkit-flex-shrink<td> flex-shrink
3627
+ <tr><td> -webkit-flex-wrap<td> flex-wrap
3628
+ <tr><td> -webkit-justify-content<td> justify-content
3629
+ <tr><td> -webkit-order<td> order
3630
+ </table>
3631
+
3601
3632
<h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
3602
3633
3603
3634
<p> Thanks for feedback and contributions to
@@ -3655,6 +3686,11 @@ Changes since the <a href="https://www.w3.org/TR/2018/CR-css-flexbox-1-20181119/
3655
3686
Update aspect ratio terminology to use the term [=preferred aspect ratio=] ,
3656
3687
and clarify any uses that are specific to [=replaced elements=] .
3657
3688
3689
+ <li id="change-2018-collapsed-intrinsic-container">
3690
+ Explicitly excluded [=collapsed flex items=]
3691
+ from the [[#intrinsic-main-sizes|intrinsic main size calculations]] .
3692
+ (<a href="https://github.com/w3c/csswg-drafts/issues/5985">Issue 5985</a> )
3693
+
3658
3694
<li id="change-2018-used-cross-size">
3659
3695
Clarified that the [=flex base size=] calculations
3660
3696
rely on the <em> used</em> [=cross size=] .
@@ -3728,6 +3764,11 @@ Changes since the <a href="https://www.w3.org/TR/2018/CR-css-flexbox-1-20181119/
3728
3764
<li id="change-2018-content-based-editorial">
3729
3765
Redrafted the definition of [=content-based minimum size=]
3730
3766
for easier reading. (Editorial)
3767
+
3768
+ <li id="change-2018-webkit-aliases">
3769
+ Added [[#webkit-aliases]] to document <code> -webkit-</code> aliases of flex layout properties
3770
+ that are necessary for Web-compat.
3771
+ (<a href="https://github.com/w3c/csswg-drafts/issues/5634">Issue 5634</a> )
3731
3772
</ul>
3732
3773
3733
3774
<h3 id="changes-20171016">
0 commit comments