Skip to content

Commit aa81e6c

Browse files
committed
Fix errors in examples as reported by Yves
1 parent 8a6a7d7 commit aa81e6c

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

css3-background/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222

2323
<h1>CSS Backgrounds and Borders Module Level 3</h1>
2424

25-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 January 2010</h2>
25+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 January 2010</h2>
2626

2727
<dl>
2828
<dt>This version:
2929

30-
<dd><!--<a href="http://www.w3.org/TR/2010/CR-css3-background-20100107">http://www.w3.org/TR/2010/ED-css3-background-20100107</a>-->
30+
<dd><!--<a href="http://www.w3.org/TR/2010/CR-css3-background-20100108">http://www.w3.org/TR/2010/ED-css3-background-20100108</a>-->
3131
<a
3232
href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a>
3333

@@ -1677,8 +1677,8 @@ <h3 id=the-background><span class=secno>3.10. </span>The &lsquo;<code
16771677

16781678
<pre>
16791679
body { background: red }
1680-
p { background: url("chess.png") / 10em gray
1681-
40% round fixed border border}
1680+
p { background: 40% url("chess.png") / 10em gray
1681+
round fixed border-box; }
16821682
</pre>
16831683

16841684
<p>The first rule is equivalent to:
@@ -1717,7 +1717,7 @@ <h3 id=the-background><span class=secno>3.10. </span>The &lsquo;<code
17171717
full width of the element:
17181718

17191719
<pre>
1720-
E { background: #CCC url("metal.jpg") /100% auto no-repeat top left }
1720+
E { background: #CCC top left url("metal.jpg") / 100% auto no-repeat}
17211721
</pre>
17221722
</div>
17231723

css3-background/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,8 +1172,8 @@ <h3 id="the-background">The 'background' shorthand property</h3>
11721172

11731173
<pre>
11741174
body { background: red }
1175-
p { background: url("chess.png") / 10em gray
1176-
40% round fixed border border}
1175+
p { background: 40% url("chess.png") / 10em gray
1176+
round fixed border-box; }
11771177
</pre>
11781178

11791179
<p>The first rule is equivalent to:
@@ -1212,7 +1212,7 @@ <h3 id="the-background">The 'background' shorthand property</h3>
12121212
the full width of the element:
12131213

12141214
<pre>
1215-
E { background: #CCC url("metal.jpg") /100% auto no-repeat top left }
1215+
E { background: #CCC top left url("metal.jpg") / 100% auto no-repeat}
12161216
</pre>
12171217
</div>
12181218

0 commit comments

Comments
 (0)