Skip to content

Commit 5229545

Browse files
author
Greg Whitworth
committed
Merge branch 'master' of github.com:w3c/csswg-drafts
2 parents 4eebd01 + f3748eb commit 5229545

174 files changed

Lines changed: 11874 additions & 6481 deletions

File tree

Some content is hidden

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

css-2018/Overview.bs

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
Title: CSS Snapshot 2018
33
Shortname: css-2018
44
Level: 0
5-
Status: NOTE
5+
Status: WG-NOTE
66
Group: CSSWG
77
Work Status: revising
88
URL: https://drafts.csswg.org/css-2018/
99
TR: https://www.w3.org/TR/CSS/
10+
Previous Version: https://www.w3.org/TR/2018/NOTE-css-2018-20181115/
1011
Editor: Tab Atkins Jr., Google, http://xanthir.com/, w3cid 42199
1112
Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
1213
Editor: Florian Rivoal, Invited Expert, https://florian.rivoal.net, w3cid 43241
@@ -249,14 +250,10 @@ Background: The W3C Process and CSS</h3>
249250
Introduces cascading variables as a new primitive value type that is accepted by all CSS properties,
250251
and custom properties for defining them.
251252

252-
<dt><a href="https://www.w3.org/TR/css-grid-1/">CSS Grid Layout Module Level 1</a>
253-
[[!CSS-GRID-1]]
253+
<dt><a href="https://www.w3.org/TR/css3-transforms/">CSS Transforms Level 1</a>
254+
[[CSS3-TRANSFORMS]]
254255
<dd>
255-
Defines a two-dimensional grid-based layout system,
256-
optimized for user interface design.
257-
In the grid layout model, the children of a grid container
258-
can be positioned into arbitrary slots in a predefined flexible or fixed-size layout grid.
259-
256+
Introduces graphical transformations to CSS.
260257
</dl>
261258

262259
<div class="note">
@@ -269,14 +266,17 @@ Background: The W3C Process and CSS</h3>
269266
[[CSS3-TRANSITIONS]]
270267
and <a href="https://www.w3.org/TR/css3-animations/">CSS Animations Level 1</a>
271268
[[CSS3-ANIMATIONS]],
272-
together with [[CSS-TIMING-1]].
269+
together with [[CSS-EASING-1]].
273270
<dd>
274271
Define mechanisms for transitioning the computed values of CSS properties over time.
275272

276-
<dt><a href="https://www.w3.org/TR/css3-transforms/">CSS Transforms Level 1</a>
277-
[[CSS3-TRANSFORMS]]
273+
<dt><a href="https://www.w3.org/TR/css-grid-1/">CSS Grid Layout Module Level 1</a>
274+
[[!CSS-GRID-1]]
278275
<dd>
279-
Introduces graphical transformations to CSS.
276+
Defines a two-dimensional grid-based layout system,
277+
optimized for user interface design.
278+
In the grid layout model, the children of a grid container
279+
can be positioned into arbitrary slots in a predefined flexible or fixed-size layout grid.
280280

281281
<dt><a href="https://www.w3.org/TR/css-text-3/">CSS Text Module Level 3</a>
282282
[[CSS-TEXT-3]]
@@ -293,7 +293,6 @@ Background: The W3C Process and CSS</h3>
293293
[[FILTER-EFFECTS-1]]
294294
<dd>
295295
Filter effects are a way of processing an element’s rendering before it is displayed in the document.
296-
297296
</dl>
298297

299298
</div>
@@ -535,7 +534,7 @@ Proprietary and Non-standardized Features</h4>
535534

536535
To avoid clashes with future CSS features,
537536
the CSS2.1 specification reserves a
538-
<dfn lt="vendor prefix | vendor-prefixed | prefixed | unprefixed"><a href="https://www.w3.org/TR/CSS2/syndata.html#vendor-keywords">prefixed syntax</a></dfn> [[!CSS2]]
537+
<dfn export lt="vendor prefix | vendor-prefixed | prefixed | unprefixed"><a href="https://www.w3.org/TR/CSS2/syndata.html#vendor-keywords">prefixed syntax</a></dfn> [[!CSS2]]
539538
for proprietary and experimental extensions to CSS.
540539
A CSS feature is a <dfn>proprietary extension</dfn> if it is meant for use
541540
in a closed environment accessible only to a single vendor's user agent(s).
@@ -728,7 +727,7 @@ Safe to Release pre-CR Exceptions</h2>
728727
css-writing-modes-3,
729728
css-transitions-1,
730729
css-animations-1,
731-
css-timing-1,
730+
css-easing-1,
732731
css-flexbox-1,
733732
css-transforms-1,
734733
css-variables-1,
@@ -770,7 +769,7 @@ Safe to Release pre-CR Exceptions</h2>
770769
css-writing-modes-3,
771770
css-transitions-1,
772771
css-animations-1,
773-
css-timing-1,
772+
css-easing-1,
774773
css-flexbox-1,
775774
css-transforms-1,
776775
css-variables-1,
@@ -813,7 +812,7 @@ At-Rule Index</h3>
813812
css-writing-modes-3,
814813
css-transitions-1,
815814
css-animations-1,
816-
css-timing-1,
815+
css-easing-1,
817816
css-flexbox-1,
818817
css-transforms-1,
819818
css-variables-1,
@@ -855,7 +854,7 @@ At-Rule Index</h3>
855854
css-writing-modes-3,
856855
css-transitions-1,
857856
css-animations-1,
858-
css-timing-1,
857+
css-easing-1,
859858
css-flexbox-1,
860859
css-transforms-1,
861860
css-variables-1,
@@ -897,7 +896,7 @@ At-Rule Index</h3>
897896
css-writing-modes-3,
898897
css-transitions-1,
899898
css-animations-1,
900-
css-timing-1,
899+
css-easing-1,
901900
css-flexbox-1,
902901
css-transforms-1,
903902
css-variables-1,

