Skip to content

Commit 6838e12

Browse files
committed
Merged Elika and my work
2 parents 8771d8d + 00ff8b6 commit 6838e12

26 files changed

Lines changed: 18851 additions & 121 deletions

css3-background/Overview.src.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ <h3 id="the-background-repeat">Tiling Images: the 'background-repeat' property</
391391
<td>visual
392392
<tr>
393393
<th>Computed value:
394-
<td>as specified
394+
<td>two keywords, one per dimension
395395
<tr>
396396
<th>Animatable:
397397
<td>no
@@ -408,27 +408,27 @@ <h3 id="the-background-repeat">Tiling Images: the 'background-repeat' property</
408408
<dl>
409409
<dt><dfn>''repeat-x''</dfn>
410410
<dd>
411-
Equivalent to ''repeat no-repeat''.
411+
Computes to ''repeat no-repeat''.
412412

413413
<dt><dfn>''repeat-y''</dfn>
414414
<dd>
415-
Equivalent to ''no-repeat repeat''.
415+
Computes to ''no-repeat repeat''.
416416

417417
<dt>''repeat''
418418
<dd>
419-
Equivalent to ''repeat repeat''.
419+
Computes to ''repeat repeat''.
420420

421421
<dt>''space''
422422
<dd>
423-
Equivalent to ''space space''
423+
Computes to ''space space''
424424

425425
<dt>''round''
426426
<dd>
427-
Equivalent to ''round round''
427+
Computes to ''round round''
428428

429429
<dt>''no-repeat''
430430
<dd>
431-
Equivalent to ''no-repeat no-repeat''
431+
Computes to ''no-repeat no-repeat''
432432
</dl>
433433

434434
<p>If a <var>&lt;repeat-style&gt;</var> value has two keywords, the first

css3-background/issues-lc-2012.html

Lines changed: 35 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
.incomplete {background: lavender}
99
.proposal {font-style: italic}
1010
.proposal:before {content: "Proposal: "; font-weight: bold}
11-
table {border-collapse: collapse; x-border-top: thin solid}
12-
thead {background: silver; color: white}
11+
table {border-collapse: collapse}
12+
thead {background: gray; color: white}
1313
tr {border-bottom: solid thin white}
1414
th, td {text-align: left; padding: 0.5em; vertical-align: baseline}
1515
td > *:first-child {margin-top: 0}
@@ -36,8 +36,28 @@ <h1>Disposition of comments</h1>
3636

3737
<tbody>
3838

39+
<tr class=ok>
40+
<td id=x1><a href="#x1">1.</a>
41+
<td>Florian Rivoal
42+
<td><p>Add background-position-x and background-position-y
43+
<ol>
44+
<li><a href="http://lists.w3.org/Archives/Public/www-style/2012Feb/0618.html">comment</a>
45+
<li><a href="http://lists.w3.org/Archives/Public/www-style/2012Feb/0628.html">reply</a>
46+
</ol>
47+
<td>rejected and <a href="http://lists.w3.org/Archives/Public/www-style/2012Feb/0630.html">verified</a>
48+
49+
<tr class=incomplete>
50+
<td id=x2><a href="#x2">2.</a>
51+
<td>David Baron
52+
<td><p>Computed value line for background-repeat is imprecise
53+
<ol>
54+
<li><a href="http://lists.w3.org/Archives/Public/www-style/2012Feb/1094.html">comment</a>
55+
<li>
56+
</ol>
57+
<td><strong>[OPEN]</strong>
58+
3959
<tr class=incomplete>
40-
<td id=x1><a href="#x1">1</a>
60+
<td id=x3><a href="#x3">3</a>
4161
<td>Christoph Päper
4262
<td><p>Also allow to specify corners with an &lt;angle&gt; instead of two &lt;length&gt;
4363
<ol>
@@ -46,7 +66,7 @@ <h1>Disposition of comments</h1>
4666
<td><p class=proposal>reject (new features are out of scope)
4767

4868
<tr class=incomplete>
49-
<td id=x2><a href="#x2">2</a>
69+
<td id=x4><a href="#x4">4</a>
5070
<td>Christoph Päper
5171
<td><p>Add a “cut” corner style (border-corner-shape: normal|curved|sharp)
5272
<ol>
@@ -55,7 +75,7 @@ <h1>Disposition of comments</h1>
5575
<td><p class=proposal>reject (new features are out of scope)
5676

