8000 (merge) · ccouzens/csswg-drafts@35492c2 · GitHub
Skip to content

Commit 35492c2

Browse files
committed
(merge)
2 parents e75b25a + d10a05c commit 35492c2

62 files changed

Lines changed: 6910 additions & 9410 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.markdown

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@
22

33
This is the official CSSWG repository for editor's drafts of CSS specifications.
44

5-
This repository is a two-way mirror of a Mercurial repository:
5+
See the [contributor guidelines](CONTRIBUTING.md) for how to contribute.
66

7-
hg clone https://hg.csswg.org/drafts
8-
9-
For help using or setting up Mercurial
10-
see [instructions](https://wiki.csswg.org/tools/hg).
11-
Specification issues are discussed as issues in this repo.
7+
Specification issues are discussed as issues in this repository.
128
General CSSWG discussion can be found on the public
139
[www-style mailing list](https://lists.w3.org/Archives/Public/www-style/).
1410

1511
To read the specifications in this repository, see them at the
1612
[index of all specifications](https://drafts.csswg.org/).
1713

14+
This repository is a two-way mirror of https://hg.csswg.org/drafts, and
15+
contributing using Mercurial is also possible.
16+
1817
Also see the related repositories:
1918
* [fxtf-drafts github repository](https://github.com/w3c/fxtf-drafts/) - [fxtf mercurial repository](https://hg.fxtf.org/drafts/) - [FX Task Force generated specification index](https://drafts.fxtf.org/)
2019
* [css-houdini-drafts github repository](https://github.com/w3c/css-houdini-drafts/) - [css-houdini mercurial repository](https://hg.css-houdini.org/drafts/) - [CSS-TAG Houdini Task Force generated specification index](https://drafts.css-houdini.org/)

Transitions.md

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,32 @@ Paint API
2424
CSS Display
2525
* group decision [01 Feb 2017](https://www.w3.org/2017/02/01-css-irc#T17-42-48)
2626
* changes ?
27-
* Disposition of Comments ? ton of comments filed after group decision
27+
* Disposition of Comments ? ton of comments filed after group decision, [27 open issues](https://github.com/w3c/csswg-drafts/labels/css-display-3)
2828
* next step: discuss remaining issues at Paris 2017 f2f, re-request after f2f
2929
* Bert handling transition and publication
3030

3131
CSS Speech (updated CR, has technical changes)
3232
* group decision [15 Feb 2017](https://www.w3.org/2017/02/15-css-irc#T17-39-53)
3333
* should be published as a NOTE because no implementations
3434

35-
36-
CSS Scroll snap (updated CR with technical changes)
37-
* [group decision](http://www.w3.org/2017/07/19-css-irc#T16-30-17) 19 July 2017
38-
39-
## Proposed Recommendation
40-
41-
Writing Modes
35+
Writing Modes (updated CR with technical changes)
4236
* working out how to move at-risk features to level 4, and keep in level 3 but as MAY
4337
* working on the tests and finalizing the test report
4438
* [wg resolution for PR](https://lists.w3.org/Archives/Public/www-style/2017May/0032.html) 17 May 2017
4539
* [wg resolution for updated CR](https://github.com/w3c/csswg-drafts/issues/1391#issuecomment-320215251) 04 Aug 2017
40+
* [draft transition request](https://github.com/w3c/csswg-drafts/blob/master/css-writing-modes-3/transition-updated-cr-2017-09.md)
41+
42+
Flexbox (updated CR with technical changes)
43+
* [group decision](https://lists.w3.org/Archives/Public/www-style/2017Sep/0028.html) 13 Sept 2017
44+
* [transition request](https://github.com/w3c/csswg-drafts/blob/master/css-flexbox/transition-updated-cr-2017-09.md) [26 Sept 2017](https://lists.w3.org/Archives/Member/chairs/2017JulSep/0184.html)
45+
* [transition decision](https://lists.w3.org/Archives/Member/chairs/2017JulSep/0205.html) 29 Sept 2017
46+
* next step: publication, Tues 3 Oct 2017
47+
48+
Backgrounds & Borders (updated CR with technical changes)
49+
* [group decision](https://lists.w3.org/Archives/Public/www-style/2017Sep/0054.html)
50+
* [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
4653

4754
CSS Fonts 3
4855
* working out how to move at-risk features to level 4
@@ -60,6 +67,8 @@ Selectors 3
6067

6168

6269

70+
71+
6372
# Closed
6473

6574
## First Working Group Note
@@ -76,8 +85,6 @@ CSS Fonts 4
7685
* [publication request](https://lists.w3.org/Archives/Team/webreq/2017Jul/0007.html) 07 July 2017
7786
* [done](https://www.w3.org/TR/2017/WD-css-fonts-4-20170711/) 11 July 2017
7887

79-
### Closed
80-
8188
CSS Overflow Level 4
8289
* [wg decision](https://lists.w3.org/Archives/Public/www-style/2017May/0032.html) 17 May
8390
* [transition request](https://lists.w3.org/Archives/Member/chairs/2017AprJun/0122.html) 12 Jun 2017
@@ -124,6 +131,13 @@ CSS Table
124131

125132
## Candidate Recommendation
126133

134+
Media Queries 4
135+
* [done](https://www.w3.org/TR/2017/CR-mediaqueries-4-20170905/) 5 Sep 2017
136+
137+
CSS Scroll snap (updated CR with technical changes)
138+
* [group decision](http://www.w3.org/2017/07/19-css-irc#T16-30-17) 19 July 2017
139+
* [done](https://www.w3.org/TR/2017/CR-css-scroll-snap-1-20170824/) 24 Aug 2017
140+
127141
CSS Contain
128142
* [group decision](https://www.w3.org/2017/04/21-css-irc#T07-18-13) 21April 2017
129143
* [Disposition of comments](https://drafts.csswg.org/css-contain/issues-2017.html)

css-align/Overview.bs

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ 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/2017/WD-css-align-3-20170720/
1314
Previous Version: https://www.w3.org/TR/2017/WD-css-align-3-20170515/
1415
Previous Version: https://www.w3.org/TR/2017/WD-css-align-3-20170407/
1516
Previous Version: https://www.w3.org/TR/2017/WD-css-align-3-20170215/
@@ -1694,12 +1695,12 @@ Gap Shorthand: the 'gap' property</h3>
16941695
<pre class='propdef'>
16951696
Name: gap
16961697
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>
16991700
Inherited: no
17001701
Percentages: refer to corresponding dimension of the content area
17011702
Media: visual
1702-
Computed value: as specified, with <<length>>s made absolute
1703+
Computed value: see individual properties
17031704
Animatable: as length, percentage, or calc
17041705
</pre>
17051706

@@ -1826,7 +1827,7 @@ Determining the Baselines of a Box</h2>
18261827
use the baseline table from the font settings and <a>first available font</a> of that box,
18271828
and align that baseline set to the given single baseline.
18281829

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),
18301831
synthesize the alphabetic baseline from the <a>line-under</a> line,
18311832
and the central baseline by averaging the positions of the two edges or lines.
18321833
See [[css-inline-3#baseline-synthesis]] for rules on synthesizing additional baselines.
@@ -1951,7 +1952,14 @@ Aligning Boxes by Baseline</h3>
19511952
<h2 id="changes">
19521953
Changes</h2>
19531954

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:
19551963
<ul>
19561964
<li>Dropped the ''left'' and ''right'' keywords from 'align-self' and 'align-content'.
19571965
They may be re-introduced in a later level if there is demand.

css-animations/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,8 @@ The <code>AnimationEvent</code> Interface</h3>
906906
IDL Definition</h4>
907907

908908
<pre class="idl">
909-
[Constructor(CSSOMString type, optional AnimationEventInit animationEventInitDict)]
909+
[Exposed=Window,
910+
Constructor(CSSOMString type, optional AnimationEventInit animationEventInitDict)]
910911
interface AnimationEve A350 nt : Event {
911912
readonly attribute CSSOMString animationName;
912913
readonly attribute float elapsedTime;
@@ -1087,6 +1088,7 @@ The <code>CSSKeyframeRule</code> Interface</h3>
10871088
IDL Definition</h4>
10881089

10891090
<pre class="idl">
1091+
[Exposed=Window]
10901092
interface CSSKeyframeRule : CSSRule {
10911093
attribute CSSOMString keyText;
10921094
[SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
@@ -1139,6 +1141,7 @@ The <code>CSSKeyframesRule</code> Interface</h3>
11391141
IDL Definition</h4>
11401142

11411143
<pre class="idl">
1144+
[Exposed=Window]
11421145
interface CSSKeyframesRule : CSSRule {
11431146
attribute CSSOMString name;
11441147
readonly attribute CSSRuleList cssRules;

0 commit comments

Comments
 (0)