@@ -4,9 +4,9 @@ Shortname: css-2015
44Level : 0
55Status : NOTE
66Group : CSSWG
7- Work Status : Exploring
7+ Work Status : Completed
88URL : 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 /
1010TR : https://www.w3.org/TR/CSS/
1111Editor : Tab Atkins Jr., Google, http://xanthir.com/
1212Editor : Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact
@@ -224,8 +224,6 @@ Background: The W3C Process and CSS</h3>
224224 and introduces features to control their modes.
225225 </dl>
226226
227- Issue: Add will-change once it's pushed to CR
228-
229227 <div class="note">
230228 The following modules are widely deployed with <a>rough interoperability</a> ,
231229 but the details are not fully worked out
@@ -238,12 +236,12 @@ Background: The W3C Process and CSS</h3>
238236 [[CSS3-ANIMATIONS]]
239237 <dd>
240238 Define mechanisms for transitioning the computed values of CSS properties over time.
241-
239+
242240 <dt> <a href="https://www.w3.org/TR/css-flexbox-1/">CSS Flexible Box Module Level 1</a>
243241 [[CSS-FLEXBOX-1]]
244242 <dd>
245- Introduces a flexible linear layout model for CSS.
246-
243+ Introduces a flexible linear layout model for CSS.
244+
247245 <dt> <a href="https://www.w3.org/TR/css3-transforms/">CSS Transforms Level 1</a>
248246 [[CSS3-TRANSFORMS]]
249247 <dd>
@@ -282,6 +280,12 @@ Background: The W3C Process and CSS</h3>
282280 and adding the ability to specify text emphasis marks
283281 and text shadows.
284282
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+
285289 <dt> <a href="https://www.w3.org/TR/css3-speech/">CSS Speech Module Level 1</a>
286290 [[CSS3-SPEECH]]
287291 <dd>
@@ -446,13 +450,21 @@ Experimentation and Unstable Features</h4>
446450 Note: Vendors should consult the WG explicitly and not make assumptions on this point,
447451 as a pre-CR spec that hasn't changed in awhile is usually more out-of-date than stable.
448452
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>
449461
450462<h4 id="proprietary">
451463Proprietary and Non-standardized Features</h4>
452464
453465 To avoid clashes with future CSS features,
454466 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 ]]
456468 for proprietary and experimental extensions to CSS.
457469 A CSS feature is a <dfn>proprietary extension</dfn> if it is meant for use
458470 in a closed environment accessible only to a single vendor's user agent(s).
0 commit comments