Skip to content

Commit a1db5ee

Browse files
committed
[css-cascade] Try this again... restore issues lists, too.
1 parent ed1b8cb commit a1db5ee

7 files changed

Lines changed: 1144 additions & 2 deletions

File tree

css-cascade-3/Overview.bs

Lines changed: 895 additions & 0 deletions
Large diffs are not rendered by default.

css-cascade-3/issues-cr-2013.html

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<title>CSS Cascading and Inheritance Level 3 Disposition of Comments for 2013-10-03 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+
:target { box-shadow: 0.25em 0.25em 0.25em; }
11+
</style>
12+
13+
<h1>CSS Cascading and Inheritance Level 3 Disposition of Comments for 2013-10-03 CR</h1>
14+
15+
<p>Last call document: <a href="http://www.w3.org/TR/2013/CR-css-cascade-3-20131003/">http://www.w3.org/TR/2013/CR-css-cascade-3-20131003/</a>
16+
17+
<p>Editor's draft: <a href="http://dev.w3.org/csswg/css-cascade-3/">http://dev.w3.org/csswg/css-cascade-3/</a>
18+
19+
<p>The following color coding convention is used for comments:</p>
20+
21+
<ul>
22+
<li class="a">Accepted or Rejected and positive response
23+
<li class="r">Rejected and no response
24+
<li class="fo">Rejected and negative response
25+
<li class="d">Deferred
26+
<li class="oi">Out-of-Scope or Invalid and not verified
27+
</ul>
28+
29+
<p class=open>Open issues are marked like this</p>
30+
31+
<p>An issue can be closed as <code>Accepted</code>, <code>OutOfScope</code>,
32+
<code>Invalid</code>, <code>Rejected</code>, or <code>Retracted</code>.
33+
<code>Verified</code> indicates commentor's acceptance of the response.</p>
34+
<pre class='a' id='issue-1'>
35+
Issue 1. <a href='#issue-1'>#</a>
36+
Summary: Define environment encoding of imported style sheets
37+
From: Simon sapin
38+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2013Oct/0691.html'>https://lists.w3.org/Archives/Public/www-style/2013Oct/0691.html</a>
39+
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0353.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0353.html</a>
40+
Closed: Accepted
41+
Resolved: Bugfix
42+
</pre>
43+
<pre class='a' id='issue-2'>
44+
Issue 2. <a href='#issue-2'>#</a>
45+
Summary: font shorthand is a bad example because incomplete
46+
From: Stewart Brodie
47+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2014Jan/0559.html'>https://lists.w3.org/Archives/Public/www-style/2014Jan/0559.html</a>
48+
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0355.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0355.html</a>
49+
Closed: Accepted
50+
Resolved: Editorial
51+
</pre>
52+
<pre class='d' id='issue-3'>
53+
Issue 3. <a href='#issue-3'>#</a>
54+
Summary: add @supports-conditional syntax to @import syntax
55+
From: Tab Atkins
56+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jan/0292.html'>https://lists.w3.org/Archives/Public/www-style/2015Jan/0292.html</a>
57+
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jan/0299.html'>https://lists.w3.org/Archives/Public/www-style/2015Jan/0299.html</a>
58+
Closed: Deferred
59+
Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2012Oct/0275.html'>https://lists.w3.org/Archives/Public/www-style/2012Oct/0275.html</a>
60+
</pre>
61+
<pre class='d' id='issue-4'>
62+
Issue 4. <a href='#issue-4'>#</a>
63+
Summary: unset is unusable, need cascade rollback instead
64+
From: Brian Kardell
65+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Feb/0363.html'>https://lists.w3.org/Archives/Public/www-style/2015Feb/0363.html</a>
66+
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Feb/0390.html'>https://lists.w3.org/Archives/Public/www-style/2015Feb/0390.html</a>
67+
Closed: Deferred
68+
</pre>
69+
<pre class='a' id='issue-2'>
70+
Issue 2. <a href='#issue-2'>#</a>
71+
Summary: Define behavior of reset-only subproperties w/ CSS-wide keywords
72+
From: Stewart Brodie
73+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2014Jan/0559.html'>https://lists.w3.org/Archives/Public/www-style/2014Jan/0559.html</a>
74+
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0355.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0355.html</a>
75+
Closed: Accepted
76+
Resolved: Editor's discretion
77+
</pre>
78+
<script>
79+
(function () {
80+
var sheet = document.styleSheets[0];
81+
function addCheckbox(className) {
82+
var element = document.querySelector('*.' + className);
83+
var span = document.createElement('span');
84+
span.innerHTML = element.innerHTML;
85+
element.innerHTML = null;
86+
var check = document.createElement('input');
87+
check.type = 'checkbox';
88+
if (className == 'open') {
89+
check.checked = false;
90+
sheet.insertRule('pre:not(.open)' + '{}', sheet.cssRules.length);
91+
check.onchange = function (e) {
92+
rule.style.display = this.checked ? 'none' : 'block';
93+
}
94+
}
95+
else {
96+
check.checked = true;
97+
sheet.insertRule('pre.' + className + '{}', sheet.cssRules.length);
98+
check.onchange = function (e) {
99+
rule.style.display = this.checked ? 'block' : 'none';
100+
}
101+
}
102+
var rule = sheet.cssRules[sheet.cssRules.length - 1];
103+
element.appendChild(check);
104+
element.appendChild(span);
105+
}
106+
['a', 'd', 'fo', 'oi', 'r', 'open'].forEach(addCheckbox);
107+
}());
108+
</script>

