- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 18 Aug 2011 21:22:33 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images In directory hutz:/tmp/cvs-serv7289 Modified Files: Overview.html Overview.src.html Log Message: Tweaked section titles Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.html,v retrieving revision 1.158 retrieving revision 1.159 diff -u -d -r1.158 -r1.159 --- Overview.html 18 Aug 2011 21:09:54 -0000 1.158 +++ Overview.html 18 Aug 2011 21:22:31 -0000 1.159 @@ -147,22 +147,22 @@ <li><a href="#conformance"><span class=secno>2. </span> Conformance</a> <li><a href="#resolution-units"><span class=secno>3. </span> Resolution - Units: the <resolution> value type</a> + Units: the <resolution> type</a> <li><a href="#image"><span class=secno>4. </span> Image Values: the - <image> value type</a> + <image> type</a> <ul class=toc> <li><a href="#url"><span class=secno>4.1. </span> Image References and Image Slices: the ‘<code class=css>url()</code>’ - notation</a> + function</a> <li><a href="#image-notation"><span class=secno>4.2. </span> Image Fallbacks: the ‘<code class=css>image()</code>’ - notation</a> + function</a> <li><a href="#element-reference"><span class=secno>4.3. </span> Using Elements as Images: the ‘<code class=css>element()</code>’ - notation</a> + function</a> </ul> <li><a href="#gradients"><span class=secno>5. </span> Gradients</a> @@ -298,7 +298,7 @@ <!-- ====================================================================== --> <h2 id=resolution-units><span class=secno>3. </span> Resolution Units: the - <resolution> value type</h2> + <resolution> type</h2> <p>This specification defines the following units as part of the <dfn id=ltresolution><resolution></dfn> value type: @@ -353,8 +353,7 @@ </div> <!-- ====================================================================== --> - <h2 id=image><span class=secno>4. </span> Image Values: the <image> - value type</h2> + <h2 id=image><span class=secno>4. </span> Image Values: the <image> type</h2> <p>The <image> value type denotes a 2D image. It is defined as @@ -370,7 +369,7 @@ <h3 id=url><span class=secno>4.1. </span> Image References and Image - Slices: the ‘<code class=css>url()</code>’ notation</h3> + Slices: the ‘<code class=css>url()</code>’ function</h3> <p>The simplest way to indicate an image is to reference an image file by URL. This is done with the <a @@ -427,7 +426,7 @@ <!-- ====================================================================== --> <h3 id=image-notation><span class=secno>4.2. </span> Image Fallbacks: the - ‘<code class=css>image()</code>’ notation</h3> + ‘<code class=css>image()</code>’ function</h3> <p>The ‘<code class=css>image()</code>’ function allows an author to specify an image with fallback images to be used if the original @@ -500,7 +499,7 @@ <!-- ====================================================================== --> <h3 id=element-reference><span class=secno>4.3. </span> Using Elements as - Images: the ‘<code class=css>element()</code>’ notation</h3> + Images: the ‘<code class=css>element()</code>’ function</h3> <p>The ‘<code class=css>element()</code>’ function allows an author to use an element in the document as an image. As the referenced Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.src.html,v retrieving revision 1.165 retrieving revision 1.166 diff -u -d -r1.165 -r1.166 --- Overview.src.html 18 Aug 2011 21:09:54 -0000 1.165 +++ Overview.src.html 18 Aug 2011 21:22:31 -0000 1.166 @@ -148,7 +148,7 @@ <!-- ====================================================================== --> <h2 id='resolution-units'> -Resolution Units: the <resolution> value type</h2> +Resolution Units: the <resolution> type</h2> <p>This specification defines the following units as part of the <dfn><resolution></dfn> value type:</p> @@ -193,7 +193,7 @@ <!-- ====================================================================== --> <h2 id="image"> -Image Values: the <image> value type</h2> +Image Values: the <image> type</h2> <p>The <image> value type denotes a 2D image. It is defined as @@ -205,7 +205,7 @@ <!-- ====================================================================== --> <h3 id="url"> -Image References and Image Slices: the ''url()'' notation</h3> +Image References and Image Slices: the ''url()'' function</h3> <p>The simplest way to indicate an image is to reference an image file by URL. This is done with the <a href="http://www.w3.org/TR/CSS21/syndata.html#uri">''url()'' notation</a>, defined in [[!CSS21]]. @@ -253,7 +253,7 @@ <!-- ====================================================================== --> <h3 id="image-notation"> -Image Fallbacks: the ''image()'' notation</h3> +Image Fallbacks: the ''image()'' function</h3> <p>The ''image()'' function allows an author to specify an image with fallback images to be used if the original image can't be decoded or is a type that the browser doesn't recognize. Additionally, the author can specify a color as an ultimate fallback to be used when none of the images can be.</p> @@ -294,7 +294,7 @@ <!-- ====================================================================== --> <h3 id='element-reference'> -Using Elements as Images: the ''element()'' notation</h3> +Using Elements as Images: the ''element()'' function</h3> <p>The ''element()'' function allows an author to use an element in the document as an image. As the referenced element changes appearance, the image changes as well. This can be used, for example, to create live previews of the next/previous slide in a slideshow, or to reference a canvas element for a fancy generated gradient or even an animated background. The syntax for ''element()'' is:</p>
Received on Thursday, 18 August 2011 21:22:35 UTC