Fix duplicated IDs.
authorCameron McCormack <cam@mcc.id.au>
Thu, 28 Mar 2013 09:35:32 +1100
changeset 461 facfe7f2dd4d
parent 460 154482737191
child 462 e40bbde73515
child 466 4bce16077562
Fix duplicated IDs.
master/coords.html
master/painting.html
master/struct.html
master/types.html
--- a/master/coords.html	Tue Mar 26 11:16:14 2013 -0700
+++ b/master/coords.html	Thu Mar 28 09:35:32 2013 +1100
@@ -1483,7 +1483,7 @@
       <dd class="operation">
         <div>Creates a new <a>SVGPoint</a> object with its x and y attributes set to 0.</div>
       </dd>
-      <dt id="__svg__SVGPoint__constructor" class="operation first-child"><b>SVGPoint</b>(float x, float y)</dt>
+      <dt id="__svg__SVGPoint__constructor1" class="operation first-child"><b>SVGPoint</b>(float x, float y)</dt>
       <dd class="operation">
         <div>Creates a new <a>SVGPoint</a> object with its x and y attributes set to <var>x</var> and <var>y</var>, respectively.</div>
       </dd>
--- a/master/painting.html	Tue Mar 26 11:16:14 2013 -0700
+++ b/master/painting.html	Thu Mar 28 09:35:32 2013 +1100
@@ -1494,7 +1494,7 @@
 	</mfrac>
       </mrow>
     </math>
-    <pre id="math-quadratic-start">$$\kappa(0) = {2\over3}{(P_1-P_0)\times((P_0-P_1)+(P_2-P_1))\over|P_1-P_0|^3}$$</pre>
+    <pre id="math-quadratic-end">$$\kappa(0) = {2\over3}{(P_1-P_0)\times((P_0-P_1)+(P_2-P_1))\over|P_1-P_0|^3}$$</pre>
   </div>
 
   Where <var>&#x03BA;(0)</var> and <var>&#x03BA;(1)</var> are the
--- a/master/struct.html	Tue Mar 26 11:16:14 2013 -0700
+++ b/master/struct.html	Thu Mar 28 09:35:32 2013 +1100
@@ -806,7 +806,7 @@
         <th>Animatable</th>
       </tr>
       <tr>
-        <td><dfn id="SVGElementVersionAttribute">begin</dfn></td>
+        <td><dfn id="DiscardElementBeginAttribute">begin</dfn></td>
         <td><a href="animate.html#BeginValueListSyntax">&lt;begin-value-list&gt;</a></td>
         <td>0s</td>
         <td>no</td>
--- a/master/types.html	Tue Mar 26 11:16:14 2013 -0700
+++ b/master/types.html	Thu Mar 28 09:35:32 2013 +1100
@@ -478,9 +478,7 @@
     <span id='DataTypeListOfIRI'>
       <span id='DataTypeNumbers'>
         <span id='DataTypeLengths'>
-          <span id='DataTypeLengths'>
-            <span class='SVG-Term'>&lt;list-of-<var>T</var>s&gt;</span>
-          </span>
+          <span class='SVG-Term'>&lt;list-of-<var>T</var>s&gt;</span>
         </span>  
       </span>
     </span>
@@ -4120,7 +4118,7 @@
       <dd class="operation">
         <div>Creates a new <a>SVGRect</a> object with its x, y, width and height attributes set to 0.</div>
       </dd>
-      <dt id="__svg__SVGRect__constructor" class="operation first-child"><b>SVGRect</b>(float x, float y, float width, float height)</dt>
+      <dt id="__svg__SVGRect__constructor1" class="operation first-child"><b>SVGRect</b>(float x, float y, float width, float height)</dt>
       <dd class="operation">
         <div>Creates a new <a>SVGRect</a> object with its x, y, width and height attributes set to <var>x</var>, <var>y</var>, <var>width</var> and <var>height</var>, respectively.</div>
       </dd>