- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 09 Feb 2011 08:17:03 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-background
In directory hutz:/tmp/cvs-serv13366
Modified Files:
Overview.html Overview.src.html
Log Message:
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>
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.html,v
retrieving revision 1.238
retrieving revision 1.239
diff -u -d -r1.238 -r1.239
--- Overview.html 20 Jan 2011 19:40:01 -0000 1.238
+++ Overview.html 9 Feb 2011 08:17:00 -0000 1.239
@@ -22,13 +22,13 @@
<h1>CSS Backgrounds and Borders Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 January
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 February
2011</h2>
<dl>
<dt>This version:
- <dd><!--<a href="http://www.w3.org/TR/2011/WD-css3-background-20110120">http://www.w3.org/TR/2011/ED-css3-background-20110120</a>-->
+ <dd><!--<a href="http://www.w3.org/TR/2011/WD-css3-background-20110209">http://www.w3.org/TR/2011/ED-css3-background-20110209</a>-->
<a
href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a>
@@ -1810,10 +1810,6 @@
</pre>
</div>
- <p class=note>Note that ‘<code class=css>background: url(foo)
- white</code>’ and ‘<code class=css>background: url(foo),
- white</code>’ have the same effect.
-
<h3 id=special-backgrounds><span class=secno>3.11. </span>The backgrounds
of special elements</h3>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.src.html,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -d -r1.250 -r1.251
--- Overview.src.html 20 Jan 2011 19:40:01 -0000 1.250
+++ Overview.src.html 9 Feb 2011 08:17:01 -0000 1.251
@@ -1279,11 +1279,6 @@
</pre>
</div>
-<p class=note>Note that ''background: url(foo)
-white'' and ''background: url(foo), white''
-have the same effect.
-
-
<h3 id="special-backgrounds">The backgrounds of special elements</h3>
Received on Wednesday, 9 February 2011 08:17:05 UTC