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 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 ‘<code
16771677
16781678 < pre >
16791679body { 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 ‘<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
Original file line number Diff line number Diff line change @@ -1172,8 +1172,8 @@ <h3 id="the-background">The 'background' shorthand property</h3>
11721172
11731173< pre >
11741174body { 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>
12121212the 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
You can’t perform that action at this time.
0 commit comments