csswg/css3-images Overview.src.html,1.78,1.79

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

Modified Files:
	Overview.src.html 
Log Message:
Quoted my section ids.


Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- Overview.src.html	13 Apr 2011 18:31:43 -0000	1.78
+++ Overview.src.html	13 Apr 2011 20:41:59 -0000	1.79
@@ -129,7 +129,7 @@
 
 <!-- ====================================================================== -->
 
-<h2 id=resolution-units>
+<h2 id='resolution-units'>
 Resolution Units: the &lt;resolution&gt; value type</h2>
 
 	<p>This specification defines the following units as part of the <dfn>&lt;resolution></dfn>
@@ -249,7 +249,7 @@
 
 <!-- ====================================================================== -->
 
-<h3 id=element-reference>
+<h3 id='element-reference'>
 Using Elements as Images: The ''element()'' notation</h3>
 
 	<p>The ''element()'' function allows an author to reference an element in
@@ -322,7 +322,7 @@
 
 <!-- ====================================================================== -->
 
-<h3 id=cross-fade-function>
+<h3 id='cross-fade-function'>
 Combining images: The ''cross-fade()'' notation</h3>
 
 	<p>When transitioning between images, CSS requires a way to explicitly refer 
@@ -407,7 +407,7 @@
 
 <!-- ====================================================================== -->
 
-<h3 id=linear-gradients>
+<h3 id='linear-gradients'>
 Linear Gradients</h3>
 
 	<p>A linear gradient is created by specifying a gradient-line and then several 
@@ -419,7 +419,7 @@
 
 <!-- ====================================================================== -->
 
-<h4 class=no-toc id=linear-gradient-syntax>
+<h4 class='no-toc' id='linear-gradient-syntax'>
 ''linear-gradient()'' syntax</h4>
 
 	<pre class=prod><code><dfn>&lt;linear-gradient></dfn> = linear-gradient(
@@ -483,7 +483,7 @@
 
 <!-- ====================================================================== -->
 
-<h4 class=no-toc id=linear-gradient-examples>
+<h4 class='no-toc' id='linear-gradient-examples'>
 Linear Gradient Examples</h4>
 
 	<p>All of the following ''linear-gradient()'' examples are presumed to be 
@@ -532,7 +532,7 @@
 
 <!-- ====================================================================== -->
 
-<h3 id=radial-gradients>
+<h3 id='radial-gradients'>
 Radial Gradients</h3>
 
 	<p>In a radial gradient, rather than colors smoothly fading from one side 
@@ -547,7 +547,7 @@
 
 <!-- ====================================================================== -->
 
-<h4 class=no-toc id=radial-gradient-syntax>
+<h4 class='no-toc' id='radial-gradient-syntax'>
 <code>radial-gradient()</code> Syntax</h4>
 
 	<pre class=prod><code><dfn>&lt;radial-gradient></dfn> = radial-gradient(
@@ -666,7 +666,7 @@
 
 <!-- ====================================================================== -->
 	
-<h4 class=no-toc id=radial-gradient-examples>
+<h4 class='no-toc' id='radial-gradient-examples'>
 Radial Gradient Examples</h4>
 
 	<p>All of the following examples are applied to a box that is 200px wide 
@@ -708,7 +708,7 @@
 
 <!-- ====================================================================== -->
 
-<h3 id=repeating-gradients>
+<h3 id='repeating-gradients'>
 Repeating Gradients</h3>
 
 	<p>In addition to the ''linear-gradient()'' and ''radial-gradient()'' functions, 
@@ -764,7 +764,7 @@
 
 <!-- ====================================================================== -->
 
-<h3 id=color-stop-syntax>
+<h3 id='color-stop-syntax'>
 Gradient Color-Stops</h3>
 
 	<pre class=prod><code><dfn>&lt;color-stop></dfn> = &lt;color> [ &lt;percentage> | &lt;length> ]?</code></pre>
@@ -1356,7 +1356,7 @@
 
 <!-- ====================================================================== -->
 
-<h2 id=image-rendering>
+<h2 id='image-rendering'>
 Determining How to Scale an Image: The 'image-rendering' Property</h2>
 
 	<table class=propdef>
@@ -1420,7 +1420,7 @@
 
 <!-- ====================================================================== -->
 
-<h2 id=serialization>
+<h2 id='serialization'>
 Serialization</h2>
 
 	<p>This section describes the serialization of all new properties and value 
@@ -1432,7 +1432,7 @@
 
 <!-- ====================================================================== -->
 
-<h3 id=serializing-resolution>
+<h3 id='serializing-resolution'>
 Serializing a &lt;resolution></h3>
 
 	<p>The serialization of the <i>&lt;resolution></i> value type is defined in 
@@ -1444,14 +1444,14 @@
 
 <!-- ====================================================================== -->
 
-<h3 id=serializing-url-notation>
+<h3 id='serializing-url-notation'>
 Serializing the ''url()'' notation</h3>
 
 	<p>The serialization of the url() function is defined in the CSSOM spec.</p>
 
 <!-- ====================================================================== -->
 
-<h3 id=serializing-image-notation>
+<h3 id='serializing-image-notation'>
 Serializing the ''image()'' / <i>&lt;image-list></i> notation</h3>
 
 	<p>To serialize an <i>&lt;image-list></i>:</p>
@@ -1480,7 +1480,7 @@
 
 <!-- ====================================================================== -->
 
-<h3 id=serializing-element-notation>
+<h3 id='serializing-element-notation'>
 Serializing the ''element()'' / <i>&lt;element-reference></i> notation</h3>
 
 	<p>To serialize an <i>&lt;element-reference></i>:</p>
@@ -1496,7 +1496,7 @@
 
 <!-- ====================================================================== -->
 
-<h3 id=serializing-cross-fade>
+<h3 id='serializing-cross-fade'>
 Serializing the ''cross-fade()'' / <i>&lt;image-combination></i> notation</h3>
 
 	<p>To serialize an <i>&lt;image-combination></i>:</p>
@@ -1640,7 +1640,7 @@
 
 <!-- ====================================================================== -->
 
-<h3 id=serializing-properties>
+<h3 id='serializing-properties'>
 Serializing new properties</h3>
 
 	<p>To serialize the 'image-resolution' property:
@@ -1681,7 +1681,7 @@
 
 <!-- ====================================================================== -->
 
-<h2 id=interpolation>
+<h2 id='interpolation'>
 Interpolation</h2>
 
 	<p>This section describes how to interpolate between new value types defined 
@@ -1699,7 +1699,7 @@
 
 <!-- ====================================================================== -->
 
-<h3 id=interpolating-images>
+<h3 id='interpolating-images'>
 Interpolating <i>&lt;image></i></h3>
 
 	<p>All images can be interpolated, though some special types of images (like 
@@ -1712,7 +1712,7 @@
 
 <!-- ====================================================================== -->
 
-<h3 id=interpolating-gradients>
+<h3 id='interpolating-gradients'>
 Interpolating <i>&lt;gradient></i></h3>
 
 	<p>Gradient images can be interpolated directly in CSS transitions and 

Received on Wednesday, 13 April 2011 20:42:02 UTC