Skip to content

Commit e9e696a

Browse files
committed
[css-backgrounds] Add DoC
1 parent b32a428 commit e9e696a

2 files changed

Lines changed: 87 additions & 0 deletions

File tree

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2+
<title>CSS Backgrounds and Borders Level 3 Disposition of Comments for 2014-02-04 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 Backgrounds and Borders Level 3 Disposition of Comments for 2014-02-04 LCWD</h1>
13+
14+
<p>Last call document: <a href="http://www.w3.org/TR/2014/WD-css3-background-20140204/">http://www.w3.org/TR/2014/WD-css3-background-20140204/</a>
15+
16+
<p>Editor's draft: <a href="http://dev.w3.org/csswg/css3-background/">http://dev.w3.org/csswg/css3-background/</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='oi' id='issue-1'>
34+
Issue 1. <a href="#issue-1">#</a>
35+
Summary: Add start/end keywords to background-position
36+
From: i18nWG
37+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014Feb/0619.html">http://lists.w3.org/Archives/Public/www-style/2014Feb/0619.html</a>
38+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Mar/0124.html">http://lists.w3.org/Archives/Public/www-style/2014Mar/0124.html</a>
39+
Closed: OutOfScope
40+
Verified:
41+
</pre>
42+
<pre class='oi' id='issue-2'>
43+
Issue 2. <a href="#issue-2">#</a>
44+
Summary: Add logical border properties
45+
From: i18nWG
46+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014Feb/0620.html">http://lists.w3.org/Archives/Public/www-style/2014Feb/0620.html</a>
47+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Mar/0125.html">http://lists.w3.org/Archives/Public/www-style/2014Mar/0125.html</a>
48+
Closed: OutOfScope
49+
Verified:
50+
</pre>
51+
<pre class='a' id='issue-2'>
52+
Issue 2. <a href="#issue-2">#</a>
53+
Summary: Restore box-decoration-break
54+
From: i18nWG
55+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2014Mar/0044.html">http://lists.w3.org/Archives/Public/www-style/2014Mar/0044.html</a>
56+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Mar/0091.html">http://lists.w3.org/Archives/Public/www-style/2014Mar/0091.html</a>
57+
Closed: Rejected
58+
Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2014Mar/0102.html">http://lists.w3.org/Archives/Public/www-style/2014Mar/0102.html</a>
59+
</pre>

css-backgrounds/issues-lc-2014.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
Draft: http://www.w3.org/TR/2014/WD-css3-background-20140204/
2+
Title: CSS Backgrounds and Borders Level 3
3+
4+
----
5+
Issue 1.
6+
Summary: Add start/end keywords to background-position
7+
From: i18nWG
8+
Comment: http://lists.w3.org/Archives/Public/www-style/2014Feb/0619.html
9+
Response: http://lists.w3.org/Archives/Public/www-style/2014Mar/0124.html
10+
Closed: OutOfScope
11+
Verified:
12+
----
13+
Issue 2.
14+
Summary: Add logical border properties
15+
From: i18nWG
16+
Comment: http://lists.w3.org/Archives/Public/www-style/2014Feb/0620.html
17+
Response: http://lists.w3.org/Archives/Public/www-style/2014Mar/0125.html
18+
Closed: OutOfScope
19+
Verified:
20+
----
21+
Issue 2.
22+
Summary: Restore box-decoration-break
23+
From: i18nWG
24+
Comment: http://lists.w3.org/Archives/Public/www-style/2014Mar/0044.html
25+
Response: http://lists.w3.org/Archives/Public/www-style/2014Mar/0091.html
26+
Closed: Rejected
27+
Verified: http://lists.w3.org/Archives/Public/www-style/2014Mar/0102.html
28+
----

0 commit comments

Comments
 (0)