csswg/css3-images Overview.html,1.158,1.159 Overview.src.html,1.165,1.166

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 &lt;resolution&gt; value type</a>
+    Units: the &lt;resolution&gt; type</a>
 
    <li><a href="#image"><span class=secno>4. </span> Image Values: the
-    &lt;image> value type</a>
+    &lt;image> type</a>
     <ul class=toc>
      <li><a href="#url"><span class=secno>4.1. </span> Image References and
       Image Slices: the &lsquo;<code class=css>url()</code>&rsquo;
-      notation</a>
+      function</a>
 
      <li><a href="#image-notation"><span class=secno>4.2. </span> Image
       Fallbacks: the &lsquo;<code class=css>image()</code>&rsquo;
-      notation</a>
+      function</a>
 
      <li><a href="#element-reference"><span class=secno>4.3. </span> Using
       Elements as Images: the &lsquo;<code class=css>element()</code>&rsquo;
-      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
-   &lt;resolution&gt; value type</h2>
+   &lt;resolution&gt; type</h2>
 
   <p>This specification defines the following units as part of the <dfn
    id=ltresolution>&lt;resolution></dfn> value type:
@@ -353,8 +353,7 @@
   </div>
   <!-- ====================================================================== -->
 
-  <h2 id=image><span class=secno>4. </span> Image Values: the &lt;image>
-   value type</h2>
+  <h2 id=image><span class=secno>4. </span> Image Values: the &lt;image> type</h2>
 
   <p>The &lt;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 &lsquo;<code class=css>url()</code>&rsquo; notation</h3>
+   Slices: the &lsquo;<code class=css>url()</code>&rsquo; 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
-   &lsquo;<code class=css>image()</code>&rsquo; notation</h3>
+   &lsquo;<code class=css>image()</code>&rsquo; function</h3>
 
   <p>The &lsquo;<code class=css>image()</code>&rsquo; 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 &lsquo;<code class=css>element()</code>&rsquo; notation</h3>
+   Images: the &lsquo;<code class=css>element()</code>&rsquo; function</h3>
 
   <p>The &lsquo;<code class=css>element()</code>&rsquo; 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 &lt;resolution&gt; value type</h2>
+Resolution Units: the &lt;resolution&gt; type</h2>
 
 	<p>This specification defines the following units as part of the <dfn>&lt;resolution></dfn>
 	value type:</p>
@@ -193,7 +193,7 @@
 <!-- ====================================================================== -->
 
 <h2 id="image">
-Image Values: the &lt;image> value type</h2>
+Image Values: the &lt;image> type</h2>
 
 	<p>The &lt;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