@@ -4,9 +4,9 @@ Shortname: css-2015
4
4
Level : 0
5
5
Status : NOTE
6
6
Group : CSSWG
7
- Work Status : Exploring
7
+ Work Status : Completed
8
8
URL : https://drafts.csswg.org/css-2015/
9
- Previous Version : https://www.w3.org/TR/2015/NOTE-css-2015-0-20151007 /
9
+ Previous Version : https://www.w3.org/TR/2015/NOTE-css-2015-20151013 /
10
10
TR : https://www.w3.org/TR/CSS/
11
11
Editor : Tab Atkins Jr., Google, http://xanthir.com/
12
12
Editor : Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact
@@ -224,8 +224,6 @@ Background: The W3C Process and CSS</h3>
224
224
and introduces features to control their modes.
225
225
</dl>
226
226
227
- Issue: Add will-change once it's pushed to CR
228
-
229
227
<div class="note">
230
228
The following modules are widely deployed with <a>rough interoperability</a> ,
231
229
but the details are not fully worked out
@@ -238,12 +236,12 @@ Background: The W3C Process and CSS</h3>
238
236
[[CSS3-ANIMATIONS]]
239
237
<dd>
240
238
Define mechanisms for transitioning the computed values of CSS properties over time.
241
-
239
+
242
240
<dt> <a href="https://www.w3.org/TR/css-flexbox-1/">CSS Flexible Box Module Level 1</a>
243
241
[[CSS-FLEXBOX-1]]
244
242
<dd>
245
- Introduces a flexible linear layout model for CSS.
246
-
243
+ Introduces a flexible linear layout model for CSS.
244
+
247
245
<dt> <a href="https://www.w3.org/TR/css3-transforms/">CSS Transforms Level 1</a>
248
246
[[CSS3-TRANSFORMS]]
249
247
<dd>
@@ -282,6 +280,12 @@ Background: The W3C Process and CSS</h3>
282
280
and adding the ability to specify text emphasis marks
283
281
and text shadows.
284
282
283
+ <dt> <a href="https://www.w3.org/TR/css-will-change-1/">CSS Will Change Level 1</a>
284
+ [[CSS-WILL-CHANGE-1]]
285
+ <dd>
286
+ Introduces a performance hint property called 'will-change' .
287
+ </dl>
288
+
285
289
<dt> <a href="https://www.w3.org/TR/css3-speech/">CSS Speech Module Level 1</a>
286
290
[[CSS3-SPEECH]]
287
291
<dd>
@@ -446,13 +450,21 @@ Experimentation and Unstable Features</h4>
446
450
Note: Vendors should consult the WG explicitly and not make assumptions on this point,
447
451
as a pre-CR spec that hasn't changed in awhile is usually more out-of-date than stable.
448
452
453
+ The current list of pre-CR features approved for wide release consists of:
454
+ <ul>
455
+ <li> CSS Animations [[!CSS3-ANIMATIONS]]
456
+ <li> CSS Transitions [[!CSS3-TRANSITIONS]]
457
+ <li> CSS Transforms [[!CSS3-TRANSFORMS]]
458
+ <li> The ''min-content'' , ''max-content'' , and ''fit-content'' keywords from [[!CSS-SIZING-3]]
459
+ <li> The '':dir()'' and '':lang()'' selectors from [[!SELECTORS4]]
460
+ </ul>
449
461
450
462
<h4 id="proprietary">
451
463
Proprietary and Non-standardized Features</h4>
452
464
453
465
To avoid clashes with future CSS features,
454
466
the CSS2.1 specification reserves a
455
- <dfn lt="vendor prefix | vendor-prefixed | prefixed | unprefixed"><a href="https://www.w3.org/TR/CSS21/syndata.html#vendor-keywords">prefixed syntax</a></dfn> [[!CSS21 ]]
467
+ <dfn lt="vendor prefix | vendor-prefixed | prefixed | unprefixed"><a href="https://www.w3.org/TR/CSS21/syndata.html#vendor-keywords">prefixed syntax</a></dfn> [[!CSS2 ]]
456
468
for proprietary and experimental extensions to CSS.
457
469
A CSS feature is a <dfn>proprietary extension</dfn> if it is meant for use
458
470
in a closed environment accessible only to a single vendor's user agent(s).
0 commit comments