css-cascade-3/issues-cr-2013.txt

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
Draft: http://www.w3.org/TR/2013/CR-css-cascade-3-20131003/
2+
Title: CSS Cascading and Inheritance Level 3
3+
4+
----
5+
Issue 1.
6+
Summary: Define environment encoding of imported style sheets
7+
From: Simon sapin
8+
Comment: https://lists.w3.org/Archives/Public/www-style/2013Oct/0691.html
9+
Response: https://lists.w3.org/Archives/Public/www-style/2015Mar/0353.html
10+
Closed: Accepted
11+
Resolved: Bugfix
12+
----
13+
Issue 2.
14+
Summary: font shorthand is a bad example because incomplete
15+
From: Stewart Brodie
16+
Comment: https://lists.w3.org/Archives/Public/www-style/2014Jan/0559.html
17+
Response: https://lists.w3.org/Archives/Public/www-style/2015Mar/0355.html
18+
Closed: Accepted
19+
Resolved: Editorial
20+
----
21+
Issue 3.
22+
Summary: add @supports-conditional syntax to @import syntax
23+
From: Tab Atkins
24+
Comment: https://lists.w3.org/Archives/Public/www-style/2015Jan/0292.html
25+
Response: https://lists.w3.org/Archives/Public/www-style/2015Jan/0299.html
26+
Closed: Deferred
27+
Resolved: https://lists.w3.org/Archives/Public/www-style/2012Oct/0275.html
28+
----
29+
Issue 4.
30+
Summary: unset is unusable, need cascade rollback instead
31+
From: Brian Kardell
32+
Comment: https://lists.w3.org/Archives/Public/www-style/2015Feb/0363.html
33+
Response: https://lists.w3.org/Archives/Public/www-style/2015Feb/0390.html
34+
Closed: Deferred
35+
----
36+
Issue 2.
37+
Summary: Define behavior of reset-only subproperties w/ CSS-wide keywords
38+
From: Stewart Brodie
39+
Comment: https://lists.w3.org/Archives/Public/www-style/2014Jan/0559.html
40+
Response: https://lists.w3.org/Archives/Public/www-style/2015Mar/0355.html
41+
Closed: Accepted
42+
Resolved: Editor's discretion
43+
----