5777
<tr class=incomplete>
58-
<td id=x3><a href="#x3">3</a>
78+
<td id=x5><a href="#x5">5</a>
5979
<td>Kang-Hao (Kenny) Lu
6080
<td><p>Reorder the border-*-radius definitions in the spec
6181
<ol>
@@ -64,7 +84,7 @@ <h1>Disposition of comments</h1>
6484
<td><p class=proposal>Accept (editorial)
6585

6686
<tr class=incomplete>
67-
<td id=x4><a href="#x4">4</a>
87+
<td id=x6><a href="#x6">6</a>
6888
<td>Kang-Hao (Kenny) Lu
6989
<td><p>“Applies to” for 'border-radius' doesn't match prose
7090
<ol>
@@ -73,7 +93,7 @@ <h1>Disposition of comments</h1>
7393
<td><p class=proposal>accept (see the prose in 5.6)
7494

7595
<tr class=incomplete>
76-
<td id=x5><a href="#x5">5</a>
96+
<td id=x7><a href="#x7">7</a>
7797
<td>Kang-Hao (Kenny) Lu
7898
<td><p>Negative values for 'border-radius' should explicitly be illegal
7999
<ol>
@@ -82,7 +102,7 @@ <h1>Disposition of comments</h1>
82102
<td><p class=proposal>accept
83103

84104
<tr class=incomplete>
85-
<td id=x6><a href="#x6">6</a>
105+
<td id=x8><a href="#x8">8</a>
86106
<td>Kang-Hao (Kenny) Lu
87107
<td><p>Rephrase note about inner curve in 5.2
88108
<ol>
@@ -91,7 +111,7 @@ <h1>Disposition of comments</h1>
91111
<td><p class=proposal>editorial, editors to decide
92112

93113
<tr class=incomplete>
94-
<td id=x7><a href="#x7">7</a>
114+
<td id=x9><a href="#x9">9</a>
95115
<td>Kang-Hao (Kenny) Lu
96116
<td><p>Unclear text about corner transitions in 5.4
97117
<ol>
@@ -100,7 +120,7 @@ <h1>Disposition of comments</h1>
100120
<td><p class=proposal>editorial, editors to decide
101121

102122
<tr class=incomplete>
103-
<td id=x8><a href="#x8">8</a>
123+
<td id=x10><a href="#x10">10</a>
104124
<td>Kang-Hao (Kenny) Lu
105125
<td><p>Insert “corresponding” in the formula in 5.5
106126
<ol>
@@ -109,7 +129,7 @@ <h1>Disposition of comments</h1>
109129
<td><p class=proposal>accept (editorial)
110130

111131
<tr class=incomplete>
112-
<td id=x9><a href="#x9">9</a>
132+
<td id=x11><a href="#x11">11</a>
113133
<td>Kang-Hao (Kenny) Lu
114134
<td><p>Remove para “The rendering must be exactly…” in 5.5
115135
<ol>
@@ -118,7 +138,7 @@ <h1>Disposition of comments</h1>
118138
<td><p class=proposal>?
119139

120140
<tr class=incomplete>
121-
<td id=x10><a href="#x10">10</a>
141+
<td id=x12><a href="#x12">12</a>
122142
<td>Kang-Hao (Kenny) Lu
123143
<td><p>Example 24 should have only images A and B, D and C are the same
124144
<ol>
@@ -127,7 +147,7 @@ <h1>Disposition of comments</h1>
127147
<td><p class=proposal>editorial, editors to decide
128148

129149
<tr class=incomplete>
130-
<td id=x11><a href="#x11">11</a>
150+
<td id=x13><a href="#x13">13</a>
131151
<td>Kang-Hao (Kenny) Lu
132152
<td><p>Example 25 belongs in 5.1 instead of 5.6
133153
<ol>
@@ -136,7 +156,7 @@ <h1>Disposition of comments</h1>
136156
<td><p class=proposal>accept (editorial)
137157

138158
<tr class=incomplete>
139-
<td id=x12><a href="#x12">12</a>
159+
<td id=x14><a href="#x14">14</a>
140160
<td>Kang-Hao (Kenny) Lu
141161
<td><p>Use “{1,2}” instead of “?” in syntax of 'border-radius'
142162
<ol>
@@ -145,7 +165,7 @@ <h1>Disposition of comments</h1>
145165
<td><p class=proposal>editorial, editors to decide
146166

