- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Aug 2011 03:19:55 +0000
- To: public-css-commits@w3.org
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><image-list></dfn> = image( [ <string> , ]* [ <string> | <color> ] )</pre> - <p>Each <code><string></code> must be a URL. + <p>Each <code><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 <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><image-list></dfn> = image( [ <string> , ]* [ <string> | <color> ] )</pre> - <p>Each <code><string></code> must be a URL.</p> + <p>Each <code><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 <string> representing an image that the browser can successfully load and display. The final argument can specify a <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 <image-decl>s can be used. If the final argument is a <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