css-align-3/Overview.bs

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ED: https://drafts.csswg.org/css-align/
99
TR: https://www.w3.org/TR/css-align-3/
1010
Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
1111
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/, w3cid 42199
12+
Previous Version: https://www.w3.org/TR/2018/WD-css-align-3-20180830/
1213
Previous Version: https://www.w3.org/TR/2018/WD-css-align-3-20180423/
1314
Previous Version: https://www.w3.org/TR/2017/WD-css-align-3-20170906/
1415
Previous Version: https://www.w3.org/TR/2017/WD-css-align-3-20170720/
@@ -64,7 +65,12 @@ spec:css2; type:dfn; text:line box
6465
table small { display: block; }
6566

6667
table.align-details { width: 100%; }
67-
.align-details th { font: inherit; white-space: nowrap; width: 1em; }
68+
.align-details th {
69+
font: inherit;
70+
font-style: italic;
71+
white-space: nowrap; width: 1em;
72+
vertical-align: baseline; }
73+
.align-details td { vertical-align: baseline; }
6874
</style>
6975

7076
<h2 id="intro">
@@ -2166,7 +2172,7 @@ Baseline Alignment Grouping</h3>
21662172

21672173
A <dfn export>baseline-sharing group</dfn>
21682174
is composed of boxes that participate in baseline alignment together.
2169-
This is possible only if they
2175+
This is possible only if they both:
21702176

21712177
<ul>
21722178
<li>Share an <a>alignment context</a> along an axis perpendicular to the axis they're being baseline-aligned in.
@@ -2176,6 +2182,14 @@ Baseline Alignment Grouping</h3>
21762182
(i.e., the baselines that want to align are on the same side of the alignment context).
21772183
</ul>
21782184

2185+
Note: Boxes participating in <a>baseline content-alignment</a> and
2186+
boxes participating in <a>baseline self-alignment</a>
2187+
can be part of the same <a>baseline-sharing group</a>,
2188+
and can thus align to each other.
2189+
The difference between the two methods
2190+
is in where extra space is inserted to perform the alignment
2191+
(inside or outside the box’s own border).
2192+
21792193
Boxes share an <dfn lt="shared alignment context|alignment context" export>alignment context</dfn>,
21802194
along a particular axis,
21812195
and established by a particular box,
@@ -2308,6 +2322,8 @@ Appendix A: Static Position Terminology</h2>
23082322
<h2 id="changes">
23092323
Changes</h2>
23102324

2325+
Changes since the <a href="https://www.w3.org/TR/2018/WD-css-align-3-20180830/">30 August 2018 Working Draft</a> consist of some minor clarifications.
2326+
23112327
Changes since the <a href="https://www.w3.org/TR/2018/WD-css-align-3-20180423/">23 April 2018 Working Draft</a> include:
23122328
<ul>
23132329
<li>Better definition of how the alignment properties interact with absolutely-positioned boxes with ''left/auto'' offsets.

css-animations-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,9 +1264,9 @@ The <code>findRule</code> method</h4>
12641264

12651265

12661266
<h3 id="interface-globaleventhandlers">
1267-
Extensions to the <code>GlobalEventHandlers</code> Interface</h3>
1267+
Extensions to the <code>GlobalEventHandlers</code> Interface Mixin</h3>
12681268

1269-
This specification extends the {{GlobalEventHandlers}} interface from HTML to
1269+
This specification extends the {{GlobalEventHandlers}} interface mixin from HTML to
12701270
add <a>event handler IDL attributes</a> for <a href="#events">animation
12711271
events</a> as defined in
12721272
[[#event-handlers-on-elements-document-objects-and-window-objects]].

css-backgrounds-3/issues-cr-2017.bsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Open
5555
----
5656
Issue 7.
5757
Summary: Use of # notation undefined without reference to css-value-3
58-
From: Geoffrey Sneddon
58+
From: Sam Sneddon
5959
Comment: https://github.com/w3c/csswg-drafts/issues/2209
6060
Response: https://github.com/w3c/csswg-drafts/issues/2209#issuecomment-365460222
6161
Changes: https://github.com/w3c/csswg-drafts/commit/338e47275804c1554633c27ff761cbc8158f0e09

css-backgrounds-3/issues-cr-2017.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h1>CSS Backgrounds and Borders Level 3 Disposition of Comments for 2017-10-17 C
9595
<pre class=' a' id='issue-7'>
9696
<span>Issue 7. <a href='#issue-7'>#</a></span>
9797
<span>Summary: Use of # notation undefined without reference to css-value-3</span>
98-
<span>From: Geoffrey Sneddon</span>
98+
<span>From: Sam Sneddon</span>
9999
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2209'>https://github.com/w3c/csswg-drafts/issues/2209</a></span>
100100
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2209#issuecomment-365460222'>https://github.com/w3c/csswg-drafts/issues/2209#issuecomment-365460222</a></span>
101101
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/338e47275804c1554633c27ff761cbc8158f0e09'>https://github.com/w3c/csswg-drafts/commit/338e47275804c1554633c27ff761cbc8158f0e09</a></span>

0 commit comments

Comments
 (0)