Skip to content

Commit 17e1931

Browse files
committed
[css-values-3] add DoC
1 parent c10f797 commit 17e1931

File tree

2 files changed

+120
-0
lines changed

2 files changed

+120
-0
lines changed

css-values/issues-cr-2013.html

+77
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2+
<title>CSS Values and Units Level 3 Disposition of Comments for 2013-07-30 CR</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 Values and Units Level 3 Disposition of Comments for 2013-07-30 CR</h1>
13+
14+
<p>Last call document: <a href="http://www.w3.org/TR/2013/CR-css3-values-20130730/">http://www.w3.org/TR/2013/CR-css3-values-20130730/</a>
15+
16+
<p>Editor's draft: <a href="http://dev.w3.org/csswg/css3-values/">http://dev.w3.org/csswg/css3-values/</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='open' id='issue-1'>
34+
Issue 1. <a href="#issue-1">#</a>
35+
Summary: Clarify escaped quotes examples
36+
From: Dennis German
37+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Oct/0299.html">http://lists.w3.org/Archives/Public/www-style/2013Oct/0299.html</a>
38+
Response:
39+
Open
40+
Verified:
41+
</pre>
42+
<pre class='open' id='issue-2'>
43+
Issue 2. <a href="#issue-2">#</a>
44+
Summary: Complications with toggle()
45+
From: Cameron McCormack
46+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0843.html">http://lists.w3.org/Archives/Public/www-style/2013Sep/0843.html</a>
47+
Response:
48+
Open
49+
Verified:
50+
</pre>
51+
<pre class='open' id='issue-3'>
52+
Issue 3. <a href="#issue-3">#</a>
53+
Summary: [summary]
54+
From: Wallace hermano
55+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Oct/0292.html">http://lists.w3.org/Archives/Public/www-style/2013Oct/0292.html</a>
56+
Response:
57+
Open
58+
Verified:
59+
</pre>
60+
<pre class='a' id='issue-4'>
61+
Issue 4. <a href="#issue-4">#</a>
62+
Summary: Clarify base URL of embedded style sheets
63+
From: Simon Sapin
64+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014Jan/0586.html">http://lists.w3.org/Archives/Public/www-style/2014Jan/0586.html</a>
65+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Mar/0129.html">http://lists.w3.org/Archives/Public/www-style/2014Mar/0129.html</a>
66+
Closed: Accepted
67+
Verified:
68+
</pre>
69+
<pre class='a' id='issue-5'>
70+
Issue 5. <a href="#issue-5">#</a>
71+
Summary: Relax unnecessary &lt;custom-ident> restrictions
72+
From: Simon Sapin
73+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014Mar/0068.html">http://lists.w3.org/Archives/Public/www-style/2014Mar/0068.html</a>
74+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Mar/0127.html">http://lists.w3.org/Archives/Public/www-style/2014Mar/0127.html</a>
75+
Closed: Accepted
76+
Verified:
77+
</pre>

css-values/issues-cr-2013.txt

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
Draft: http://www.w3.org/TR/2013/CR-css3-values-20130730/
2+
Title: CSS Values and Units Level 3
3+
----
4+
Issue 1.
5+
Summary: Clarify escaped quotes examples
6+
From: Dennis German
7+
Comment: http://lists.w3.org/Archives/Public/www-style/2013Oct/0299.html
8+
Response:
9+
Open
10+
Verified:
11+
----
12+
Issue 2.
13+
Summary: Complications with toggle()
14+
From: Cameron McCormack
15+
Comment: http://lists.w3.org/Archives/Public/www-style/2013Sep/0843.html
16+
Response:
17+
Open
18+
Verified:
19+
----
20+
Issue 3.
21+
Summary: [summary]
22+
From: Wallace hermano
23+
Comment: http://lists.w3.org/Archives/Public/www-style/2013Oct/0292.html
24+
Response:
25+
Open
26+
Verified:
27+
----
28+
Issue 4.
29+
Summary: Clarify base URL of embedded style sheets
30+
From: Simon Sapin
31+
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0586.html
32+
Response: http://lists.w3.org/Archives/Public/www-style/2014Mar/0129.html
33+
Closed: Accepted
34+
Verified:
35+
----
36+
Issue 5.
37+
Summary: Relax unnecessary <custom-ident> restrictions
38+
From: Simon Sapin
39+
Comment: http://lists.w3.org/Archives/Public/www-style/2014Mar/0068.html
40+
Response: http://lists.w3.org/Archives/Public/www-style/2014Mar/0127.html
41+
Closed: Accepted
42+
Verified:
43+
----

0 commit comments

Comments
 (0)