Skip to content

Commit 9e3e32e

Browse files
committed
[css-align] Prep for WD
1 parent b5c85aa commit 9e3e32e

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

css-align/Overview.bs

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
Shortname: css-align
55
Level: 3
66
Group: csswg
7-
Status: ED
7+
Status: WD
88
Work Status: Revising
99
ED: https://drafts.csswg.org/css-align/
1010
TR: https://www.w3.org/TR/css-align-3/
1111
Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
1212
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/, w3cid 42199
13+
Previous Version: https://www.w3.org/TR/2016/WD-css-align-3-20160614/
1314
Previous Version: https://www.w3.org/TR/2016/WD-css-align-3-20160519/
1415
Previous Version: https://www.w3.org/TR/2014/WD-css-align-3-20141218/
1516
Previous Version: https://www.w3.org/TR/2013/WD-css3-align-20130514/
@@ -22,9 +23,10 @@ At Risk: ''[ first | last ]? baseline'', the <<overflow-position>> keywords, the
2223

2324
<pre class=link-defaults>
2425
spec:css-overflow-3; type:dfn; text:scroll container
25-
spec:css22; type:property; text:vertical-align
26+
spec:css2; type:property; text:vertical-align
2627
spec:css-inline-3; type:property; text:dominant-baseline
2728
spec:css-inline-3; type:property; text:alignment-baseline
29+
spec:css-display-3; type:property; text:display
2830
</pre>
2931

3032
<style>
@@ -1642,8 +1644,17 @@ Changes</h2>
16421644

16431645
Changes since the <a href="https://www.w3.org/TR/2016/WD-css-align-3-20160614/">previous Working Draft</a> include:
16441646

1647+
* Add shorthands.
1648+
* Drop fallback alignments, because they interfere with shorthanding.
1649+
(Alternative syntaxes for the functionality are under investigation.)
16451650
* 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.
16461652
* 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>.
16471658

16481659
<h2 id="privacy-security">
16491660
Privacy and Security Considerations</h2>

0 commit comments

Comments
 (0)