csswg/css3-images Overview.html,1.148,1.149 Overview.src.html,1.155,1.156

Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv22710

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Editorial


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -d -r1.148 -r1.149
--- Overview.html	15 Aug 2011 22:38:42 -0000	1.148
+++ Overview.html	16 Aug 2011 03:19:53 -0000	1.149
@@ -20,10 +20,10 @@
 
    <h1>CSS Image Values and Replaced Content Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 15 August 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 August 2011</h2>
 
    <dl><!--<dt>This version:</dt>
-		<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20110815/">http://www.w3.org/TR/2011/ED-css3-images-20110815/</a>-->
+		<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20110816/">http://www.w3.org/TR/2011/ED-css3-images-20110816/</a>-->
 
     <dt>Latest version:
 
@@ -448,7 +448,8 @@
   <pre class=prod><dfn id=ltimage-list>&lt;image-list></dfn> = 
 	image( [ &lt;string> , ]* [ &lt;string> | &lt;color> ] )</pre>
 
-  <p>Each <code>&lt;string></code> must be a URL.
+  <p>Each <code>&lt;string></code> must represent a <a
+   href="http://dev.w3.org/csswg/css3-values/#urls">URL</a>.
 
   <p>Multiple arguments can be given separated by commas, in which case the
    function represents the first &lt;string> representing an image that the

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -d -r1.155 -r1.156
--- Overview.src.html	15 Aug 2011 22:38:42 -0000	1.155
+++ Overview.src.html	16 Aug 2011 03:19:53 -0000	1.156
@@ -270,7 +270,7 @@
 	<pre class='prod'><dfn>&lt;image-list></dfn> = 
 	image( [ &lt;string> , ]* [ &lt;string> | &lt;color> ] )</pre>
 
-	<p>Each <code>&lt;string></code> must be a URL.</p>
+	<p>Each <code>&lt;string></code> must represent a <a href="http://dev.w3.org/csswg/css3-values/#urls">URL</a>.</p>
 
 	<p>Multiple arguments can be given separated by commas, in which case the function represents the first &lt;string> representing an image that the browser can successfully load and display.  The final argument can specify a &lt;color> to serve as an ultimate fallback; this can be used, e.g. for 'background-image', to ensure adequate contrast if none of the preceding &lt;image-decl>s can be used. If the final argument is a &lt;color>, it represents a solid-color image of the given color with no <i>intrinsic dimensions</i>.
 

Received on Tuesday, 16 August 2011 03:19:56 UTC