Skip to content

Commit 6bac881

Browse files
committed
[mediaqueries] Add issues list
1 parent 3abb7e3 commit 6bac881

File tree

2 files changed

+256
-0
lines changed

2 files changed

+256
-0
lines changed
Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
Draft: https://www.w3.org/TR/2016/WD-mediaqueries-4-20160126/
2+
Title: Media Queries Level 4
3+
----
4+
Issue 1.
5+
Summary: Rename update-frequence: normal to update: fast
6+
From: fantasai
7+
Comment: https://lists.w3.org/Archives/Public/www-style/2016Feb/0040.html
8+
Response: https://lists.w3.org/Archives/Public/www-style/2016Feb/0069.html
9+
Closed: Accepted
10+
Resolved: =WG= Discuss.
11+
----
12+
Issue 2.
13+
Summary: Editorial
14+
From: fantasai
15+
Comment: https://lists.w3.org/Archives/Public/www-style/2016Feb/0044.html
16+
Response: https://lists.w3.org/Archives/Public/www-style/2016Feb/0086.html
17+
Closed: Accepted
18+
Resolved: Editorial
19+
----
20+
Issue 3.
21+
Summary: Defer light-level and/or remove a11y twist
22+
From: fantasai
23+
Comment: https://lists.w3.org/Archives/Public/www-style/2016Feb/0046.html
24+
Response: https://lists.w3.org/Archives/Public/www-style/2016Mar/0356.html
25+
Open: Needs edits
26+
Resolved: https://lists.w3.org/Archives/Public/www-style/2016Mar/0356.html
27+
----
28+
Issue 4.
29+
Summary: Rename 'scripting: enabled'
30+
From: fantasai
31+
Comment: https://lists.w3.org/Archives/Public/www-style/2016Feb/0042.html
32+
Comment: https://lists.w3.org/Archives/Public/www-style/2016Feb/0057.html
33+
Response: https://lists.w3.org/Archives/Public/www-style/2016Feb/0070.html
34+
Open: =WG= Discuss
35+
----
36+
Issue 5.
37+
Summary: Define minimum for 'scripting: initial-only'
38+
From: fantasai
39+
Comment: https://lists.w3.org/Archives/Public/www-style/2016Feb/0042.html
40+
Comment: https://lists.w3.org/Archives/Public/www-style/2016Mar/0422.html
41+
Open: =WG= Discuss
42+
----
43+
Issue 6.
44+
Summary: Rename 'scripting: initial-only'
45+
From: fantasai
46+
Comment: https://lists.w3.org/Archives/Public/www-style/2016Feb/0042.html
47+
Response: https://lists.w3.org/Archives/Public/www-style/2016Feb/0057.html
48+
Open: =WG= Discuss (depends on issue 5)
49+
----
50+
Issue 7.
51+
Summary: Pointers obscuring content
52+
From: Geoffrey Sneddon
53+
Comment: https://lists.w3.org/Archives/Public/www-style/2016Mar/0044.html
54+
Response: https://lists.w3.org/Archives/Public/www-style/2016Mar/0050.html
55+
Closed: Invalid
56+
----
57+
Issue 8.
58+
Summary: Defer inverted-colors
59+
From: fantasai
60+
Comment: https://lists.w3.org/Archives/Public/www-style/2016Feb/0047.html
61+
Response: https://lists.w3.org/Archives/Public/www-style/2016Feb/0077.html
62+
Closed: Accepted
63+
Resolved: =WG= Discuss
64+
----
65+
Issue 9.
66+
Summary: Defer custom MQ
67+
From: fantasai
68+
Comment: https://lists.w3.org/Archives/Public/www-style/2016Feb/0047.html
69+
Response: https://lists.w3.org/Archives/Public/www-style/2016Feb/0073.html
70+
Closed: Accepted
71+
Resolved: =WG= Discuss
72+
----
73+
Issue 10.
74+
Summary: Fill out section on boolean logic (2.5)
75+
From: fantasai
76+
Comment: https://lists.w3.org/Archives/Public/www-style/2016Feb/0047.html
77+
Open
78+
Resolved: Editorial
79+
----
80+
Issue 11.
81+
Summary: Remove 'hover: on-demand'
82+
From: fantasai
83+
Comment: https://lists.w3.org/Archives/Public/www-style/2016Feb/0041.html
84+
Response: https://lists.w3.org/Archives/Public/www-style/2016Feb/0078.html
85+
Closed: Accepted
86+
Resolved: https://lists.w3.org/Archives/Public/www-style/2016Mar/0356.html
87+
----
88+
Issue 12.
89+
Summary: Queries for image support
90+
From:
91+
Comment: https://lists.w3.org/Archives/Public/www-style/2016Apr/0348.html
92+
Response: https://lists.w3.org/Archives/Public/www-style/2016Apr/0353.html
93+
Comment: https://lists.w3.org/Archives/Public/www-style/2016Apr/0355.html
94+
Comment: https://lists.w3.org/Archives/Public/www-style/2016Apr/0366.html
95+
Open
96+
----
Lines changed: 160 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,160 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<title>Media Queries Level 4 Disposition of Comments for 2016-01-26 WD</title>
4+
<style type="text/css">
5+
pre { border: solid thin silver; padding: 0.2em; white-space: normal; }
6+
pre > span { display: block; white-space: pre; }
7+
:not(pre).a { background: lightgreen }
8+
:not(pre).d { background: lightblue }
9+
:not(pre).oi { background: yellow }
10+
:not(pre).r { background: orange }
11+
:not(pre).fo { background: red }
12+
.open { border: solid red; }
13+
:target { box-shadow: 0.25em 0.25em 0.25em; }
14+
</style>
15+
16+
<h1>Media Queries Level 4 Disposition of Comments for 2016-01-26 WD</h1>
17+
18+
<p>Dated Draft: <a href="https://www.w3.org/TR/2016/WD-mediaqueries-4-20160126/">https://www.w3.org/TR/2016/WD-mediaqueries-4-20160126/</a>
19+
20+
<p>Editor's Draft: <a href="http://drafts.csswg.org/mediaqueries-4/">http://drafts.csswg.org/mediaqueries-4/</a>
21+
22+
<p>The following color coding convention is used for comments:</p>
23+
24+
<ul>
25+
<li class="a">Accepted or Rejected and positive response
26+
<li class="r">Rejected and no response
27+
<li class="fo">Rejected and negative response
28+
<li class="d">Deferred
29+
<li class="oi">Out-of-Scope or Invalid and not verified
30+
</ul>
31+
32+
<p class=open>Open issues are marked like this</p>
33+
34+
<p>An issue can be closed as <code>Accepted</code>, <code>OutOfScope</code>,
35+
<code>Invalid</code>, <code>Rejected</code>, or <code>Retracted</code>.
36+
<code>Verified</code> indicates commentor's acceptance of the response.</p>
37+
<pre class=' a' id='issue-1'>
38+
<span>Issue 1. <a href='#issue-1'>#</a></span>
39+
<span>Summary: Rename update-frequence: normal to update: fast</span>
40+
<span>From: fantasai</span>
41+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Feb/0040.html'>https://lists.w3.org/Archives/Public/www-style/2016Feb/0040.html</a></span>
42+
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2016Feb/0069.html'>https://lists.w3.org/Archives/Public/www-style/2016Feb/0069.html</a></span>
43+
<span class="a">Closed: Accepted</span>
44+
<span>Resolved: =WG= Discuss.</span></pre>
45+
<pre class=' a' id='issue-2'>
46+
<span>Issue 2. <a href='#issue-2'>#</a></span>
47+
<span>Summary: Editorial</span>
48+
<span>From: fantasai</span>
49+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Feb/0044.html'>https://lists.w3.org/Archives/Public/www-style/2016Feb/0044.html</a></span>
50+
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2016Feb/0086.html'>https://lists.w3.org/Archives/Public/www-style/2016Feb/0086.html</a></span>
51+
<span class="a">Closed: Accepted</span>
52+
<span>Resolved: Editorial</span></pre>
53+
<pre class='open ' id='issue-3'>
54+
<span>Issue 3. <a href='#issue-3'>#</a></span>
55+
<span>Summary: Defer light-level and/or remove a11y twist</span>
56+
<span>From: fantasai</span>
57+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Feb/0046.html'>https://lists.w3.org/Archives/Public/www-style/2016Feb/0046.html</a></span>
58+
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2016Mar/0356.html'>https://lists.w3.org/Archives/Public/www-style/2016Mar/0356.html</a></span>
59+
<span class="">Open: Needs edits</span>
60+
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2016Mar/0356.html'>https://lists.w3.org/Archives/Public/www-style/2016Mar/0356.html</a></span></pre>
61+
<pre class='open ' id='issue-4'>
62+
<span>Issue 4. <a href='#issue-4'>#</a></span>
63+
<span>Summary: Rename 'scripting: enabled'</span>
64+
<span>From: fantasai</span>
65+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Feb/0042.html'>https://lists.w3.org/Archives/Public/www-style/2016Feb/0042.html</a></span>
66+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Feb/0057.html'>https://lists.w3.org/Archives/Public/www-style/2016Feb/0057.html</a></span>
67+
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2016Feb/0070.html'>https://lists.w3.org/Archives/Public/www-style/2016Feb/0070.html</a></span>
68+
<span class="">Open: =WG= Discuss</span></pre>
69+
<pre class='open ' id='issue-5'>
70+
<span>Issue 5. <a href='#issue-5'>#</a></span>
71+
<span>Summary: Define minimum for 'scripting: initial-only'</span>
72+
<span>From: fantasai</span>
73+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Feb/0042.html'>https://lists.w3.org/Archives/Public/www-style/2016Feb/0042.html</a></span>
74+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Mar/0422.html'>https://lists.w3.org/Archives/Public/www-style/2016Mar/0422.html</a></span>
75+
<span class="">Open: =WG= Discuss</span></pre>
76+
<pre class='open ' id='issue-6'>
77+
<span>Issue 6. <a href='#issue-6'>#</a></span>
78+
<span>Summary: Rename 'scripting: initial-only'</span>
79+
<span>From: fantasai</span>
80+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Feb/0042.html'>https://lists.w3.org/Archives/Public/www-style/2016Feb/0042.html</a></span>
81+
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2016Feb/0057.html'>https://lists.w3.org/Archives/Public/www-style/2016Feb/0057.html</a></span>
82+
<span class="">Open: =WG= Discuss (depends on issue 5)</span></pre>
83+
<pre class=' oi' id='issue-7'>
84+
<span>Issue 7. <a href='#issue-7'>#</a></span>
85+
<span>Summary: Pointers obscuring content</span>
86+
<span>From: Geoffrey Sneddon</span>
87+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Mar/0044.html'>https://lists.w3.org/Archives/Public/www-style/2016Mar/0044.html</a></span>
88+
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2016Mar/0050.html'>https://lists.w3.org/Archives/Public/www-style/2016Mar/0050.html</a></span>
89+
<span class="oi">Closed: Invalid</span></pre>
90+
<pre class=' a' id='issue-8'>
91+
<span>Issue 8. <a href='#issue-8'>#</a></span>
92+
<span>Summary: Defer inverted-colors</span>
93+
<span>From: fantasai</span>
94+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Feb/0047.html'>https://lists.w3.org/Archives/Public/www-style/2016Feb/0047.html</a></span>
95+
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2016Feb/0077.html'>https://lists.w3.org/Archives/Public/www-style/2016Feb/0077.html</a></span>
96+
<span class="a">Closed: Accepted</span>
97+
<span>Resolved: =WG= Discuss</span></pre>
98+
<pre class=' a' id='issue-9'>
99+
<span>Issue 9. <a href='#issue-9'>#</a></span>
100+
<span>Summary: Defer custom MQ</span>
101+
<span>From: fantasai</span>
102+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Feb/0047.html'>https://lists.w3.org/Archives/Public/www-style/2016Feb/0047.html</a></span>
103+
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2016Feb/0073.html'>https://lists.w3.org/Archives/Public/www-style/2016Feb/0073.html</a></span>
104+
<span class="a">Closed: Accepted</span>
105+
<span>Resolved: =WG= Discuss</span></pre>
106+
<pre class='open ' id='issue-10'>
107+
<span>Issue 10. <a href='#issue-10'>#</a></span>
108+
<span>Summary: Fill out section on boolean logic (2.5)</span>
109+
<span>From: fantasai</span>
110+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Feb/0047.html'>https://lists.w3.org/Archives/Public/www-style/2016Feb/0047.html</a></span>
111+
<span>Open</span>
112+
<span>Resolved: Editorial</span></pre>
113+
<pre class=' a' id='issue-11'>
114+
<span>Issue 11. <a href='#issue-11'>#</a></span>
115+
<span>Summary: Remove 'hover: on-demand'</span>
116+
<span>From: fantasai</span>
117+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Feb/0041.html'>https://lists.w3.org/Archives/Public/www-style/2016Feb/0041.html</a></span>
118+
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2016Feb/0078.html'>https://lists.w3.org/Archives/Public/www-style/2016Feb/0078.html</a></span>
119+
<span class="a">Closed: Accepted</span>
120+
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2016Mar/0356.html'>https://lists.w3.org/Archives/Public/www-style/2016Mar/0356.html</a></span></pre>
121+
<pre class='open ' id='issue-12'>
122+
<span>Issue 12. <a href='#issue-12'>#</a></span>
123+
<span>Summary: Queries for image support</span>
124+
<span>From:</span>
125+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Apr/0348.html'>https://lists.w3.org/Archives/Public/www-style/2016Apr/0348.html</a></span>
126+
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2016Apr/0353.html'>https://lists.w3.org/Archives/Public/www-style/2016Apr/0353.html</a></span>
127+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Apr/0355.html'>https://lists.w3.org/Archives/Public/www-style/2016Apr/0355.html</a></span>
128+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Apr/0366.html'>https://lists.w3.org/Archives/Public/www-style/2016Apr/0366.html</a></span>
129+
<span>Open</span></pre>
130+
<script>
131+
(function () {
132+
var sheet = document.styleSheets[0];
133+
function addCheckbox(className) {
134+
var element = document.querySelector('*.' + className);
135+
var span = document.createElement('span');
136+
span.innerHTML = element.innerHTML;
137+
element.innerHTML = null;
138+
var check = document.createElement('input');
139+
check.type = 'checkbox';
140+
if (className == 'open') {
141+
check.checked = false;
142+
sheet.insertRule('pre:not(.open)' + '{}', sheet.cssRules.length);
143+
check.onchange = function (e) {
144+
rule.style.display = this.checked ? 'none' : 'block';
145+
}
146+
}
147+
else {
148+
check.checked = true;
149+
sheet.insertRule('pre.' + className + '{}', sheet.cssRules.length);
150+
check.onchange = function (e) {
151+
rule.style.display = this.checked ? 'block' : 'none';
152+
}
153+
}
154+
var rule = sheet.cssRules[sheet.cssRules.length - 1];
155+
element.appendChild(check);
156+
element.appendChild(span);
157+
}
158+
['a', 'd', 'fo', 'oi', 'r', 'open'].forEach(addCheckbox);
159+
}());
160+
</script>

0 commit comments

Comments
 (0)