Skip to content

Commit e62c58b

Browse files
committed
[css2] Added table with public responses.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402700
1 parent 7736d8d commit e62c58b

1 file changed

Lines changed: 59 additions & 0 deletions

File tree

css2/issues/issues-4.html

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,69 @@
44
@import "http://www.w3.org/StyleSheets/TR/base.css";
55
dd { margin: 1em 2em; padding-left: 0; }
66
dd pre { margin: 0; }
7+
table a:link, table a:visited {color: inherit; text-decoration: underline}
8+
th:first-child, td:first-child {text-align: right}
9+
table {border-collapse: collapse; margin: 1.2em 2em}
10+
th, td {padding: 0em 0.4em}
11+
.m {background: none; color: #C90}
12+
.o {background: none; color: #900}
13+
dfn {font-style: italic}
714
</style>
815

916
<h1>CSS2.1 Issues List</h1>
1017

18+
<!-- beginning of DoC -->
19+
20+
<p>Disposition of comments for the WD of 6&nbsp;November
21+
2006 of <a
22+
href="http://www.w3.org/TR/2006/WD-CSS21-20061106/">Cascading Style
23+
Sheets, level&nbsp;2 revision&nbsp;1</a> as of April 26, 2007.
24+
25+
<h2>Summary of public comments</h2>
26+
27+
<table>
28+
<thead>
29+
<tr><th>Issue <th>Response
30+
31+
<tbody>
32+
<tr><td><a href="#issue-2">2</a> <td class=n>no response
33+
<tr><td><a href="#issue-3">3</a> <td class=o><a
34+
href="http://lists.w3.org/Archives/Public/www-style/2007Apr/0065.html">
35+
objection</a>
36+
<tr><td><a href="#issue-4">4</a> <td class=n>no response
37+
<tr><td><a href="#issue-5">5</a> <td class=n>no response
38+
<tr><td><a href="#issue-6">6</a> <td class=n>no response
39+
<tr><td><a href="#issue-7">7</a> <td class=n>no response
40+
<tr><td><a href="#issue-8">8</a> <td class=n>no response
41+
<tr><td><a href="#issue-11">11</a> <td class=n>no response
42+
<tr><td><a href="#issue-12">12</a> <td class=m><a
43+
href="http://lists.w3.org/Archives/Public/www-style/2007Apr/0070.html">
44+
maybe</a>
45+
<tr><td><a href="#issue-13">13</a> <td class=n>no response
46+
<tr><td><a href="#issue-16">16</a> <td class=n>no response
47+
<tr><td><a href="#issue-17">17</a> <td class=n>no response
48+
<tr><td><a href="#issue-19">19</a> <td class=n>no response
49+
<tr><td><a href="#issue-25">25</a> <td class=n>no response
50+
<tr><td><a href="#issue-29">29</a> <td class=n>no response
51+
<tr><td><a href="#issue-31">31</a> <td class=o><a
52+
href="http://lists.w3.org/Archives/Public/www-style/2007Apr/0055.html">
53+
objection*</a>
54+
<tr><td><a href="#issue-32">32</a> <td class=n>no response
55+
</table>
56+
57+
<p>(Other issues were either editorial or were internal to the WG.)
58+
59+
<p><dfn>no response</dfn> = no response from commenter since
60+
announcing the WG's resolution; <dfn>maybe</dfn> = commenter wants
61+
more info before deciding; <dfn>objection</dfn> = commenter disagrees
62+
with the resolution.
63+
64+
<p>* Ad issue&nbsp;31: although the WG decided to reject the requested
65+
change, it <em>did</em> mark that part of the specification as
66+
&ldquo;at risk&rdquo; (i.e., dependent on sufficient implementation).
67+
68+
<!-- end of DoC -->
69+
1170
<h2 id="issue-1">Issue 1</h2>
1271

1372
<dl>

0 commit comments

Comments
 (0)