Skip to content

Commit d9a6629

Browse files
committed
[css-backgrounds-3] Add DoC
1 parent ac58ea0 commit d9a6629

File tree

2 files changed

+214
-0
lines changed

2 files changed

+214
-0
lines changed
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
Draft: https://www.w3.org/TR/2017/CR-css-backgrounds-3-20171017/
2+
Title: CSS Backgrounds and Borders Level 3
3+
4+
----
5+
Issue 1.
6+
Summary: Consider removing spread distance adjustments for small radii
7+
From: mstange
8+
Comment: https://github.com/w3c/csswg-drafts/issues/1900
9+
Response: https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-338818814
10+
Closed: Retracted
11+
Verified: https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-339062836
12+
----
13+
Issue 2.
14+
Summary: Clarify purpose of spread radius distance adjustments for small radii
15+
From: mstange
16+
Comment: https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-339062836
17+
Response: https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-365465700
18+
Changes: https://github.com/w3c/csswg-drafts/commit/f885ef0ae5aae797794c1ca279ef1a9e4d35b00e
19+
Closed: Accepted
20+
Resolved: Editorial
21+
----
22+
Issue 3.
23+
Summary: Limit spread radius distance adjustments for small radii to growing shapes
24+
From: mstange
25+
Comment: https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-339062836
26+
Response: https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-365465700
27+
Changes: https://github.com/w3c/csswg-drafts/commit/c9cab7a6750825ff084e7bb0be181b18d71780d2
28+
Closed: Accepted
29+
Resolved: Bugfix
30+
----
31+
Issue 4.
32+
Summary: Links broken by switch to Bikeshed
33+
From: theres-waldo
34+
Comment: https://github.com/w3c/csswg-drafts/issues/2005
35+
Response: https://github.com/w3c/csswg-drafts/issues/2005#issuecomment-349031025
36+
Changes: https://github.com/w3c/csswg-drafts/issues/2005
37+
Closed: Accepted
38+
Resolved: Editorial
39+
----
40+
Issue 5.
41+
Summary: css-backgrounds-3 missing from property indexes
42+
From: AmeliaBR
43+
Comment: https://github.com/w3c/csswg-drafts/issues/1309
44+
Open =Tab= =plinss= Debug?
45+
Resolved: Editorial
46+
----
47+
Issue 6.
48+
Summary: border shorthand shouldn't reset border-image
49+
From: Daniel Glazman
50+
Comment: https://github.com/w3c/csswg-drafts/issues/2108
51+
Response: https://github.com/w3c/csswg-drafts/issues/2108#issuecomment-353146406
52+
Response: https://github.com/w3c/csswg-drafts/issues/2108#issuecomment-353209227
53+
Comment: https://github.com/w3c/csswg-drafts/issues/2108#issuecomment-353269086
54+
Open
55+
----
56+
Issue 7.
57+
Summary: Use of # notation undefined without reference to css-value-3
58+
From: Geoffrey Sneddon
59+
Comment: https://github.com/w3c/csswg-drafts/issues/2209
60+
Response: https://github.com/w3c/csswg-drafts/issues/2209#issuecomment-365460222
61+
Changes: https://github.com/w3c/csswg-drafts/commit/338e47275804c1554633c27ff761cbc8158f0e09
62+
Closed: Accepted
63+
Resolved: Editorial
64+
----
65+
Issue 8.
66+
Summary: Canonical serialization for box-shadow is backwards
67+
From: csnardi
68+
Comment: https://github.com/w3c/csswg-drafts/issues/2305
69+
Response: https://github.com/w3c/csswg-drafts/issues/2305#issuecomment-365453500
70+
Changes: https://github.com/w3c/csswg-drafts/commit/2d702bbf149c516b5729653de6a5c39309e8888e
71+
Open: Accepted =WG= Verify.
72+
----
Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,142 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<title>CSS Backgrounds and Borders Level 3 Disposition of Comments for 2017-10-17 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 Backgrounds and Borders Level 3 Disposition of Comments for 2017-10-17 CR</h1>
24+
25+
<p>Dated Draft: <a href="https://www.w3.org/TR/2017/CR-css-backgrounds-3-20171017/">https://www.w3.org/TR/2017/CR-css-backgrounds-3-20171017/</a>
26+
27+
<p>Editor's Draft: <a href="http://drafts.csswg.org/css-backgrounds-3/">http://drafts.csswg.org/css-backgrounds-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: Consider removing spread distance adjustments for small radii</span>
47+
<span>From: mstange</span>
48+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1900'>https://github.com/w3c/csswg-drafts/issues/1900</a></span>
49+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-338818814'>https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-338818814</a></span>
50+
<span class="a">Closed: Retracted</span>
51+
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-339062836'>https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-339062836</a></span></pre>
52+
<pre class=' a' id='issue-2'>
53+
<span>Issue 2. <a href='#issue-2'>#</a></span>
54+
<span>Summary: Clarify purpose of spread radius distance adjustments for small radii</span>
55+
<span>From: mstange</span>
56+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-339062836'>https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-339062836</a></span>
57+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-365465700'>https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-365465700</a></span>
58+
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/f885ef0ae5aae797794c1ca279ef1a9e4d35b00e'>https://github.com/w3c/csswg-drafts/commit/f885ef0ae5aae797794c1ca279ef1a9e4d35b00e</a></span>
59+
<span class="a">Closed: Accepted</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: Limit spread radius distance adjustments for small radii to growing shapes</span>
64+
<span>From: mstange</span>
65+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-339062836'>https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-339062836</a></span>
66+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-365465700'>https://github.com/w3c/csswg-drafts/issues/1900#issuecomment-365465700</a></span>
67+
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/c9cab7a6750825ff084e7bb0be181b18d71780d2'>https://github.com/w3c/csswg-drafts/commit/c9cab7a6750825ff084e7bb0be181b18d71780d2</a></span>
68+
<span class="a">Closed: Accepted</span>
69+
<span>Resolved: Bugfix</span></pre>
70+
<pre class=' a' id='issue-4'>
71+
<span>Issue 4. <a href='#issue-4'>#</a></span>
72+
<span>Summary: Links broken by switch to Bikeshed</span>
73+
<span>From: theres-waldo</span>
74+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2005'>https://github.com/w3c/csswg-drafts/issues/2005</a></span>
75+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2005#issuecomment-349031025'>https://github.com/w3c/csswg-drafts/issues/2005#issuecomment-349031025</a></span>
76+
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/issues/2005'>https://github.com/w3c/csswg-drafts/issues/2005</a></span>
77+
<span class="a">Closed: Accepted</span>
78+
<span>Resolved: Editorial</span></pre>
79+
<pre class='open ' id='issue-5'>
80+
<span>Issue 5. <a href='#issue-5'>#</a></span>
81+
<span>Summary: css-backgrounds-3 missing from property indexes</span>
82+
<span>From: AmeliaBR</span>
83+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1309'>https://github.com/w3c/csswg-drafts/issues/1309</a></span>
84+
<span>Open =Tab= =plinss= Debug?</span>
85+
<span>Resolved: Editorial</span></pre>
86+
<pre class='open ' id='issue-6'>
87+
<span>Issue 6. <a href='#issue-6'>#</a></span>
88+
<span>Summary: border shorthand shouldn't reset border-image</span>
89+
<span>From: Daniel Glazman</span>
90+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2108'>https://github.com/w3c/csswg-drafts/issues/2108</a></span>
91+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2108#issuecomment-353146406'>https://github.com/w3c/csswg-drafts/issues/2108#issuecomment-353146406</a></span>
92+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2108#issuecomment-353209227'>https://github.com/w3c/csswg-drafts/issues/2108#issuecomment-353209227</a></span>
93+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2108#issuecomment-353269086'>https://github.com/w3c/csswg-drafts/issues/2108#issuecomment-353269086</a></span>
94+
<span>Open</span></pre>
95+
<pre class=' a' id='issue-7'>
96+
<span>Issue 7. <a href='#issue-7'>#</a></span>
97+
<span>Summary: Use of # notation undefined without reference to css-value-3</span>
98+
<span>From: Geoffrey Sneddon</span>
99+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2209'>https://github.com/w3c/csswg-drafts/issues/2209</a></span>
100+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2209#issuecomment-365460222'>https://github.com/w3c/csswg-drafts/issues/2209#issuecomment-365460222</a></span>
101+
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/338e47275804c1554633c27ff761cbc8158f0e09'>https://github.com/w3c/csswg-drafts/commit/338e47275804c1554633c27ff761cbc8158f0e09</a></span>
102+
<span class="a">Closed: Accepted</span>
103+
<span>Resolved: Editorial</span></pre>
104+
<pre class='open a' id='issue-8'>
105+
<span>Issue 8. <a href='#issue-8'>#</a></span>
106+
<span>Summary: Canonical serialization for box-shadow is backwards</span>
107+
<span>From: csnardi</span>
108+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2305'>https://github.com/w3c/csswg-drafts/issues/2305</a></span>
109+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2305#issuecomment-365453500'>https://github.com/w3c/csswg-drafts/issues/2305#issuecomment-365453500</a></span>
110+
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/2d702bbf149c516b5729653de6a5c39309e8888e'>https://github.com/w3c/csswg-drafts/commit/2d702bbf149c516b5729653de6a5c39309e8888e</a></span>
111+
<span class="a">Open: Accepted =WG= Verify.</span></pre>
112+
<script>
113+
(function () {
114+
var sheet = document.styleSheets[0];
115+
function addCheckbox(className) {
116+
var element = document.querySelector('*.' + className);
117+
var span = document.createElement('span');
118+
span.innerHTML = element.innerHTML;
119+
element.innerHTML = null;
120+
var check = document.createElement('input');
121+
check.type = 'checkbox';
122+
if (className == 'open') {
123+
check.checked = false;
124+
sheet.insertRule('pre:not(.open)' + '{}', sheet.cssRules.length);
125+
check.onchange = function (e) {
126+
rule.style.display = this.checked ? 'none' : 'block';
127+
}
128+
}
129+
else {
130+
check.checked = true;
131+
sheet.insertRule('pre.' + className + '{}', sheet.cssRules.length);
132+
check.onchange = function (e) {
133+
rule.style.display = this.checked ? 'block' : 'none';
134+
}
135+
}
136+
var rule = sheet.cssRules[sheet.cssRules.length - 1];
137+
element.appendChild(check);
138+
element.appendChild(span);
139+
}
140+
['a', 'd', 'fo', 'oi', 'r', 'open'].forEach(addCheckbox);
141+
}());
142+
</script>

0 commit comments

Comments
 (0)