You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes since the <a href="https://www.w3.org/TR/2016/WD-css-align-3-20160614/">previous Working Draft</a> include:
1644
1646
1647
+
* Add shorthands.
1648
+
* Drop fallback alignments, because they interfere with shorthanding.
1649
+
(Alternative syntaxes for the functionality are under investigation.)
1645
1650
* Make ''align-self/auto'' values of 'align-self' and 'justify-self' compute to themselves.
1651
+
* Rework baseline alignment rules wrt synthesizing baselines; drop concept of block-axis baseline propagation.
1646
1652
* Use the intrinsic size on grid items with an intrinsic aspect ratio so that we honor their aspect ratio by default (i.e. when 'align-self' and 'justify-self' are ''align-self/normal'').
1653
+
* Fix Applies-to errors.
1654
+
* Handle baselines of scroll containers per CSS2.1 errata; mark as an issue.
1655
+
* Apply 'justify-content' to column boxes in multi-column elements.
1656
+
* Drop hyphen in first/last baseline alignment keywords in order to avoid combinatorial explosion in related properties for inline alignment.
1657
+
* Miscellaneous fixes and clarifications. See <a href="https://hg.csswg.org/drafts/log/tip/css-align/Overview.bs">detailed history</a>.
0 commit comments