Skip to content

Commit bab3233

Browse files
committed
[css-syntax] Add a LC disposition of comments.
1 parent c68c1ef commit bab3233

2 files changed

Lines changed: 105 additions & 0 deletions

File tree

css-syntax/issues-LC-20131105.html

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2+
<title>CSS Syntax Module Level 3 Disposition of Comments for 2013-11-05 LCWD</title>
3+
<style type="text/css">
4+
.a { background: lightgreen }
5+
.d { background: lightblue }
6+
.r { background: orange }
7+
.fo { background: red }
8+
.open { border: solid red; padding: 0.2em; }
9+
:target { box-shadow: 0.25em 0.25em 0.25em; }
10+
</style>
11+
12+
<h1>CSS Syntax Module Level 3 Disposition of Comments for 2013-11-05 LCWD</h1>
13+
14+
<p>Last call document: <a href="http://www.w3.org/TR/2013/WD-css-syntax-3-20131105/">http://www.w3.org/TR/2013/WD-css-syntax-3-20131105/</a>
15+
16+
<p>Editor's draft: <a href="http://dev.w3.org/csswg/css-syntax-3/">http://dev.w3.org/csswg/css-syntax-3/</a>
17+
18+
<p>The following color coding convention is used for comments:</p>
19+
20+
<ul>
21+
<li class="a">Accepted or Rejected and positive response
22+
<li class="r">Rejected and no response
23+
<li class="fo">Rejected and negative response
24+
<li class="d">Deferred
25+
<li class="oi">Out-of-Scope or Invalid and not verified
26+
</ul>
27+
28+
<p class=open>Open issues are marked like this</p>
29+
30+
<p>An issue can be closed as <code>Accepted</code>, <code>OutOfScope</code>,
31+
<code>Invalid</code>, <code>Rejected</code>, or <code>Retracted</code>.
32+
<code>Verified</code> indicates commentor's acceptance of the response.</p>
33+
<pre class='a' id='issue-1'>
34+
Issue 1. <a href="#issue-1">#</a>
35+
Summary: Parsing a declaration should allow white space only values
36+
From: Cameron McCormack
37+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0156.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0156.html</a>
38+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0162.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0162.html</a>
39+
Closed: Invalid
40+
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0163.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0163.html</a>
41+
</pre>
42+
<pre class='a' id='issue-2'>
43+
Issue 2. <a href="#issue-2">#</a>
44+
Summary: Parsing a declaration should allow white space only values
45+
From: I18N WG
46+
Comment: <a href="http://www.w3.org/International/track/products/54">http://www.w3.org/International/track/products/54</a>
47+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Jan/0060.html">http://lists.w3.org/Archives/Public/www-style/2014Jan/0060.html</a>
48+
Closed: Accepted
49+
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2014Jan/0362.html">http://lists.w3.org/Archives/Public/www-style/2014Jan/0362.html</a>
50+
</pre>
51+
<pre class='r' id='issue-3'>
52+
Issue 3. <a href="#issue-3">#</a>
53+
Summary: Align @charset encoding detection with at-rule parsing rules
54+
From: I18N WG
55+
Comment: <a href="http://www.w3.org/International/track/products/54">http://www.w3.org/International/track/products/54</a>
56+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Jan/0362.html">http://lists.w3.org/Archives/Public/www-style/2014Jan/0362.html</a>
57+
Closed: Rejected
58+
Verified:
59+
</pre>
60+
<pre class='a' id='issue-4'>
61+
Issue 4. <a href="#issue-4">#</a>
62+
Summary: Content-based encoding detection should only require a small bounded amount of input
63+
From: Henri Sivonen
64+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014Jan/0527.html">http://lists.w3.org/Archives/Public/www-style/2014Jan/0527.html</a>
65+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Jan/0537.html">http://lists.w3.org/Archives/Public/www-style/2014Jan/0537.html</a>
66+
Closed: Accepted
67+
Verified:
68+
</pre>

css-syntax/issues-LC-20131105.txt

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
Draft: http://www.w3.org/TR/2013/WD-css-syntax-3-20131105/
2+
Title: CSS Syntax Module Level 3
3+
4+
Open/Accepted/OutOfScope/Invalid/Rejected/Retracted
5+
6+
----
7+
Issue 1.
8+
Summary: Parsing a declaration should allow white space only values
9+
From: Cameron McCormack
10+
Comment: http://lists.w3.org/Archives/Public/www-style/2013Dec/0156.html
11+
Response: http://lists.w3.org/Archives/Public/www-style/2013Dec/0162.html
12+
Closed: Invalid
13+
Verified: http://lists.w3.org/Archives/Public/www-style/2013Dec/0163.html
14+
----
15+
Issue 2.
16+
Summary: Parsing a declaration should allow white space only values
17+
From: I18N WG
18+
Comment: http://www.w3.org/International/track/products/54
19+
Response: http://lists.w3.org/Archives/Public/www-style/2014Jan/0060.html
20+
Closed: Accepted
21+
Verified: http://lists.w3.org/Archives/Public/www-style/2014Jan/0362.html
22+
----
23+
Issue 3.
24+
Summary: Align @charset encoding detection with at-rule parsing rules
25+
From: I18N WG
26+
Comment: http://www.w3.org/International/track/products/54
27+
Response: http://lists.w3.org/Archives/Public/www-style/2014Jan/0362.html
28+
Closed: Rejected
29+
Verified:
30+
----
31+
Issue 4.
32+
Summary: Content-based encoding detection should only require a small bounded amount of input
33+
From: Henri Sivonen
34+
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0527.html
35+
Response: http://lists.w3.org/Archives/Public/www-style/2014Jan/0537.html
36+
Closed: Accepted
37+
Verified:

0 commit comments

Comments
 (0)