Skip to content

Commit a12b36b

Browse files
committed
Add issues list drawn up by glazou.
1 parent 14a4c9b commit a12b36b

1 file changed

Lines changed: 59 additions & 0 deletions

File tree

css3-namespace/issues-3.html

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2+
<html lang="en">
3+
<title>CSS Namespaces Disposition of Candidate Recommendation Comments</title>
4+
5+
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/base.css">
6+
<style type="text/css">
7+
.a { background: lightgreen; }
8+
.u { background: #dedede; }
9+
.o { background: tomato; }
10+
table { border-collapse: collapse; width: 100%; }
11+
tbody { border: solid thick white; }
12+
th { width: 5em; padding: 0 0.5em; text-align: right;
13+
font-weight: normal; font-style: italic; }
14+
th[colspan] { text-align: center; font-style: normal; font-weight: bold; }
15+
</style>
16+
<body>
17+
18+
<h1>CSS Namespaces Disposition of Comments</h1>
19+
20+
<p>This is the disposition of comments for the
21+
<a href="http://www.w3.org/TR/2008/CR-css3-namespace-20080523/">25 May 2008 CSS
22+
Namespaces Candidate Recommendation</a>. No outstanding objections remain.</p>
23+
24+
<table rules="groups" frame="hsides">
25+
<tbody class="">
26+
<tr><th colspan=2>Issue 1
27+
<tr><th>Summary <td>Unicode Normalization
28+
<tr><th>From <td>Addison Phillips
29+
<tr><th>Comment <td><a href="http://www.w3.org/mid/4D25F22093241741BC1D0EEBC2DBB1DA017D9B82D3@EX-SEA5-D.ant.amazon.com">http://www.w3.org/mid/4D25F22093241741BC1D0EEBC2DBB1DA017D9B82D3@EX-SEA5-D.ant.amazon.com</a>
30+
<tr><th>Response <td>?
31+
<tr><th>Closed <td>?
32+
<tr><th>Verified <td>?
33+
</tbody>
34+
<tbody class="a">
35+
<tr><th colspan=2>Issue 2
36+
<tr><th>Summary <td>Make duplicate namespace declarations non-conforming
37+
<tr><th>From <td>Anne van Kesteren
38+
<tr><th>Comment <td><a href="http://www.w3.org/mid/op.uor5ex0t64w2qv@annevk-t60.oslo.opera.com">http://www.w3.org/mid/op.uor5ex0t64w2qv@annevk-t60.oslo.opera.com</a>
39+
<tr><th>Response <td>None
40+
<tr><th>Closed <td>Accepted
41+
<tr><th>Verified <td>(Anne is one of the editors.)
42+
</tbody>
43+
<tbody class="u">
44+
<tr><th colspan=2>Issue 3
45+
<tr><th>Summary <td>Non-prefix namespace support
46+
<tr><th>From <td>Jonathan Watt
47+
<tr><th>Comment <td><a href="http://www.w3.org/mid/4B0E8378.4030400@jwatt.org">http://www.w3.org/mid/4B0E8378.4030400@jwatt.org</a>
48+
<tr><th>Response <td><a href="http://www.w3.org/mid/op.u3660ymr64w2qv@anne-van-kesterens-macbook.local">http://www.w3.org/mid/op.u3660ymr64w2qv@anne-van-kesterens-macbook.local</a>
49+
<tr><th>Closed <td>Rejected
50+
</tbody>
51+
<tbody class="a">
52+
<tr><th colspan=2>Issue 4
53+
<tr><th>Summary <td>Grammar for toto|A, whitespace & comments
54+
<tr><th>From <td>Peter Moulder
55+
<tr><th>Comment <td><a href="http://www.w3.org/mid/20110304143904.GA9812@bowman.infotech.monash.edu.au">http://www.w3.org/mid/20110304143904.GA9812@bowman.infotech.monash.edu.au</a>
56+
<tr><th>Response <td><a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0158.html">http://lists.w3.org/Archives/Public/www-style/2011Apr/0158.html</a>
57+
<tr><th>Closed <td>Accepted
58+
</tbody>
59+
</table>

0 commit comments

Comments
 (0)