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
*[transition request](https://github.com/w3c/csswg-drafts/blob/master/css-backgrounds/transition-updated-cr-2017-09.md). @@ Email needs to be sent by Thierry.
51
+
52
+
## Proposed Recommendation
46
53
47
54
CSS Fonts 3
48
55
* working out how to move at-risk features to level 4
@@ -60,6 +67,8 @@ Selectors 3
60
67
61
68
62
69
70
+
71
+
63
72
# Closed
64
73
65
74
## First Working Group Note
@@ -76,8 +85,6 @@ CSS Fonts 4
76
85
*[publication request](https://lists.w3.org/Archives/Team/webreq/2017Jul/0007.html) 07 July 2017
77
86
*[done](https://www.w3.org/TR/2017/WD-css-fonts-4-20170711/) 11 July 2017
78
87
79
-
### Closed
80
-
81
88
CSS Overflow Level 4
82
89
*[wg decision](https://lists.w3.org/Archives/Public/www-style/2017May/0032.html) 17 May
83
90
*[transition request](https://lists.w3.org/Archives/Member/chairs/2017AprJun/0122.html) 12 Jun 2017
@@ -1694,12 +1695,12 @@ Gap Shorthand: the 'gap' property</h3>
1694
1695
<pre class='propdef'>
1695
1696
Name: gap
1696
1697
Value: <<'row-gap'>> <<'column-gap'>>?
1697
-
Initial: 0 0
1698
-
Applies to: <a>grid containers</a>
1698
+
Initial: see individual properties
1699
+
Applies to: <a>multi-column elements</a>, <a>flex containers</a>, <a>grid containers</a>
1699
1700
Inherited: no
1700
1701
Percentages: refer to corresponding dimension of the content area
1701
1702
Media: visual
1702
-
Computed value: as specified, with <<length>>s made absolute
1703
+
Computed value: see individual properties
1703
1704
Animatable: as length, percentage, or calc
1704
1705
</pre>
1705
1706
@@ -1826,7 +1827,7 @@ Determining the Baselines of a Box</h2>
1826
1827
use the baseline table from the font settings and <a>first available font</a> of that box,
1827
1828
and align that baseline set to the given single baseline.
1828
1829
1829
-
To <dfn local-lt=synthesize|synthesized export>synthesize baselines</dfn> from a rectangle (or two parallel lines),
1830
+
To <dfn lt="synthesize baseline|synthesized baseline" local-lt=synthesize|synthesized export>synthesize baselines</dfn> from a rectangle (or two parallel lines),
1830
1831
synthesize the alphabetic baseline from the <a>line-under</a> line,
1831
1832
and the central baseline by averaging the positions of the two edges or lines.
1832
1833
See [[css-inline-3#baseline-synthesis]] for rules on synthesizing additional baselines.
@@ -1951,7 +1952,14 @@ Aligning Boxes by Baseline</h3>
1951
1952
<h2 id="changes">
1952
1953
Changes</h2>
1953
1954
1954
-
Changes since the previous Working Draft include:
1955
+
Changes since the <a href="https://www.w3.org/TR/2017/WD-css-align-3-20170720/#changes">20 July 2017 Working Draft</a> include:
1956
+
<ul>
1957
+
<li>Added the 'row-gap' and 'column-gap' properties and 'gap' shorthand,
1958
+
applying them to both <a>grid layout</a> and <a>flex layout</a>
1959
+
to replace the grid-specific 'grid-row-gap'/'grid-column-gap'/'grid-gap' properties.
1960
+
</ul>
1961
+
1962
+
Changes since the <a href="https://www.w3.org/TR/2017/WD-css-align-3-20170515/">15 May 2017 Working Draft</a> include:
1955
1963
<ul>
1956
1964
<li>Dropped the ''left'' and ''right'' keywords from 'align-self' and 'align-content'.
1957
1965
They may be re-introduced in a later level if there is demand.
0 commit comments