Skip to content

Commit 78a48d0

Browse files
committed
merge with tip
2 parents 9962c57 + 44f7d43 commit 78a48d0

5 files changed

Lines changed: 89 additions & 7 deletions

File tree

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.txt

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
Open//Accepted/OutOfScope/Invalid/Rejected/Retracted
2+
Verified indicates commentor's acceptance of the response.
3+
4+
Issue 1.
5+
Summary: Add background-position-x and background-position-y
6+
From: Florian Rivoal
7+
Comment: http://lists.w3.org/Archives/Public/www-style/2012Feb/0618.html
8+
Response: http://lists.w3.org/Archives/Public/www-style/2012Feb/0628.html
9+
Closed: Rejected
10+
Verified: http://lists.w3.org/Archives/Public/www-style/2012Feb/0630.html
11+
----
12+
Issue 2.
13+
Summary: Computed value line for background-repeat is imprecise
14+
From: David Baron
15+
Comment: http://lists.w3.org/Archives/Public/www-style/2012Feb/1094.html
16+
Response:
17+
Open
18+
----
19+
Issue 1.
20+
Summary:
21+
From:
22+
Comment:
23+
Response:
24+
Open
25+
----
26+
Issue 1.
27+
Summary:
28+
From:
29+
Comment:
30+
Response:
31+
Open
32+
----
33+
Issue 1.
34+
Summary:
35+
From:
36+
Comment:
37+
Response:
38+
Open
39+
----
40+
Issue 1.
41+
Summary:
42+
From:
43+
Comment:
44+
Response:
45+
Open
46+
----

css3-images/Overview.src.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,9 @@ <h4>
273273

274274
<pre>background-image: image('cat_meme.gif#frame=5', 'lolcat.png');</pre>
275275
</div>
276+
277+
<!-- XXX SVG fragment example with spriting / fallbacks -->
278+
276279
<h4>
277280
Solid-color Images</h4>
278281

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,3 +286,27 @@ Comment: http://lists.w3.org/Archives/Public/www-style/2012Feb/1433.html
286286
Comment: http://lists.w3.org/Archives/Public/www-style/2012Mar/0012.html
287287
Open.
288288
----
289+
Issue 36.
290+
Summary: Clarify scope of required Media Fragments support for image()
291+
From: David Baron
292+
Comment: http://lists.w3.org/Archives/Public/www-style/2012Mar/0152.html
293+
Open.
294+
----
295+
Issue 37.
296+
Summary: ltr/rtl annotations should be per image() not per URL
297+
From: Kenny Lu
298+
Comment: http://lists.w3.org/Archives/Public/www-style/2012Mar/0243.html
299+
Open.
300+
----
301+
Issue 38.
302+
Summary: Default object size for replaced elements is incorrect
303+
From: David Baron
304+
Comment: http://lists.w3.org/Archives/Public/www-style/2012Mar/0336.html
305+
Open.
306+
----
307+
Issue 39.
308+
Summary: Concrete object size should link to algorithm
309+
From: David Baron
310+
Comment: http://lists.w3.org/Archives/Public/www-style/2012Mar/0337.html
311+
Open.
312+
----

css3-values/issues-lc-2012.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Open//Accepted/OutOfScope/Invalid/Rejected/Retracted
2+
3+
Issue 1.
4+
Summary: Editorial clarifications to relative units
5+
From: Alan Stearns
6+
Comment: http://lists.w3.org/Archives/Public/www-style/2012Mar/0294.html
7+
Response: http://lists.w3.org/Archives/Public/www-style/2012Mar/0334.html
8+
Closed: Accepted
9+
----

0 commit comments

Comments
 (0)