@@ -16,33 +16,12 @@ Abstract: This document collects together into one definition all the specs that
16
16
includes modules by specification stability, not Web browser adoption rate.
17
17
</pre>
18
18
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
-
34
19
<div boilerplate=status>
35
20
This document represents the state of CSS as of 2015.
36
21
The CSS Working Group does not expect any further changes to this document:
37
22
new snapshots will be published at <a href="http://www.w3.org/TR/CSS/">http://www.w3.org/TR/CSS/</a> as CSS advances.
38
23
</div>
39
24
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
-
46
25
Introduction {#intro}
47
26
=====================
48
27
@@ -409,8 +388,6 @@ Requirements for Responsible Implementation of CSS</h2>
409
388
<h4 id="experimental">
410
389
Experimentation and Unstable Features</h4>
411
390
412
- <p class="feedback"> Rewritten per gregwhitworth's feedback.
413
-
414
391
Implementations of <a>unstable</a> features
415
392
that are described in W3C specifications
416
393
but are not interoperable
@@ -447,11 +424,9 @@ Experimentation and Unstable Features</h4>
447
424
<h4 id="proprietary">
448
425
Proprietary and Non-standardized Features</h4>
449
426
450
- <p class="feedback"> Rewritten as open vs. closed systems instead of Web vs. non-Web, per szilles' request.
451
-
452
427
To avoid clashes with future CSS features,
453
428
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]]
455
430
for proprietary and experimental extensions to CSS.
456
431
A CSS feature is a <dfn>proprietary extension</dfn> if it is meant for use
457
432
in a closed environment accessible only to a single vendor's user agent(s).
@@ -544,9 +519,6 @@ Vendor-prefixing Unstable Features</h5>
544
519
due to content depending on that syntax.
545
520
</details>
546
521
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
-
550
522
Anyone promoting <a>unstable</a> features to authors
551
523
should document them using their standard unprefixed syntax,
552
524
and avoid encouraging the use of the <a>vendor-prefixed</a> syntax
@@ -555,8 +527,6 @@ Vendor-prefixing Unstable Features</h5>
555
527
<h5 id="open-technology" class="no-toc">
556
528
Preserving the Openness of CSS</h5>
557
529
558
- <p class="feedback"> Added "should not" against encumbered features, per dbaron's request.
559
-
560
530
In order to preserve the open nature of CSS as a technology,
561
531
vendors should make it possible for other implementors
562
532
to freely implement any features that they do ship.
@@ -926,9 +896,6 @@ At-Rule Index</h3>
926
896
<h3 id="properties">Property Index</h3>
927
897
928
898
ISSUE: 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
-
932
899
933
900
<h3 id="values">Values Index</h3>
934
901
0 commit comments