@@ -16,6 +16,21 @@ 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
+
19
34
<div boilerplate=status>
20
35
This document represents the state of CSS as of 2015.
21
36
The CSS Working Group does not expect any further changes to this document:
@@ -394,7 +409,7 @@ Requirements for Responsible Implementation of CSS</h2>
394
409
<h4 id="experimental">
395
410
Experimentation and Unstable Features</h4>
396
411
397
- Issue: Rewritten per gregwhitworth's feedback.
412
+ <p class="feedback"> Rewritten per gregwhitworth's feedback.
398
413
399
414
Implementations of <a>unstable</a> features
400
415
that are described in W3C specifications
@@ -432,7 +447,7 @@ Experimentation and Unstable Features</h4>
432
447
<h4 id="proprietary">
433
448
Proprietary and Non-standardized Features</h4>
434
449
435
- Issue: Rewritten as open vs. closed systems instead of Web vs. non-Web, per szilles' request.
450
+ <p class="feedback"> Rewritten as open vs. closed systems instead of Web vs. non-Web, per szilles' request.
436
451
437
452
To avoid clashes with future CSS features,
438
453
the CSS2.1 specification reserves a
@@ -470,7 +485,7 @@ Proprietary and Non-standardized Features</h4>
470
485
<h4 id="de-facto">
471
486
Market Pressure and De Facto Standards</h4>
472
487
473
- Issue: Added "should not" against encumbered features, per dbaron's request.
488
+ <p class="feedback"> Added "should not" against encumbered features, per dbaron's request.
474
489
475
490
If a feature is <a>unstable</a> (i.e. the spec has not stabilized yet), yet
476
491
0 commit comments