Skip to content

Commit 47a0110

Browse files
committed
[css-background] Add DoC
1 parent 6a1fcae commit 47a0110

2 files changed

Lines changed: 179 additions & 0 deletions

File tree

css-backgrounds/issues-cr-2014.bsi

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
Draft: https://www.w3.org/TR/2014/CR-css3-background-20140909/
2+
Title: CSS Backgrounds and Borders Module Level 3
3+
4+
----
5+
Issue 1.
6+
Summary: Define 'box-shadow: none'
7+
From: David Baron
8+
Comment: https://lists.w3.org/Archives/Public/www-style/2015Aug/0112.html
9+
Response: https://lists.w3.org/Archives/Public/www-style/2015Aug/0128.html
10+
Closed: Accepted
11+
Resolved: Bugfix
12+
----
13+
Issue 2.
14+
Summary: Clarifications on 3D border-styles' color shifting
15+
From: Adenilson Cavalcanti
16+
Comment: https://lists.w3.org/Archives/Public/www-style/2015Sep/0106.html
17+
Response: https://lists.w3.org/Archives/Public/www-style/2016Sep/0070.html
18+
Resolved: https://lists.w3.org/Archives/Public/www-style/2015Sep/0252.html
19+
----
20+
Issue 3.
21+
Summary: Use # multiplier in grammar definitions
22+
From: Sebastian Zartner
23+
Comment: https://lists.w3.org/Archives/Public/www-style/2015Sep/0051.html
24+
Comment: https://lists.w3.org/Archives/Public/www-style/2016May/0243.html
25+
Response: https://github.com/w3c/csswg-drafts/pull/282
26+
Closed: Accepted
27+
Resolved: Editorial
28+
----
29+
Issue 4.
30+
Summary: Move <background-color> to serialize at beginning of last layer
31+
From: Sebastian Zartner
32+
Comment: https://lists.w3.org/Archives/Public/www-style/2014Dec/0194.html
33+
Response:
34+
Open: Needs edits
35+
Resolved: https://lists.w3.org/Archives/Public/www-style/2015Jan/0406.html
36+
----
37+
Issue 5.
38+
Summary: Confusion over border-style vs border-image
39+
From: Boris Zbarsky
40+
Comment: https://lists.w3.org/Archives/Public/www-style/2015Nov/0258.html
41+
Open
42+
----
43+
Issue 6.
44+
Summary: Change how border-style affects border-image
45+
From: Sebastian Zartner
46+
Comment: https://lists.w3.org/Archives/Public/www-style/2016Mar/0144.html
47+
Response: https://lists.w3.org/Archives/Public/www-style/2016Mar/0146.html
48+
Response: https://lists.w3.org/Archives/Public/www-style/2016Mar/0151.html
49+
Closed: Rejected
50+
Resolved: Editor discretion
51+
----
52+
Issue 7.
53+
Summary: Drop border-radius in collapsed tables
54+
From: François Remy
55+
Comment: https://github.com/w3c/csswg-drafts/issues/475
56+
Closed: Accepted
57+
Resolved: [TPAC 2016]
58+
----
Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<title>CSS Backgrounds and Borders Module Level 3 Disposition of Comments for 2014-09-09 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+
</style>
15+
16+
<h1>CSS Backgrounds and Borders Module Level 3 Disposition of Comments for 2014-09-09 CR</h1>
17+
18+
<p>Dated Draft: <a href="https://www.w3.org/TR/2014/CR-css3-background-20140909/">https://www.w3.org/TR/2014/CR-css3-background-20140909/</a>
19+
20+
<p>Editor's Draft: <a href="http://drafts.csswg.org/css3-background/">http://drafts.csswg.org/css3-background/</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: Define 'box-shadow: none'</span>
40+
<span>From: David Baron</span>
41+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Aug/0112.html'>https://lists.w3.org/Archives/Public/www-style/2015Aug/0112.html</a></span>
42+
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Aug/0128.html'>https://lists.w3.org/Archives/Public/www-style/2015Aug/0128.html</a></span>
43+
<span class="a">Closed: Accepted</span>
44+
<span>Resolved: Bugfix</span></pre>
45+
<pre class=' ' id='issue-2'>
46+
<span>Issue 2. <a href='#issue-2'>#</a></span>
47+
<span>Summary: Clarifications on 3D border-styles' color shifting</span>
48+
<span>From: Adenilson Cavalcanti</span>
49+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Sep/0106.html'>https://lists.w3.org/Archives/Public/www-style/2015Sep/0106.html</a></span>
50+
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2016Sep/0070.html'>https://lists.w3.org/Archives/Public/www-style/2016Sep/0070.html</a></span>
51+
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2015Sep/0252.html'>https://lists.w3.org/Archives/Public/www-style/2015Sep/0252.html</a></span></pre>
52+
<pre class=' a' id='issue-3'>
53+
<span>Issue 3. <a href='#issue-3'>#</a></span>
54+
<span>Summary: Use # multiplier in grammar definitions</span>
55+
<span>From: Sebastian Zartner</span>
56+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Sep/0051.html'>https://lists.w3.org/Archives/Public/www-style/2015Sep/0051.html</a></span>
57+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016May/0243.html'>https://lists.w3.org/Archives/Public/www-style/2016May/0243.html</a></span>
58+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/pull/282'>https://github.com/w3c/csswg-drafts/pull/282</a></span>
59+
<span class="a">Closed: Accepted</span>
60+
<span>Resolved: Editorial</span></pre>
61+
<pre class='open ' id='issue-4'>
62+
<span>Issue 4. <a href='#issue-4'>#</a></span>
63+
<span>Summary: Move &lt;background-color> to serialize at beginning of last layer</span>
64+
<span>From: Sebastian Zartner</span>
65+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2014Dec/0194.html'>https://lists.w3.org/Archives/Public/www-style/2014Dec/0194.html</a></span>
66+
<span>Response:</span>
67+
<span class="">Open: Needs edits</span>
68+
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jan/0406.html'>https://lists.w3.org/Archives/Public/www-style/2015Jan/0406.html</a></span></pre>
69+
<pre class='open ' id='issue-5'>
70+
<span>Issue 5. <a href='#issue-5'>#</a></span>
71+
<span>Summary: Confusion over border-style vs border-image</span>
72+
<span>From: Boris Zbarsky</span>
73+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Nov/0258.html'>https://lists.w3.org/Archives/Public/www-style/2015Nov/0258.html</a></span>
74+
<span>Open</span></pre>
75+
<pre class=' r' id='issue-6'>
76+
<span>Issue 6. <a href='#issue-6'>#</a></span>
77+
<span>Summary: Change how border-style affects border-image</span>
78+
<span>From: Sebastian Zartner</span>
79+
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2016Mar/0144.html'>https://lists.w3.org/Archives/Public/www-style/2016Mar/0144.html</a></span>
80+
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2016Mar/0146.html'>https://lists.w3.org/Archives/Public/www-style/2016Mar/0146.html</a></span>
81+
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2016Mar/0151.html'>https://lists.w3.org/Archives/Public/www-style/2016Mar/0151.html</a></span>
82+
<span class="r">Closed: Rejected</span>
83+
<span>Resolved: Editor discretion</span></pre>
84+
<pre class=' a' id='issue-7'>
85+
<span>Issue 7. <a href='#issue-7'>#</a></span>
86+
<span>Summary: Drop border-radius in collapsed tables</span>
87+
<span>From: François Remy</span>
88+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/475'>https://github.com/w3c/csswg-drafts/issues/475</a></span>
89+
<span class="a">Closed: Accepted</span>
90+
<span>Resolved: [TPAC 2016]</span></pre>
91+
<script>
92+
(function () {
93+
var sheet = document.styleSheets[0];
94+
function addCheckbox(className) {
95+
var element = document.querySelector('*.' + className);
96+
var span = document.createElement('span');
97+
span.innerHTML = element.innerHTML;
98+
element.innerHTML = null;
99+
var check = document.createElement('input');
100+
check.type = 'checkbox';
101+
if (className == 'open') {
102+
check.checked = false;
103+
sheet.insertRule('pre:not(.open)' + '{}', sheet.cssRules.length);
104+
check.onchange = function (e) {
105+
rule.style.display = this.checked ? 'none' : 'block';
106+
}
107+
}
108+
else {
109+
check.checked = true;
110+
sheet.insertRule('pre.' + className + '{}', sheet.cssRules.length);
111+
check.onchange = function (e) {
112+
rule.style.display = this.checked ? 'block' : 'none';
113+
}
114+
}
115+
var rule = sheet.cssRules[sheet.cssRules.length - 1];
116+
element.appendChild(check);
117+
element.appendChild(span);
118+
}
119+
['a', 'd', 'fo', 'oi', 'r', 'open'].forEach(addCheckbox);
120+
}());
121+
</script>

0 commit comments

Comments
 (0)