Skip to content

Commit 43e6036

Browse files
committed
[css-align-3] Allow reordering of first|last vs baseline keywords. w3c#5235
1 parent 1ea4309 commit 43e6036

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

css-align-3/Overview.bs

+7-1
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ Baseline Alignment: the ''baseline'' keyword and ''first''/''last'' modifiers</h
595595
The baseline alignment keywords are represented with the <<baseline-position>> grammar term:
596596

597597
<pre class='prod'>
598-
<dfn>&lt;baseline-position></dfn> = [ first | last ]? baseline
598+
<dfn>&lt;baseline-position></dfn> = [ first | last ]? && baseline
599599
</pre>
600600

601601
The ''first'' and ''last'' values give a box a <dfn export>baseline alignment preference</dfn>:
@@ -2392,6 +2392,12 @@ Appendix A: Static Position Terminology</h2>
23922392
<h2 id="changes">
23932393
Changes</h2>
23942394

2395+
Changes since the <a href="https://www.w3.org/TR/2020/WD-css-align-3-20200421/">21 April 2020 Working Draft</a> include:
2396+
<ul>
2397+
<li>Allowed reordering of ''[ first | last ]'' and ''align-self/baseline'' components of <<baseline-position>>.
2398+
(<a href="https://github.com/w3c/csswg-drafts/issues/5235">Issue 5235</a>)
2399+
</ul>
2400+
23952401
Changes since the <a href="https://www.w3.org/TR/2018/WD-css-align-3-20181206/">6 December 2018 Working Draft</a> include:
23962402
<ul>
23972403
<li>Improved the center self-alignment of absolutely-positioned elements.

0 commit comments

Comments
 (0)