@@ -525,19 +525,11 @@ Experimentation and Unstable Features</h4>
525525 In exceptional cases,
526526 the CSSWG may additionally, by an officially-recorded resolution,
527527 add pre-CR features to the set that are considered safe to release for broad use.
528+ See [[#CR-exceptions]] .
528529
529530 Note: Vendors should consult the WG explicitly and not make assumptions on this point,
530531 as a pre-CR spec that hasn't changed in awhile is usually more out-of-date than stable.
531532
532- The current list of pre-CR features approved for wide release consists of:
533- <ul>
534- <li> CSS Animations [[!CSS3-ANIMATIONS]]
535- <li> CSS Transitions [[!CSS3-TRANSITIONS]]
536- <li> CSS Transforms [[!CSS3-TRANSFORMS]]
537- <li> The ''min-content'' , ''max-content'' , and ''fit-content'' keywords from [[!CSS-SIZING-3]]
538- <li> The '':dir()'' and '':lang()'' selectors from [[!SELECTORS4]]
539- </ul>
540-
541533<h4 id="proprietary">
542534Proprietary and Non-standardized Features</h4>
543535
@@ -675,6 +667,40 @@ Preserving the Openness of CSS</h5>
675667 <a href="http://lists.w3.org/Archives/Public/public-css-testsuite">public-css-testsuite@w3.org</a>
676668 mailing list.
677669
670+ <h2 id="CR-exceptions">
671+ Safe to Release pre-CR Exceptions</h2>
672+
673+ The following features have been explicitly and proactively cleared
674+ by the CSS Working Group for broad release
675+ prior to the spec reaching Candidate Recommendation:
676+ <ul>
677+ <li> The flow-relative equivalents of
678+ the sizing properties ('width' , 'height' , etc.),
679+ the border properties,
680+ the margin and padding properties.
681+ See <a href="https://lists.w3.org/Archives/Public/www-style/2015Jul/0040.html">explanation</a>
682+ and <a href="https://www.w3.org/TR/css-logical-1/">specification</a> .
683+
684+ <li> The ''min-content'' and ''max-content'' keywords of the sizing properties.
685+ See <a href="https://lists.w3.org/Archives/Public/www-style/2015Aug/0109.html">decision</a>
686+ and <a href="https://www.w3.org/TR/css-sizing-3/#sizing-values">specification</a> .
687+ <li> The ''conic-gradient()'' gradient notation. See <a href="https://github.com/w3c/csswg-drafts/issues/2383#issuecomment-371340088">decision</a> .
688+ </ul>
689+
690+ The following features have been explicitly and retroactively cleared
691+ by the CSS Working Group for broad release
692+ prior to the spec reaching Candidate Recommendation:
693+ <ul>
694+ <li> Everything in
695+ <a href="https://www.w3.org/TR/css-animations-1/">CSS Animations Level 1</a> ,
696+ <a href="https://www.w3.org/TR/css-transitions-1/">CSS Transitions Level 1</a> ,
697+ and
698+ <a href="https://www.w3.org/TR/css-transforms-1/">CSS Transforms Level 1</a> .
699+ <li> The '':dir()'' , '':lang()'' , and '':focus-within'' pseudo-classes from [[SELECTORS-4]] .
700+ <li> The ''min-content'' and ''max-content'' keywords from [[CSS-SIZING-3]] .
701+ </ul>
702+
703+
678704<h2 id="indices">Indices</h2>
679705
680706<em> These sections are non-normative.</em>
0 commit comments