Skip to content

Commit cd97478

Browse files
committed
[css-flexbox-1] Add appendix for -webkit- aliases. #5634
1 parent 60ffc40 commit cd97478

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

css-flexbox-1/Overview.bs

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3598,6 +3598,37 @@ Appendix A: Axis Mappings</h2>
35983598
<td>right
35993599
</table>
36003600

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+
36013632
<h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
36023633

36033634
<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/
36553686
Update aspect ratio terminology to use the term [=preferred aspect ratio=],
36563687
and clarify any uses that are specific to [=replaced elements=].
36573688

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+
36583694
<li id="change-2018-used-cross-size">
36593695
Clarified that the [=flex base size=] calculations
36603696
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/
37283764
<li id="change-2018-content-based-editorial">
37293765
Redrafted the definition of [=content-based minimum size=]
37303766
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>)
37313772
</ul>
37323773

37333774
<h3 id="changes-20171016">

0 commit comments

Comments
 (0)