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