|
4 | 4 | @import "http://www.w3.org/StyleSheets/TR/base.css"; |
5 | 5 | dd { margin: 1em 2em; padding-left: 0; } |
6 | 6 | 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} |
7 | 14 | </style> |
8 | 15 |
|
9 | 16 | <h1>CSS2.1 Issues List</h1> |
10 | 17 |
|
| 18 | +<!-- beginning of DoC --> |
| 19 | + |
| 20 | +<p>Disposition of comments for the WD of 6 November |
| 21 | +2006 of <a |
| 22 | +href="http://www.w3.org/TR/2006/WD-CSS21-20061106/">Cascading Style |
| 23 | +Sheets, level 2 revision 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 31: although the WG decided to reject the requested |
| 65 | +change, it <em>did</em> mark that part of the specification as |
| 66 | +“at risk” (i.e., dependent on sufficient implementation). |
| 67 | + |
| 68 | +<!-- end of DoC --> |
| 69 | + |
11 | 70 | <h2 id="issue-1">Issue 1</h2> |
12 | 71 |
|
13 | 72 | <dl> |
|
0 commit comments