Skip to content

Commit aa271ba

Browse files
committed
[css-2015] Reduce issues
1 parent b0d4790 commit aa271ba

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

css-2015/Overview.bs

+18-3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@ 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+
1934
<div boilerplate=status>
2035
This document represents the state of CSS as of 2015.
2136
The CSS Working Group does not expect any further changes to this document:
@@ -394,7 +409,7 @@ Requirements for Responsible Implementation of CSS</h2>
394409
<h4 id="experimental">
395410
Experimentation and Unstable Features</h4>
396411

397-
Issue: Rewritten per gregwhitworth's feedback.
412+
<p class="feedback">Rewritten per gregwhitworth's feedback.
398413

399414
Implementations of <a>unstable</a> features
400415
that are described in W3C specifications
@@ -432,7 +447,7 @@ Experimentation and Unstable Features</h4>
432447
<h4 id="proprietary">
433448
Proprietary and Non-standardized Features</h4>
434449

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.
436451

437452
To avoid clashes with future CSS features,
438453
the CSS2.1 specification reserves a
@@ -470,7 +485,7 @@ Proprietary and Non-standardized Features</h4>
470485
<h4 id="de-facto">
471486
Market Pressure and De Facto Standards</h4>
472487

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.
474489

475490
If a feature is <a>unstable</a> (i.e. the spec has not stabilized yet), yet
476491

0 commit comments

Comments
 (0)