Skip to content

Commit 7d526ef

Browse files
committed
[css3-condition] Add disposition of comments for 20130404 CR, current as of right now.
1 parent 7f2aa9a commit 7d526ef

1 file changed

Lines changed: 66 additions & 0 deletions

File tree

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
<!DOCTYPE html>
2+
<meta charset=UTF-8>
3+
<title>CSS Conditional Rules Module Level 3 Disposition of Comments for 2013-04-04 CR</title>
4+
<style type="text/css">
5+
.a { background:lightgreen }
6+
.d { background: lightblue }
7+
.r { background:orange }
8+
.fo { background:red }
9+
.open { border: solid red; padding: 0.2em; }
10+
11+
:target {
12+
box-shadow: 0.25em 0.25em 0.25em;
13+
}
14+
pre {
15+
white-space: pre-wrap;
16+
}
17+
</style>
18+
19+
<h1>CSS Conditional Rules Module Level 3 Disposition of Comments for 2013-04-04 CR</h1>
20+
21+
<p>Candidate Recommendation document: <a href="http://www.w3.org/TR/2013/CR-css3-conditional-20130404/">http://www.w3.org/TR/2013/CR-css3-conditional-20130404/</a>
22+
23+
<p>Editor's draft: <a href="http://dev.w3.org/csswg/css3-conditional/">http://dev.w3.org/csswg/css3-conditional/</a>
24+
25+
<p>The following color coding convention is used for comments:</p>
26+
27+
<ul>
28+
<li class="a">Accepted or Rejected and positive response
29+
<li class="r">Rejected and no response
30+
<li class="fo">Rejected and negative response
31+
<li class="d">Deferred
32+
<li class="oi">Out-of-Scope or Invalid and not verified
33+
</ul>
34+
35+
<p class=open>Open issues are marked like this</p>
36+
37+
<p>An issue can be closed as <code>Accepted</code>, <code>OutOfScope</code>,
38+
<code>Invalid</code>, <code>Rejected</code>, or <code>Retracted</code>.
39+
<code>Verified</code> indicates commentor's acceptance of the response.</p>
40+
41+
<pre class="a" id="issue-1">
42+
<a href="#issue-1">Issue 1</a>:
43+
<a href="http://lists.w3.org/Archives/Public/www-style/2013Mar/0037.html">http://lists.w3.org/Archives/Public/www-style/2013Mar/0037.html</a>
44+
improve examples
45+
Raised By: Brad Kemper
46+
Resolution: Editorial, and fixed
47+
<a href="https://dvcs.w3.org/hg/csswg/rev/a738b83fd597">Fix changeset 1</a>. <a href="https://dvcs.w3.org/hg/csswg/rev/9421e8cccd2e">Fix changeset 2</a>.
48+
<a href="http://lists.w3.org/Archives/Public/www-style/2013Jun/0020.html">Group response</a>.
49+
</pre>
50+
51+
<pre class="open" id="issue-2">
52+
<a href="#issue-2">Issue 2</a>:
53+
<a href="http://lists.w3.org/Archives/Public/www-style/2013Apr/0040.html">http://lists.w3.org/Archives/Public/www-style/2013Apr/0040.html</a>
54+
EOF handling in conditionText setter and CSS.supports()
55+
Raised By: Cameron McCormack
56+
Needs resolution.
57+
</pre>
58+
59+
<pre class="open" id="issue-3">
60+
<a href="#issue-3">Issue 3</a>:
61+
<a href="http://lists.w3.org/Archives/Public/www-style/2013Apr/0698.html">http://lists.w3.org/Archives/Public/www-style/2013Apr/0698.html</a>
62+
Are there issues with !important in @supports? (Is the grammar wrong?)
63+
Raised By: Simon Sapin
64+
Needs resolution.
65+
</pre>
66+

0 commit comments

Comments
 (0)