@@ -16,33 +16,12 @@ Abstract: This document collects together into one definition all the specs that
1616 includes modules by specification stability, not Web browser adoption rate.
1717</pre>
1818
19- <style>
20- .feedback {
21- background: #FFEECC;
22- padding: .5em;
23- border: .5em;
24- border-left-style: solid;
25- border-color: orange;
26- page-break-inside: avoid;
27- }
28- .feedback:before {
29- content: "Review Needed: ";
30- color: #FF8800;
31- }
32- </style>
33-
3419<div boilerplate=status>
3520 This document represents the state of CSS as of 2015.
3621 The CSS Working Group does not expect any further changes to this document:
3722 new snapshots will be published at <a href="http://www.w3.org/TR/CSS/">http://www.w3.org/TR/CSS/</a> as CSS advances.
3823</div>
3924
40-
41- <div class="issue">
42- * Plan to incorporate intro material from CSS2.1 in next update
43- * Plan to incorporate property indices/glossaries/etc. once we can generate them for an entire snapshot
44- </div>
45-
4625Introduction {#intro}
4726=====================
4827
@@ -409,8 +388,6 @@ Requirements for Responsible Implementation of CSS</h2>
409388<h4 id="experimental">
410389Experimentation and Unstable Features</h4>
411390
412- <p class="feedback"> Rewritten per gregwhitworth's feedback.
413-
414391 Implementations of <a>unstable</a> features
415392 that are described in W3C specifications
416393 but are not interoperable
@@ -447,11 +424,9 @@ Experimentation and Unstable Features</h4>
447424<h4 id="proprietary">
448425Proprietary and Non-standardized Features</h4>
449426
450- <p class="feedback"> Rewritten as open vs. closed systems instead of Web vs. non-Web, per szilles' request.
451-
452427 To avoid clashes with future CSS features,
453428 the CSS2.1 specification reserves a
454- <dfn lt="vendor prefix | vendor-prefixed | prefixed | unprefixed"><a href="http://www.w3.org/TR/CSS21/syndata.html#vendor-keywords">prefixed syntax</a></dfn>
429+ <dfn lt="vendor prefix | vendor-prefixed | prefixed | unprefixed"><a href="http://www.w3.org/TR/CSS21/syndata.html#vendor-keywords">prefixed syntax</a></dfn> [[!CSS21]]
455430 for proprietary and experimental extensions to CSS.
456431 A CSS feature is a <dfn>proprietary extension</dfn> if it is meant for use
457432 in a closed environment accessible only to a single vendor's user agent(s).
@@ -544,9 +519,6 @@ Vendor-prefixing Unstable Features</h5>
544519 due to content depending on that syntax.
545520 </details>
546521
547- <p class="feedback"> Added "should not" against advocating prefixed syntax,
548- per <a href="https://lists.w3.org/Archives/Public/www-style/2015Sep/0165.html">Florian's clarification of dual-syntax usage</a> .
549-
550522 Anyone promoting <a>unstable</a> features to authors
551523 should document them using their standard unprefixed syntax,
552524 and avoid encouraging the use of the <a>vendor-prefixed</a> syntax
@@ -555,8 +527,6 @@ Vendor-prefixing Unstable Features</h5>
555527<h5 id="open-technology" class="no-toc">
556528Preserving the Openness of CSS</h5>
557529
558- <p class="feedback"> Added "should not" against encumbered features, per dbaron's request.
559-
560530 In order to preserve the open nature of CSS as a technology,
561531 vendors should make it possible for other implementors
562532 to freely implement any features that they do ship.
@@ -926,9 +896,6 @@ At-Rule Index</h3>
926896<h3 id="properties">Property Index</h3>
927897
928898ISSUE: Bikeshed should be amended shortly to allow auto-genning the propdef index.
929- If this isn't done by the time we publish this spec,
930- remove this section until it is.
931-
932899
933900<h3 id="values">Values Index</h3>
934901
0 commit comments