File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ‘<code
14291429 < pre >
14301430div {
14311431 background-image: url(plasma.png);
1432+ background-repeat: no-repeat;
14321433 background-size: 100% 100%;
14331434 background-origin: content-box }
14341435</ pre >
Original file line number Diff line number Diff line change @@ -960,6 +960,7 @@ <h3 id="the-background-size">The 'background-size' property</h3>
960960< pre >
961961div {
962962 background-image: url(plasma.png);
963+ background-repeat: no-repeat;
963964 background-size: 100% 100%;
964965 background-origin: content-box }
965966</ pre >
You can’t perform that action at this time.
0 commit comments