Skip to content

Commit 3c1cb22

Browse files
committed
Correct error in example
1 parent 3f5ff0d commit 3c1cb22

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

css3-background/Overview.html

Lines changed: 3 additions & 2 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 23 March 2010</h2>
25+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 March 2010</h2>
2626

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

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

@@ -1429,6 +1429,7 @@ <h3 id=the-background-size><span class=secno>3.9. </span>The &lsquo;<code
14291429
<pre>
14301430
div {
14311431
background-image: url(plasma.png);
1432+
background-repeat: no-repeat;
14321433
background-size: 100% 100%;
14331434
background-origin: content-box }
14341435
</pre>

css3-background/Overview.src.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -960,6 +960,7 @@ <h3 id="the-background-size">The 'background-size' property</h3>
960960
<pre>
961961
div {
962962
background-image: url(plasma.png);
963+
background-repeat: no-repeat;
963964
background-size: 100% 100%;
964965
background-origin: content-box }
965966
</pre>

0 commit comments

Comments
 (0)