Skip to content

Commit 9e037e5

Browse files
committed
Remove note about background: url(..) white; and background: url(..), white; having the same effect <http://lists.w3.org/Archives/Public/www-style/2011Jan/0448.html>
1 parent 379f0d2 commit 9e037e5

2 files changed

Lines changed: 2 additions & 11 deletions

File tree

css3-background/Overview.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
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 20 January
25+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 February
2626
2011</h2>
2727

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

31-
<dd><!--<a href="http://www.w3.org/TR/2011/WD-css3-background-20110120">http://www.w3.org/TR/2011/ED-css3-background-20110120</a>-->
31+
<dd><!--<a href="http://www.w3.org/TR/2011/WD-css3-background-20110209">http://www.w3.org/TR/2011/ED-css3-background-20110209</a>-->
3232
<a
3333
href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a>
3434

@@ -1810,10 +1810,6 @@ <h3 id=the-background><span class=secno>3.10. </span>The &lsquo;<a
18101810
</pre>
18111811
</div>
18121812

1813-
<p class=note>Note that &lsquo;<code class=css>background: url(foo)
1814-
white</code>&rsquo; and &lsquo;<code class=css>background: url(foo),
1815-
white</code>&rsquo; have the same effect.
1816-
18171813
<h3 id=special-backgrounds><span class=secno>3.11. </span>The backgrounds
18181814
of special elements</h3>
18191815

css3-background/Overview.src.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,11 +1279,6 @@ <h3 id="the-background">The 'background' shorthand property</h3>
12791279
</pre>
12801280
</div>
12811281

1282-
<p class=note>Note that ''background: url(foo)
1283-
white'' and ''background: url(foo), white''
1284-
have the same effect.
1285-
1286-
12871282

12881283
<h3 id="special-backgrounds">The backgrounds of special elements</h3>
12891284

0 commit comments

Comments
 (0)