8000 Update to match Bert's categorization scheme · w3c/csswg-drafts@d455636 · GitHub
Skip to content

Commit d455636

Browse files
committed
Update to match Bert's categorization scheme
1 parent e4f76df commit d455636

1 file changed

Lines changed: 32 additions & 30 deletions

File tree

css2-src/issues-lc-2011.html

Lines changed: 32 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<title>Disposition of Comments for Cascading Style Sheets Level 2 Revision 1 (CSS 2.1)</title>
55
<style type="text/css">
66
body { font-family: sans-serif; margin: 1em }
7-
li { padding: 0.25em; list-style: none; }
8-
strong { line-height: 1.5; font-weight: normal; font-style: italic; }
7+
table { border-spacing: 0; width: 100%; }
8+
th, td { padding: 0.25em; }
9+
th { font-weight: normal; font-style: italic; }
910

1011
.a { background: lightgreen; }
11-
.d { background: #dedede; }
12-
.r { background: #dedede /* pretty yellow #ffff66 */; }
12+
.u { background: #dedede; }
1313
.o { background: tomato; }
1414
</style>
1515
</head>
@@ -19,17 +19,19 @@ <h1>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Disposition of Comments<
1919
<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>
2020
<p>Editor's draft: <a href="http://www.w3.org/Style/css2-updates/draft-PR-CSS21-201103XX/">http://www.w3.org/Style/css2-updates/draft-PR-CSS21-201103XX/</a>
2121

22-
<p>The following status coding convention is used for comments:</p>
22+
<p>Issues can be closed as <code>Accepted</code>, <code>Rejected</code>,
23+
<code>Invalid</code>, or <code>OutOfScope</code>.
24+
The <code>Verified</code> line indicates commentor's acceptance
25+
of the response.
26+
The following categorization convention is used for comments:</p>
2327

24-
<ul>
25-
<li class="a"><strong>Accepted</strong> <small>(WG accepted comments or commenter accepted WG response)</small>
26-
<li class="r"><strong>Rejected</strong>
27-
<li class="oi"><strong>OutOfScope</strong> or <strong>Invalid</strong>
28-
<li class="d"><strong>Deferred</strong> to errata or future CSS
29-
<li class="o"><strong>Objection</strong> <!-- (There were no formal objections.) -->
30-
</ul>
28+
<table>
29+
<tr class="a"><th>Accepted <td><small>WG accepted comments, or commenter accepted WG response</small>
30+
<tr class="u"><th>No response <td><small>Rejected, Invalid, or OutOfScope and no response</small>
31+
<tr class="o"><th>Objection <td><small>Commenter disagreed with WG response</small>
32+
</table>
3133

32-
<p>The <strong>Verified</strong> line indicates commentor's acceptance of the response.</p>
34+
<p><strong>All issues are public. No objections were recorded.</strong>
3335

3436
<pre class="a" id="issue-142">
3537
<a href="http://wiki.csswg.org/spec/css2.1#issue-142">CSS2.1 Issue 142</a>.
@@ -141,7 +143,7 @@ <h1>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Disposition of Comments<
141143
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>
142144
Closed: Accepted
143145
</pre>
144-
<pre class="r" id="issue-206">
146+
<pre class="u" id="issue-206">
145147
<a href="http://wiki.csswg.org/spec/css2.1#issue-206">CSS2.1 Issue 206</a>.
146148
Summary: Comments on HASH grammar
147149
From: Mark
@@ -160,7 +162,7 @@ <h1>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Disposition of Comments<
160162
Closed: Deferred to errata
161163
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0424.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0424.html</a>
162164
</pre>
163-
<pre class="d" id="issue-208">
165+
<pre class="u" id="issue-208">
164166
<a href="http://wiki.csswg.org/spec/css2.1#issue-208">CSS2.1 Issue 208</a>.
165167
Summary: Horizontal scrollbars confuse width/height/etc calculations
166168
From: Boris Zbarsky
@@ -186,7 +188,7 @@ <h1>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Disposition of Comments<
186188
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>
187189
Closed: Accepted
188190
</pre>
189-
<pre class="r" id="issue-211">
191+
<pre class="u" id="issue-211">
190192
<a href="http://wiki.csswg.org/spec/css2.1#issue-211">CSS2.1 Issue 211</a>.
191193
Summary: Transitivity error in margin collapsing
192194
From: L. David Baron
@@ -356,7 +358,7 @@ <h1>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Disposition of Comments<
356358
Closed: Rejected
357359
Verified: =WG=
358360
</pre>
359-
<pre class="oi" id="issue-234">
361+
<pre class="u" id="issue-234">
360362
<a href="http://wiki.csswg.org/spec/css2.1#issue-234">CSS2.1 Issue 234</a>.
361363
Summary: Margin-collapsing and min-height inconsistent implementations.
362364
From: Alan Gresley
@@ -389,7 +391,7 @@ <h1>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Disposition of Comments<
389391
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0208.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0208.html</a>
390392
Closed: Accepted
391393
</pre>
392-
<pre class="d" id="issue-238">
394+
<pre class="u" id="issue-238">
393395
<a href="http://wiki.csswg.org/spec/css2.1#issue-238">CSS2.1 Issue 238</a>.
394396
Summary: Provide note or example for system font keywords vs. family names
395397
From: Gérard Talbot
@@ -398,7 +400,7 @@ <h1>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Disposition of Comments<
398400
Closed: Deferred to <a href="http://www.w3.org/Style/CSS/Tracker/issues/179">CSS3 Fonts</a>
399401
Status: No verification response
400402
</pre>
401-
<pre class="r" id="issue-239">
403+
<pre class="u" id="issue-239">
402404
<a href="http://wiki.csswg.org/spec/css2.1#issue-239">CSS2.1 Issue 239</a>.
403405
Summary: Propagate "direction" from BODY to ICB
404406
From: David Hyatt
@@ -439,17 +441,17 @@ <h1>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Disposition of Comments<
439441
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>
440442
Closed: Accepted
441443
</pre>
442-
<pre class="d" id="issue-244">
444+
<pre class="u" id="issue-244">
443445
<a href="http://wiki.csswg.org/spec/css2.1#issue-244">CSS2.1 Issue 244</a>.
444446
Summary: Rendering tree vs. element tree in z-order algo
445447
From: Peter Moulder
446448
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Nov/0069.html">http://lists.w3.org/Archives/Public/www-style/2010Nov/0069.html</a>
447449
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>
448-
Notes: Rendering tree is not defined in CSS2.1, deferred to future version.
450+
Notes: Rendering tree is not defined in CSS2.1
449451
Closed: Deferred to future CSS version
450452
Status: No verification response
451453
</pre>
452-
<pre class="d" id="issue-245">
454+
<pre class="u" id="issue-245">
453455
<a href="http://wiki.csswg.org/spec/css2.1#issue-245">CSS2.1 Issue 245</a>.
454456
Summary: Clarifications to z-index chapter
455457
From: Peter Moulder
@@ -478,7 +480,7 @@ <h1>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Disposition of Comments<
478480
Note: Made undefined in CSS2.1.
479481
Closed: Accepted
480482
</pre>
481-
<pre class="d" id="issue-248">
483+
<pre class="u" id="issue-248">
482484
<a href="http://wiki.csswg.org/spec/css2.1#issue-248">CSS2.1 Issue 248</a>.
483485
Summary: Clarification for Floats with height: 0
484486
From: Sylvain Galineau
@@ -487,7 +489,7 @@ <h1>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Disposition of Comments<
487489
Closed: Deferred to errata
488490
Status: No verification response
489491
</pre>
490-
<pre class="d" id="issue-249">
492+
<pre class="u" id="issue-249">
491493
<a href="http://wiki.csswg.org/spec/css2.1#issue-249">CSS2.1 Issue 249</a>.
492494
Summary: Add explanatory sentences to clarify clearance calculation.
493495
From: Gérard Talbot
@@ -512,13 +514,13 @@ <h1>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Disposition of Comments<
512514
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0035.html">http://lists.w3.org/Archives/Public/www-style/2011Apr/0035.html</a>
513515
Closed: Accepted
514516
</pre>
515-
<pre class="d" id="issue-252">
517+
<pre class="u" id="issue-252">
516518
<a href="http://wiki.csswg.org/spec/css2.1#issue-252">CSS2.1 Issue 252</a>.
517519
Summary: Error-parsing rules confusion
518520
From: Peter Moulder
519521
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0068.html">http://lists.w3.org/Archives/Public/www-style/2011Jan/0068.html</a>
520522
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0287.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0287.html</a>
521-
Resolution: Deferred to later CSS version
523+
Closed: Deferred to future CSS version
522524
Status: No verification response
523525
</pre>
524526
<pre class="a" id="issue-253">
@@ -529,7 +531,7 @@ <h1>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Disposition of Comments<
529531
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0288.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0288.html</a>
530532
Closed: Accepted
531533
</pre>
532-
<pre class="oi" id="issue-254">
534+
<pre class="u" id="issue-254">
533535
<a href="http://wiki.csswg.org/spec/css2.1#issue-254">CSS2.1 Issue 254</a>.
534536
Summary: Clarify "next block" when parsing invalid at-keywords
535537
From: Peter Moulder
@@ -722,7 +724,7 @@ <h1>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Disposition of Comments<
722724
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0230.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0230.html</a>
723725
Closed: Accepted
724726
</pre>
725-
<pre class="r" id="issue-276">
727+
<pre class="u" id="issue-276">
726728
<a href="http://wiki.csswg.org/spec/css2.1#issue-276">CSS2.1 Issue 276</a>.
727729
Summary: :first-line, :first-letter ambiguous, please remove
728730
From: Peter Moulder
@@ -733,7 +735,7 @@ <h1>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Disposition of Comments<
733735
Closed: Rejected
734736
Status: No verification response
735737
</pre>
736-
<pre class="d" id="issue-277">
738+
<pre class="u" id="issue-277">
737739
<a href="http://wiki.csswg.org/spec/css2.1#issue-277">CSS2.1 Issue 277</a>.
738740
Summary: usage of "rule" imprecise in many cases
739741
From: Peter Moulder
@@ -802,7 +804,7 @@ <h1>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Disposition of Comments<
802804
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2011Mar/0531.html">http://lists.w3.org/Archives/Public/www-style/2011Mar/0531.html</a>
803805
Closed: Accepted
804806
</pre>
805-
<pre class="r" id="issue-286">
807+
<pre class="u" id="issue-286">
806808
<a href="http://wiki.csswg.org/spec/css2.1#issue-286">CSS2.1 Issue 286</a>.
807809
Summary: CSS should not redefine standard units
808810
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2010Dec/0204.html">http://lists.w3.org/Archives/Public/www-style/2010Dec/0204.html</a>

0 commit comments

Comments
 (0)