Skip to content

Commit dd5ed3d

Browse files
committed
[css-values] Add DoC. Bunch of stuff was fixed, but not copied to L3. :/
1 parent ccca841 commit dd5ed3d

File tree

2 files changed

+253
-0
lines changed

2 files changed

+253
-0
lines changed

css-values-3/issues-cr-2016.bsi

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
Draft: https://www.w3.org/TR/2016/CR-css-values-3-20160929/
2+
Title: CSS Values and Units Level 3
3+
4+
----
5+
Issue 1.
6+
Summary: Drop 3-component syntax from <position> for disambiguation
7+
From: fantasai
8+
Comment: https://lists.w3.org/Archives/Public/www-style/2017Feb/0052.html
9+
Changes: https://hg.csswg.org/drafts/diff/90dad9ebbc6a/css-values-3/Overview.bs
10+
Closed: Accepted
11+
Verified: https://lists.w3.org/Archives/Public/www-style/2017May/0003.html
12+
Resolved: https://lists.w3.org/Archives/Public/www-style/2017Feb/0052.html
13+
----
14+
Issue 2.
15+
Summary: # multiplier is confused with *
16+
From: Simon Sapin
17+
Comment: https://github.com/w3c/csswg-drafts/issues/381
18+
Response: https://github.com/w3c/csswg-drafts/issues/381#issuecomment-301952385
19+
Closed: Rejected
20+
Resolved: Editor discretion
21+
----
22+
Issue 3.
23+
Summary: Add comma-optional list notation
24+
From: Jarek Foksa
25+
Comment: https://github.com/w3c/csswg-drafts/issues/385
26+
Response: https://github.com/w3c/csswg-drafts/issues/385#issuecomment-243825038
27+
Closed: Rejected in favor of [ foo+ ]# which is functionally equivalent
28+
Resolved: https://lists.w3.org/Archives/Public/www-style/2016Sep/0000.html
29+
----
30+
Issue 4.
31+
Summary: When to clamp negative calc() when negative lengths not allowed
32+
From: Emilio
33+
Comment: https://github.com/w3c/csswg-drafts/issues/434
34+
Open: =WG= Discuss.
35+
----
36+
Issue 5.
37+
Summary: Ambiguous parsing of zero in <integer> | <length>
38+
From: Xidorn Quan
39+
Comment: https://github.com/w3c/csswg-drafts/issues/489
40+
Open: =WG= Discuss.
41+
----
42+
Issue 6.
43+
Summary: Duplicate References
44+
From: Momdo
45+
Comment: https://github.com/w3c/csswg-drafts/issues/559
46+
Open: =Tab= Fix up all the bibliography badness
47+
----
48+
Issue 7.
49+
Summary: Switch [...]! multiplier to ?? combinator
50+
From: fantasai
51+
Comment: https://github.com/w3c/csswg-drafts/issues/687
52+
Open: =WG= Disuss.
53+
----
54+
Issue 8.
55+
Summary: Categorize high-res screens with low-res screens, not print.
56+
From: Patrick Lauke
57+
Comment: https://github.com/w3c/csswg-drafts/issues/708
58+
Response: https://github.com/w3c/csswg-drafts/issues/708#issuecomment-260529072
59+
Open: Needs edits
60+
Resolved: https://lists.w3.org/Archives/Public/www-style/2016Nov/0085.html
61+
----
62+
Issue 9.
63+
Summary: Undefined value of rem when no root element
64+
From: Xidorn Quan
65+
Comment: https://github.com/w3c/csswg-drafts/issues/936
66+
Response: https://github.com/w3c/csswg-drafts/issues/936#issuecomment-290571695
67+
Closed: Accepted
68+
Resolved: Editor discretion
69+
----
70+
Issue 10.
71+
Summary: url() missing from index
72+
From: Praveeen Puglia
73+
Comment: https://github.com/w3c/csswg-drafts/issues/1014
74+
Changes: https://github.com/w3c/csswg-drafts/commit/f7f942e9672b199892ba76e7bad9d8242f389f4f
75+
Closed: Accepted
76+
Resolved: Editorial
77+
----
78+
Issue 11.
79+
Summary: Clarify interpretation of 0 inside calc()
80+
From: Michael Giuffrida
81+
Comment: https://github.com/w3c/csswg-drafts/issues/1114
82+
Response: https://github.com/w3c/csswg-drafts/issues/1114#issuecomment-287236248
83+
Changes: https://github.com/w3c/csswg-drafts/commit/1024dc3fcd3ea9c8fb45dbec7406a6c80117b0d5
84+
Closed: Accepted
85+
Resolved: Editorial
86+
----
87+
Issue 12.
88+
Summary: calc() divisors should support numeric expressions
89+
From: Anthony Ramine
90+
Comment: https://github.com/w3c/csswg-drafts/issues/1241
91+
Response: https://github.com/w3c/csswg-drafts/issues/1241#issuecomment-294843757
92+
Open: Needs edits
93+
Resolved: Bugfix
94+
----

css-values-3/issues-cr-2016.html