css-cascade-3/issues-lc-2013.html

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2+
<title>CSS Cascading and Inheritance Level 3 Disposition of Comments for 2013-07-30 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 Cascading and Inheritance Level 3 Disposition of Comments for 2013-07-30 LCWD</h1>
13+
14+
<p>Last call document: <a href="http://www.w3.org/TR/2013/WD-css-cascade-3-20130730/">http://www.w3.org/TR/2013/WD-css-cascade-3-20130730/</a>
15+
16+
<p>Editor's draft: <a href="http://dev.w3.org/csswg/css-cascade-3/">http://dev.w3.org/csswg/css-cascade-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: Reintroduce 'default' keyword for rolling back cascade
36+
From: Mike Sherov
37+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0120.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0120.html</a>
38+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0127.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0127.html</a>
39+
Closed: Rejected
40+
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0130.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0130.html</a>
41+
</pre>
42+
<pre class='a' id='issue-2'>
43+
Issue 2. <a href="#issue-2">#</a>
44+
Summary: Media-dependent @import doesn't disqualify loading
45+
From: Simon Sapin
46+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Jul/0634.html">http://lists.w3.org/Archives/Public/www-style/2013Jul/0634.html</a>
47+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0196.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0196.html</a>
48+
Closed: Accepted
49+
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0621.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0621.html</a>
50+
</pre>
51+
<pre class='a' id='issue-3'>
52+
Issue 3. <a href="#issue-3">#</a>
53+
Summary: No comments! Everything looks good!
54+
From: SVGWG
55+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Aug/0496.html">http://lists.w3.org/Archives/Public/www-style/2013Aug/0496.html</a>
56+
Closed: Accepted
57+
</pre>

css-cascade-3/issues-lc-2013.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Draft: http://www.w3.org/TR/2013/WD-css-cascade-3-20130730/
2+
Title: CSS Cascading and Inheritance Level 3
3+
4+
----
5+
Issue 1.
6+
Summary: Reintroduce 'default' keyword for rolling back cascade
7+
From: Mike Sherov
8+
Comment: http://lists.w3.org/Archives/Public/www-style/2013Aug/0120.html
9+
Response: http://lists.w3.org/Archives/Public/www-style/2013Aug/0127.html
10+
Closed: Rejected
11+
Verified: http://lists.w3.org/Archives/Public/www-style/2013Aug/0130.html
12+
----
13+
Issue 2.
14+
Summary: Media-dependent @import doesn't disqualify loading
15+
From: Simon Sapin
16+
Comment: http://lists.w3.org/Archives/Public/www-style/2013Jul/0634.html
17+
Response: http://lists.w3.org/Archives/Public/www-style/2013Aug/0196.html
18+
Closed: Accepted
19+
Verified: http://lists.w3.org/Archives/Public/www-style/2013Aug/0621.html
20+
----
21+
Issue 3.
22+
Summary: No comments! Everything looks good!
23+
From: SVGWG
24+
Comment: http://lists.w3.org/Archives/Public/www-style/2013Aug/0496.html
25+
Closed: Accepted
26+
----

css-cascade-3/issues.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Draft:
2+
Title: CSS Cascading and Inheritance Level 3
3+
4+
----
5+
Issue 1.
6+
Summary: [summary]
7+
From: [name]
8+
Comment: [url]
9+
Response: [url]
10+
Closed: Accepted/OutOfScope/Invalid/Rejected/Retracted/Deferred ... or replace this line with "Open"
11+
Verified: [url]
12+
Resolved: Editorial/Bugfix (for obvious fixes)/Editor discretion/[url to minutes]
13+
----

css-cascade/issues.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Draft:
2-
Title: CSS Cascading and Inheritance Level 4
1+
Draft: http://www.w3.org/TR/2013/CR-css-cascade-3-20131003/
2+
Title: CSS Cascading and Inheritance Level 3
33

44
----
55
Issue 1.

0 commit comments

Comments
 (0)