- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 16 Feb 2012 00:08:57 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images In directory hutz:/tmp/cvs-serv17935 Modified Files: Overview.html Overview.src.html Log Message: The computed value of image() converts relative urls into absolute. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.html,v retrieving revision 1.286 retrieving revision 1.287 diff -u -d -r1.286 -r1.287 --- Overview.html 11 Feb 2012 01:44:44 -0000 1.286 +++ Overview.html 16 Feb 2012 00:08:55 -0000 1.287 @@ -16,7 +16,7 @@ <h1>CSS Image Values and Replaced Content Module Level 3</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 February + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 February 2012</h2> <dl> @@ -24,7 +24,7 @@ <dd><a href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a> - <!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-images-20120211/">http://www.w3.org/TR/2012/WD-css3-images-20120211/</a>--> + <!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-images-20120216/">http://www.w3.org/TR/2012/WD-css3-images-20120216/</a>--> <dt>Latest Version: @@ -504,8 +504,10 @@ <dfn id=ltimage-decl><image-decl></dfn> = <string> [ ltr | rtl ]?</pre> - <p>Each <code><string></code> must represent a <a - href="http://dev.w3.org/csswg/css3-values/#urls">URL</a>. + <p>Each <code><string></code> represents a <a + href="http://dev.w3.org/csswg/css3-values/#urls">URL</a>. The computed + value of an <a href="#ltimage-list"><i><image-list></i></a> is the same + as specified, except with all relative URLs converted into absolute URLs. <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.296 retrieving revision 1.297 diff -u -d -r1.296 -r1.297 --- Overview.src.html 11 Feb 2012 01:44:44 -0000 1.296 +++ Overview.src.html 16 Feb 2012 00:08:55 -0000 1.297 @@ -227,7 +227,7 @@ <pre class='prod'><dfn><image-list></dfn> = image( [ <image-decl> , ]* [ <image-decl> | <color> ] ) <dfn><image-decl></dfn> = <string> [ ltr | rtl ]?</pre> - <p>Each <code><string></code> must represent a <a href="http://dev.w3.org/csswg/css3-values/#urls">URL</a>.</p> + <p>Each <code><string></code> represents a <a href="http://dev.w3.org/csswg/css3-values/#urls">URL</a>. The computed value of an <i><image-list></i> is the same as specified, except with all relative URLs converted into absolute URLs.</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 Thursday, 16 February 2012 00:09:00 UTC