Skip to content

Commit f15408b

Browse files
committed
[css-values-3] Add DoC now that we're up to 3 issues.
1 parent e01d805 commit f15408b

File tree

3 files changed

+138
-0
lines changed

3 files changed

+138
-0
lines changed

css-values-3/Overview.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2164,6 +2164,8 @@ Changes</h2>
21642164
(<a href="https://github.com/w3c/csswg-drafts/issues/3482#issuecomment-453257033">Issue 3482</a>)
21652165
</ul>
21662166

2167+
A <a href="http://drafts.csswg.org/css-values-3/issues-cr-2018">Disposition of Comments</a> is available.
2168+
21672169
Changes since the <a href="https://www.w3.org/TR/2016/CR-css-values-3-20160929/">29 September 2016 Candidate Recommendation</a> are:
21682170

21692171
<ul>

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

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
Draft: https://www.w3.org/TR/2018/CR-css-values-3-20180814/
2+
Title: CSS Values and Units Level 3
3+
4+
----
5+
Issue 1.
6+
Summary: Define <'property-name'> notation to exclude listification
7+
From: fantasai
8+
Comment: https://github.com/w3c/csswg-drafts/issues/3146
9+
Changes: https://github.com/w3c/csswg-drafts/commit/5a4a12f26ab9bdac96e06fcd3088d88befa72c57
10+
Closed: Accepted
11+
Verified: Commenter is editor
12+
Resolved: https://lists.w3.org/Archives/Public/www-style/2018Oct/0005.html
13+
----
14+
Issue 2.
15+
Summary: Clarify that properties can override out-of-range being invalid
16+
From: Florian Rivoal
17+
Comment: https://github.com/w3c/csswg-drafts/issues/3270
18+
Changes: https://github.com/w3c/csswg-drafts/commit/c1c4508e35bff3e29eb9d5b6f3ba2d390adb7866
19+
Verified: https://github.com/w3c/csswg-drafts/issues/3270#event-2051812459
20+
Resolved: Editorial
21+
----
22+
Issue 3.
23+
Summary: Clarifications on calc() simplification
24+
From: Emilio Álvarez
25+
Comment: https://github.com/w3c/csswg-drafts/issues/3482
26+
Response: https://github.com/w3c/csswg-drafts/issues/3482#issuecomment-451462821
27+
Response: https://github.com/w3c/csswg-drafts/issues/3482#issuecomment-451590359
28+
Comment: https://github.com/w3c/csswg-drafts/issues/3482#issuecomment-451644457
29+
Response: https://github.com/w3c/csswg-drafts/issues/3482#issuecomment-453265900
30+
Changes: https://github.com/w3c/csswg-drafts/commit/e01d805b252d1e4ac5201d2b4330f45d705f967c
31+
Closed: Accepted
32+
Resolved: Editorial
33+
----

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

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<title>CSS Values and Units Level 3 Disposition of Comments for 2018-08-14 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+
.a { background: #52E052 }
8+
.d { background: #8CCBF2 }
9+
.oi { background: #E0CB52 }
10+
.r { background: orange }
11+
.fo { background: #f66 }
12+
pre.a { background: #E9FBE9 }
13+
pre.d { background: #DEF }
14+
pre.oi { background: #FCFAEE }
15+
pre.r { background: #FFEECC }
16+
pre.fo { background: #FBE9E9 }
17+
.open { border: solid red; }
18+
:target { box-shadow: 0.25em 0.25em 0.25em; }
19+
a[href^=mid], a[href~=flatten] { text-decoration: none; }
20+
abbr { font-weight: bold; }
21+
</style>
22+
23+
<h1>CSS Values and Units Level 3 Disposition of Comments for 2018-08-14 CR</h1>
24+
25+
<p>Dated Draft: <a href="https://www.w3.org/TR/2018/CR-css-values-3-20180814/">https://www.w3.org/TR/2018/CR-css-values-3-20180814/</a>
26+
27+
<p>Editor's Draft: <a href="http://drafts.csswg.org/css-values-3/">http://drafts.csswg.org/css-values-3/</a>
28+
29+
<p>The following color coding convention is used for comments:</p>
30+
31+
<ul>
32+
<li class="a">Accepted or Rejected and positive response
33+
<li class="r">Rejected and no response
34+
<li class="fo">Rejected and negative response
35+
<li class="d">Deferred
36+
<li class="oi">Out-of-Scope or Invalid and not verified
37+
</ul>
38+
39+
<p class=open>Open issues are marked like this</p>
40+
41+
<p>An issue can be closed as <code>Accepted</code>, <code>OutOfScope</code>,
42+
<code>Invalid</code>, <code>Rejected</code>, or <code>Retracted</code>.
43+
<code>Verified</code> indicates commentor's acceptance of the response.</p>
44+
<pre class=' a' id='issue-1'>
45+
<span>Issue 1. <a href='#issue-1'>#</a></span>
46+
<span>Summary: Define &lt;'property-name'> notation to exclude listification</span>
47+
<span>From: fantasai</span>
48+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3146'>https://github.com/w3c/csswg-drafts/issues/3146</a></span>
49+
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/5a4a12f26ab9bdac96e06fcd3088d88befa72c57'>https://github.com/w3c/csswg-drafts/commit/5a4a12f26ab9bdac96e06fcd3088d88befa72c57</a></span>
50+
<span class="a">Closed: Accepted</span>
51+
<span class="a">Verified: Commenter is editor</span>
52+
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2018Oct/0005.html'>https://lists.w3.org/Archives/Public/www-style/2018Oct/0005.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2018Oct/0005.html"><abbr title="Thread">&#x2208;</abbr></a></span></pre>
53+
<pre class=' a' id='issue-2'>
54+
<span>Issue 2. <a href='#issue-2'>#</a></span>
55+
<span>Summary: Clarify that properties can override out-of-range being invalid</span>
56+
<span>From: Florian Rivoal</span>
57+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3270'>https://github.com/w3c/csswg-drafts/issues/3270</a></span>
58+
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/c1c4508e35bff3e29eb9d5b6f3ba2d390adb7866'>https://github.com/w3c/csswg-drafts/commit/c1c4508e35bff3e29eb9d5b6f3ba2d390adb7866</a></span>
59+
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/3270#event-2051812459'>https://github.com/w3c/csswg-drafts/issues/3270#event-2051812459</a></span>
60+
<span>Resolved: Editorial</span></pre>
61+
<pre class=' a' id='issue-3'>
62+
<span>Issue 3. <a href='#issue-3'>#</a></span>
63+
<span>Summary: Clarifications on calc() simplification</span>
64+
<span>From: Emilio Álvarez</span>
65+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3482'>https://github.com/w3c/csswg-drafts/issues/3482</a></span>
66+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/3482#issuecomment-451462821'>https://github.com/w3c/csswg-drafts/issues/3482#issuecomment-451462821</a></span>
67+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/3482#issuecomment-451590359'>https://github.com/w3c/csswg-drafts/issues/3482#issuecomment-451590359</a></span>
68+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3482#issuecomment-451644457'>https://github.com/w3c/csswg-drafts/issues/3482#issuecomment-451644457</a></span>
69+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/3482#issuecomment-453265900'>https://github.com/w3c/csswg-drafts/issues/3482#issuecomment-453265900</a></span>
70+
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/e01d805b252d1e4ac5201d2b4330f45d705f967c'>https://github.com/w3c/csswg-drafts/commit/e01d805b252d1e4ac5201d2b4330f45d705f967c</a></span>
71+
<span class="a">Closed: Accepted</span>
72+
<span>Resolved: Editorial</span></pre>
73+
<script>
74+
(function () {
75+
var sheet = document.styleSheets[0];
76+
function addCheckbox(className) {
77+
var element = document.querySelector('*.' + className);
78+
var span = document.createElement('span');
79+
span.innerHTML = element.innerHTML;
80+
element.innerHTML = null;
81+
var check = document.createElement('input');
82+
check.type = 'checkbox';
83+
if (className == 'open') {
84+
check.checked = false;
85+
sheet.insertRule('pre:not(.open)' + '{}', sheet.cssRules.length);
86+
check.onchange = function (e) {
87+
rule.style.display = this.checked ? 'none' : 'block';
88+
}
89+
}
90+
else {
91+
check.checked = true;
92+
sheet.insertRule('pre.' + className + '{}', sheet.cssRules.length);
93+
check.onchange = function (e) {
94+
rule.style.display = this.checked ? 'block' : 'none';
95+
}
96+
}
97+
var rule = sheet.cssRules[sheet.cssRules.length - 1];
98+
element.appendChild(check);
99+
element.appendChild(span);
100+
}
101+
['a', 'd', 'fo', 'oi', 'r', 'open'].forEach(addCheckbox);
102+
}());
103+
</script>

0 commit comments

Comments
 (0)