Skip to content

Commit f2f4bca

Browse files
committed
More colors to distinguish between deferred and rejected
1 parent c779cae commit f2f4bca

1 file changed

Lines changed: 27 additions & 20 deletions

File tree

css2-src/issues-lc-2011.html

Lines changed: 27 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
<style type="text/css">
66
body { font-family: sans-serif; margin: 1em }
77

8-
.a { background: #90ee90; }
9-
.d { background: #dedede; }
10-
.o { background: #ee9090; }
8+
.a { background: lightgreen; }
9+
.d { background: lightgray; }
10+
.r { background: #ffff66; }
11+
.o { background: tomato; }
1112
</style>
1213
</head>
1314
<body>
@@ -16,13 +17,17 @@ <h1>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Disposition of Comments<
1617
<p>Last call document: <a href="http://www.w3.org/TR/2010/WD-CSS2-20101207/">http://www.w3.org/TR/2010/WD-CSS2-20101207/</a></p>
1718
<p>Editor's draft: <a href="http://www.w3.org/Style/css2-updates/css2/">http://www.w3.org/Style/css2-updates/css2/</a></p>
1819

19-
<p>The following color coding convention is used for comments after the 7 December 2010 publication:</p>
20+
<p>The following color coding convention is used for comments:</p>
21+
2022
<ul>
21-
<li class="a">The CSS WG agreed with the reviewer and/or resolution accepted by reviewer.</li>
22-
<li class="d">The CSS WG disagreed with the reviewer and reviewer has not responded.</li>
23-
<li class="o">The CSS WG disagreed with the reviewer and there is an objection.</li>
23+
<li class="a">Accepted or Rejected + verified
24+
<li class="r">Rejected and not verified
25+
<li class="d">Deferred to errata
26+
<li class="o">Objection (There were no formal objections.)
2427
</ul>
25-
<p>(There are currently no objections)</p>
28+
29+
<code>Verified</code> indicates commentor's acceptance of the response.</p>
30+
2631

2732
<pre class="a" id="issue-142">
2833
<a href="http://wiki.csswg.org/spec/css2.1#issue-142">CSS2.1 Issue 142</a>.
@@ -134,7 +139,7 @@ <h1>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Disposition of Comments<
134139
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0256.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0256.html</a>
135140
Resolution: Proposal Accepted
136141
</pre>
137-
<pre class="d" id="issue-206">
142+
<pre class="r" id="issue-206">
138143
<a href="http://wiki.csswg.org/spec/css2.1#issue-206">CSS2.1 Issue 206</a>.
139144
Summary: Comments on HASH grammar
140145
From: Mark
@@ -178,7 +183,7 @@ <h1>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Disposition of Comments<
178183
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0301.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0301.html</a>
179184
Resolution: Proposal accepted
180185
</pre>
181-
<pre class="d" id="issue-211">
186+
<pre class="r" id="issue-211">
182187
<a href="http://wiki.csswg.org/spec/css2.1#issue-211">CSS2.1 Issue 211</a>.
183188
Summary: Transitivity error in margin collapsing
184189
From: L. David Baron
@@ -196,7 +201,7 @@ <h1>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Disposition of Comments<
196201
Note: additional edits to 9.2.1 clarified this issue
197202
Resolution: No change
198203
</pre>
199-
<pre class="d" id="issue-213">
204+
<pre class="r" id="issue-213">
200205
<a href="http://wiki.csswg.org/spec/css2.1#issue-213">CSS2.1 Issue 213</a>.
201206
Summary: clarify that forced page breaks on the root element change whether :first is :left or :right
202207
From: Øyvind Stenhaug
@@ -274,7 +279,7 @@ <h1>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Disposition of Comments<
274279
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0325.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0325.html</a>
275280
Resolution: Proposal accepted
276281
</pre>
277-
<pre class="d" id="issue-225">
282+
<pre class="r" id="issue-225">
278283
<a href="http://wiki.csswg.org/spec/css2.1#issue-225">CSS2.1 Issue 225</a>.
279284
Summary: Auto height calculation rules confused about margin collapsing
280285
From: Anton Prowse
@@ -351,7 +356,7 @@ <h1>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Disposition of Comments<
351356
Resolution: No change
352357
Status: Accepted
353358
</pre>
354-
<pre class="d" id="issue-234">
359+
<pre class="r" id="issue-234">
355360
<a href="http://wiki.csswg.org/spec/css2.1#issue-234">CSS2.1 Issue 234</a>.
356361
Summary: Margin-collapsing and min-height inconsistent implementations.
357362
From: Alan Gresley
@@ -394,7 +399,7 @@ <h1>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Disposition of Comments<
394399
Resolution: Defer to later CSS version
395400
Status: No response
396401
</pre>
397-
<pre class="d" id="issue-239">
402+
<pre class="r" id="issue-239">
398403
<a href="http://wiki.csswg.org/spec/css2.1#issue-239">CSS2.1 Issue 239</a>.
399404
Summary: Propagate "direction" from BODY to ICB
400405
From: David Hyatt
@@ -435,7 +440,7 @@ <h1>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Disposition of Comments<
435440
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0252.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0252.html</a>
436441
Resolution: Proposal accepted
437442
</pre>
438-
<pre class="d" id="issue-244">
443+
<pre class="r" id="issue-244">
439444
<a href="http://wiki.csswg.org/spec/css2.1#issue-244">CSS2.1 Issue 244</a>.
440445
Summary: Rendering tree vs. element tree in z-order algo
441446
From: Peter Moulder
@@ -444,13 +449,14 @@ <h1>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Disposition of Comments<
444449
Resolution: No change
445450
Status: No response
446451
</pre>
447-
<pre class="d" id="issue-245">
452+
<pre class="r" id="issue-245">
448453
<a href="http://wiki.csswg.org/spec/css2.1#issue-245">CSS2.1 Issue 245</a>.
449454
Summary: Clarifications to z-index chapter
450455
From: Peter Moulder
451456
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Nov/0083.html">http://lists.w3.org/Archives/Public/www-style/2010Nov/0083.html</a>
452457
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0362.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0362.html</a>
453458
Resolution: No change
459+
Note: Rendering tree not defined in CSS2.1, deferred to future version.
454460
Status: No response
455461
</pre>
456462
<pre class="a" id="issue-246">
@@ -528,6 +534,7 @@ <h1>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Disposition of Comments<
528534
From: Peter Moulder
529535
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0071.html">http://lists.w3.org/Archives/Public/www-style/2011Jan/0071.html</a>
530536
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0289.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0289.html</a>
537+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0042.html">http://lists.w3.org/Archives/Public/www-style/2011Apr/0042.html</a>
531538
Resolution: Defer to errata
532539
Status: No response
533540
</pre>
@@ -539,7 +546,7 @@ <h1>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Disposition of Comments<
539546
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0290.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0290.html</a>
540547
Resolution: Proposal accepted
541548
</pre>
542-
<pre class="d" id="issue-256">
549+
<pre class="r" id="issue-256">
543550
<a href="http://wiki.csswg.org/spec/css2.1#issue-256">CSS2.1 Issue 256</a>.
544551
Summary: Clarify form controls and frames
545552
From: Anton Prowse
@@ -572,7 +579,7 @@ <h1>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Disposition of Comments<
572579
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0382.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0382.html</a>
573580
Resolution: Proposal accepted
574581
</pre>
575-
<pre class="d" id="issue-260">
582+
<pre class="r" id="issue-260">
576583
<a href="http://wiki.csswg.org/spec/css2.1#issue-260">CSS2.1 Issue 260</a>.
577584
Summary: Note about anonymous box inheritance redundant
578585
From: Anton Prowse
@@ -581,7 +588,7 @@ <h1>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Disposition of Comments<
581588
Resolution: No change
582589
Status: No response
583590
</pre>
584-
<pre class="d" id="issue-261">
591+
<pre class="r" id="issue-261">
585592
<a href="http://wiki.csswg.org/spec/css2.1#issue-261">CSS2.1 Issue 261</a>.
586593
Summary: Clarify "other attributes" in specificity calculations
587594
From: Anton Prowse
@@ -616,7 +623,7 @@ <h1>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Disposition of Comments<
616623
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0386.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0386.html</a>
617624
Resolution: Proposal accepted
618625
</pre>
619-
<pre class="d" id="issue-265">
626+
<pre class="r" id="issue-265">
620627
<a href="http://wiki.csswg.org/spec/css2.1#issue-265">CSS2.1 Issue 265</a>.
621628
Summary: Clarify which table box is affected by float overlap restriction
622629
From: Anton Prowse

0 commit comments

Comments
 (0)