147167
<tr class=incomplete>
148-
<td id=x13><a href="#x13">13</a>
168+
<td id=x15><a href="#x15">15</a>
149169
<td>Kang-Hao (Kenny) Lu
150170
<td><p>Initial value of 'border-radius' should be &quot;see individual properties”
151171
<ol>

css3-background/issues-lc-2012.txt

Lines changed: 29 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
Draft: http://www.w3.org/TR/2012/WD-css3-background-20120214/
22

3-
Issue: 1
4-
Summary: Also allow to specify corners with an <angle> instead of two <length>
5-
From: Christoph Päper
6-
Comment: http://lists.w3.org/Archives/Public/www-style/2012Mar/0324.html
7-
Proposal: reject (new features are out of scope)
83

9-
Issue: 2
10-
Summary: Add a “cut” corner style (border-corner-shape: normal|curved|sharp)
11-
From: Christoph Päper
12-
Comment: http://lists.w3.org/Archives/Public/www-style/2012Mar/0324.html
13-
Proposal: reject (new features are out of scope)
4+
Open//Accepted/OutOfScope/Invalid/Rejected/Retracted
5+
Verified indicates commentor's acceptance of the response.
6+
7+
Issue 1.
8+
Summary: Add background-position-x and background-position-y
9+
From: Florian Rivoal
10+
Comment: http://lists.w3.org/Archives/Public/www-style/2012Feb/0618.html
11+
Response: http://lists.w3.org/Archives/Public/www-style/2012Feb/0628.html
12+
Closed: Rejected
13+
Verified: http://lists.w3.org/Archives/Public/www-style/2012Feb/0630.html
14+
----
15+
Issue 2.
16+
Summary: Computed value line for background-repeat is imprecise
17+
From: David Baron
18+
Comment: http://lists.w3.org/Archives/Public/www-style/2012Feb/1094.html
19+
Response:
20+
Open
1421

1522
Issue: 3
1623
Summary: Reorder the border-*-radius definitions in the spec
@@ -79,6 +86,18 @@ From: Kang-Hao (Kenny) Lu
7986
Comment: http://lists.w3.org/Archives/Public/www-style/2012Mar/0258.html
8087
Proposal: accept (editorial)
8188

89+
Issue: 14
90+
Summary: Also allow to specify corners with an <angle> instead of two <length>
91+
From: Christoph Päper
92+
Comment: http://lists.w3.org/Archives/Public/www-style/2012Mar/0324.html
93+
Proposal: reject (new features are out of scope)
94+
95+
Issue: 15
96+
Summary: Add a “cut” corner style (border-corner-shape: normal|curved|sharp)
97+
From: Christoph Päper
98+
Comment: http://lists.w3.org/Archives/Public/www-style/2012Mar/0324.html
99+
Proposal: reject (new features are out of scope)
100+
82101

83102
Still to do:
84103

@@ -91,5 +110,3 @@ Still to do:
91110
http://lists.w3.org/Archives/Public/www-style/2012Mar/0106.html
92111
http://lists.w3.org/Archives/Public/www-style/2012Mar/0103.html
93112
http://lists.w3.org/Archives/Public/www-style/2012Feb/1338.html
94-
http://lists.w3.org/Archives/Public/www-style/2012Feb/1094.html
95-
http://lists.w3.org/Archives/Public/www-style/2012Feb/0618.html

css3-background/issues-txt-to-html.awk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ function generate( command, title, date, class, nobjections, i)
125125
print "<dt>URL <dd><a href=\"" draft "\">" draft "</a>";
126126
print "</dl>\n";
127127
if (length(obj) == 0)
128-
print "<p>There were no objections.\n";
128+
print "<p>There are no objections.\n";
129129
else if (length(obj) == 1)
130-
print "<p class=objection>There was 1 objection.\n";
130+
print "<p class=objection>There is 1 objection.\n";
131131
else
132-
print "<p class=objection>There were " length(obj) " objections.\n";
132+
print "<p class=objection>There are " length(obj) " objections.\n";
133133
print "<table>";
134134
print "<thead>";
135135
print "<tr><th>#<th>Author<th>Summary and discussion<th>Result\n";

0 commit comments

Comments
 (0)