Lines changed: 159 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,159 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<title>CSS Values and Units Level 3 Disposition of Comments for 2016-09-29 CR</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+
a[href^=mid], a[href~=flatten] { text-decoration: none; }
15+
abbr { font-weight: bold; }
16+
</style>
17+
18+
<h1>CSS Values and Units Level 3 Disposition of Comments for 2016-09-29 CR</h1>
19+
20+
<p>Dated Draft: <a href="https://www.w3.org/TR/2016/CR-css-values-3-20160929/">https://www.w3.org/TR/2016/CR-css-values-3-20160929/</a>
21+
22+
<p>Editor's Draft: <a href="http://drafts.csswg.org/css-values-3/">http://drafts.csswg.org/css-values-3/</a>
23+
24+
<p>The following color coding convention is used for comments:</p>
25+
26+
<ul>
27+
<li class="a">Accepted or Rejected and positive response
28+
<li class="r">Rejected and no response
29+
<li class="fo">Rejected and negative response
30+
<li class="d">Deferred
31+
<li class="oi">Out-of-Scope or Invalid and not verified
32+
</ul>
33+
34+
<p class=open>Open issues are marked like this</p>
35+
36+
<p>An issue can be closed as <code>Accepted</code>, <code>OutOfScope</code>,
37+
<code>Invalid</code>, <code>Rejected</code>, or <code>Retracted</code>.
38+
<code>Verified</code> indicates commentor's acceptance of the response.</p>
39+
<pre class=' a' id='issue-1'>
40+
<span>Issue 1. <a href='#issue-1'>#</a></span>
41+
<span>Summary: Drop 3-component syntax from &lt;position> for disambiguation</span>
42+
<span>From: fantasai</span>
43+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2017Feb/0052.html'>https://lists.w3.org/Archives/Public/www-style/2017Feb/0052.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Feb/0052.html"><abbr title="Thread">&#x2208;</abbr></a></span>
44+
<span>Changes: <a href='https://hg.csswg.org/drafts/diff/90dad9ebbc6a/css-values-3/Overview.bs'>https://hg.csswg.org/drafts/diff/90dad9ebbc6a/css-values-3/Overview.bs</a></span>
45+
<span class="a">Closed: Accepted</span>
46+
<span class="a">Verified: <a href='https://lists.w3.org/Archives/Public/www-style/2017May/0003.html'>https://lists.w3.org/Archives/Public/www-style/2017May/0003.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017May/0003.html"><abbr title="Thread">&#x2208;</abbr></a></span>
47+
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Feb/0052.html'>https://lists.w3.org/Archives/Public/www-style/2017Feb/0052.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Feb/0052.html"><abbr title="Thread">&#x2208;</abbr></a></span></pre>
48+
<pre class=' r' id='issue-2'>
49+
<span>Issue 2. <a href='#issue-2'>#</a></span>
50+
<span>Summary: # multiplier is confused with *</span>
51+
<span>From: Simon Sapin</span>
52+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/381'>https://github.com/w3c/csswg-drafts/issues/381</a></span>
53+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/381#issuecomment-301952385'>https://github.com/w3c/csswg-drafts/issues/381#issuecomment-301952385</a></span>
54+
<span class="r">Closed: Rejected</span>
55+
<span>Resolved: Editor discretion</span></pre>
56+
<pre class=' r' id='issue-3'>
57+
<span>Issue 3. <a href='#issue-3'>#</a></span>
58+
<span>Summary: Add comma-optional list notation</span>
59+
<span>From: Jarek Foksa</span>
60+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/385'>https://github.com/w3c/csswg-drafts/issues/385</a></span>
61+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/385#issuecomment-243825038'>https://github.com/w3c/csswg-drafts/issues/385#issuecomment-243825038</a></span>
62+
<span class="r">Closed: Rejected in favor of [ foo+ ]# which is functionally equivalent</span>
63+
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2016Sep/0000.html'>https://lists.w3.org/Archives/Public/www-style/2016Sep/0000.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2016Sep/0000.html"><abbr title="Thread">&#x2208;</abbr></a></span></pre>
64+
<pre class='open ' id='issue-4'>
65+
<span>Issue 4. <a href='#issue-4'>#</a></span>
66+
<span>Summary: When to clamp negative calc() when negative lengths not allowed</span>
67+
<span>From: Emilio</span>
68+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/434'>https://github.com/w3c/csswg-drafts/issues/434</a></span>
69+
<span class="">Open: =WG= Discuss.</span></pre>
70+
<pre class='open ' id='issue-5'>
71+
<span>Issue 5. <a href='#issue-5'>#</a></span>
72+
<span>Summary: Ambiguous parsing of zero in &lt;integer> | &lt;length></span>
73+
<span>From: Xidorn Quan</span>
74+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/489'>https://github.com/w3c/csswg-drafts/issues/489</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: Duplicate References</span>
79+
<span>From: Momdo</span>
80+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/559'>https://github.com/w3c/csswg-drafts/issues/559</a></span>
81+
<span class="">Open: =Tab= Fix up all the bibliography badness</span></pre>
82+
<pre class='open ' id='issue-7'>
83+
<span>Issue 7. <a href='#issue-7'>#</a></span>
84+
<span>Summary: Switch [...]! multiplier to ?? combinator</span>
85+
<span>From: fantasai</span>
86+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/687'>https://github.com/w3c/csswg-drafts/issues/687</a></span>
87+
<span class="">Open: =WG= Disuss.</span></pre>
88+
<pre class='open ' id='issue-8'>
89+
<span>Issue 8. <a href='#issue-8'>#</a></span>
90+
<span>Summary: Categorize high-res screens with low-res screens, not print.</span>
91+
<span>From: Patrick Lauke</span>
92+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/708'>https://github.com/w3c/csswg-drafts/issues/708</a></span>
93+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/708#issuecomment-260529072'>https://github.com/w3c/csswg-drafts/issues/708#issuecomment-260529072</a></span>
94+
<span class="">Open: Needs edits</span>
95+
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2016Nov/0085.html'>https://lists.w3.org/Archives/Public/www-style/2016Nov/0085.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2016Nov/0085.html"><abbr title="Thread">&#x2208;</abbr></a></span></pre>
96+
<pre class=' a' id='issue-9'>
97+
<span>Issue 9. <a href='#issue-9'>#</a></span>
98+
<span>Summary: Undefined value of rem when no root element</span>
99+
<span>From: Xidorn Quan</span>
100+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/936'>https://github.com/w3c/csswg-drafts/issues/936</a></span>
101+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/936#issuecomment-290571695'>https://github.com/w3c/csswg-drafts/issues/936#issuecomment-290571695</a></span>
102+
<span class="a">Closed: Accepted</span>
103+
<span>Resolved: Editor discretion</span></pre>
104+
<pre class=' a' id='issue-10'>
105+
<span>Issue 10. <a href='#issue-10'>#</a></span>
106+
<span>Summary: url() missing from index</span>
107+
<span>From: Praveeen Puglia</span>
108+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1014'>https://github.com/w3c/csswg-drafts/issues/1014</a></span>
109+
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/f7f942e9672b199892ba76e7bad9d8242f389f4f'>https://github.com/w3c/csswg-drafts/commit/f7f942e9672b199892ba76e7bad9d8242f389f4f</a></span>
110+
<span class="a">Closed: Accepted</span>
111+
<span>Resolved: Editorial</span></pre>
112+
<pre class=' a' id='issue-11'>
113+
<span>Issue 11. <a href='#issue-11'>#</a></span>
114+
<span>Summary: Clarify interpretation of 0 inside calc()</span>
115+
<span>From: Michael Giuffrida</span>
116+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1114'>https://github.com/w3c/csswg-drafts/issues/1114</a></span>
117+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1114#issuecomment-287236248'>https://github.com/w3c/csswg-drafts/issues/1114#issuecomment-287236248</a></span>
118+
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/1024dc3fcd3ea9c8fb45dbec7406a6c80117b0d5'>https://github.com/w3c/csswg-drafts/commit/1024dc3fcd3ea9c8fb45dbec7406a6c80117b0d5</a></span>
119+
<span class="a">Closed: Accepted</span>
120+
<span>Resolved: Editorial</span></pre>
121+
<pre class='open ' id='issue-12'>
122+
<span>Issue 12. <a href='#issue-12'>#</a></span>
123+
<span>Summary: calc() divisors should support numeric expressions</span>
124+
<span>From: Anthony Ramine</span>
125+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1241'>https://github.com/w3c/csswg-drafts/issues/1241</a></span>
126+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1241#issuecomment-294843757'>https://github.com/w3c/csswg-drafts/issues/1241#issuecomment-294843757</a></span>
127+
<span class="">Open: Needs edits</span>
128+
<span>Resolved: Bugfix</span></pre>
129+
<script>
130+
(function () {
131+
var sheet = document.styleSheets[0];
132+
function addCheckbox(className) {
133+
var element = document.querySelector('*.' + className);
134+
var span = document.createElement('span');
135+
span.innerHTML = element.innerHTML;
136+
element.innerHTML = null;
137+
var check = document.createElement('input');
138+
check.type = 'checkbox';
139+
if (className == 'open') {
140+
check.checked = false;
141+
sheet.insertRule('pre:not(.open)' + '{}', sheet.cssRules.length);
142+
check.onchange = function (e) {
143+
rule.style.display = this.checked ? 'none' : 'block';
144+
}
145+
}
146+
else {
147+
check.checked = true;
148+
sheet.insertRule('pre.' + className + '{}', sheet.cssRules.length);
149+
check.onchange = function (e) {
150+
rule.style.display = this.checked ? 'block' : 'none';
151+
}
152+
}
153+
var rule = sheet.cssRules[sheet.cssRules.length - 1];
154+
element.appendChild(check);
155+
element.appendChild(span);
156+
}
157+
['a', 'd', 'fo', 'oi', 'r', 'open'].forEach(addCheckbox);
158+
}());
159+
</script>

0 commit comments

Comments
 (0)