File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -595,7 +595,7 @@ Baseline Alignment: the ''baseline'' keyword and ''first''/''last'' modifiers</h
595
595
The baseline alignment keywords are represented with the <<baseline-position>> grammar term:
596
596
597
597
<pre class='prod'>
598
- <dfn><baseline-position></dfn> = [ first | last ]? baseline
598
+ <dfn><baseline-position></dfn> = [ first | last ]? && baseline
599
599
</pre>
600
600
601
601
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>
2392
2392
<h2 id="changes">
2393
2393
Changes</h2>
2394
2394
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
+
2395
2401
Changes since the <a href="https://www.w3.org/TR/2018/WD-css-align-3-20181206/">6 December 2018 Working Draft</a> include:
2396
2402
<ul>
2397
2403
<li> Improved the center self-alignment of absolutely-positioned elements.
You can’t perform that action at this time.
0 commit comments