Fix broken links.
authorCameron McCormack <cam@mcc.id.au>
Mon, 20 Aug 2012 14:47:22 +1000
changeset 306 7ee2f6ea34e5
parent 305 d9fa582b169f
child 307 6f1f0e605bf8
Fix broken links.
master/animate.html
--- a/master/animate.html	Mon Aug 20 14:41:05 2012 +1000
+++ b/master/animate.html	Mon Aug 20 14:47:22 2012 +1000
@@ -65,7 +65,7 @@
 
 <ul>
   <li>Using <a href="http://www.w3.org/TR/2012/WD-css3-animations-20120403/"><cite>CSS Animations</cite></a>
-  [<a href="refs.html#ref-CSS3Animations">CSSANIMATIONS</a>]. A CSS
+  [<a href="refs.html#ref-CSS3ANIMATIONS">CSSANIMATIONS</a>]. A CSS
   module that describes a way for authors to animate the values of
   CSS properties over time, using keyframes. The behavior of these
   keyframe animations can be controlled by specifying their duration,
@@ -2599,17 +2599,17 @@
    href="http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-Event">Event</a> {
 
   readonly attribute <a class="idlinterface"
-   href="http://www.w3.org/TR/DOM-Level-2-Views/views.html#Views-AbstractView">AbstractView</a> <a href="animate.html#__smil__TimeEvent__view">view</a>;
-  readonly attribute long <a href="animate.html#__smil__TimeEvent__detail">detail</a>;
-
-  void <a href="animate.html#__smil__TimeEvent__initTimeEvent">initTimeEvent</a>(DOMString typeArg, <a class="idlinterface"
+   href="http://www.w3.org/TR/DOM-Level-2-Views/views.html#Views-AbstractView">AbstractView</a> <a href="animate.html#__svg__TimeEvent__view">view</a>;
+  readonly attribute long <a href="animate.html#__svg__TimeEvent__detail">detail</a>;
+
+  void <a href="animate.html#__svg__TimeEvent__initTimeEvent">initTimeEvent</a>(DOMString typeArg, <a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Views/views.html#Views-AbstractView">AbstractView</a> viewArg, long detailArg);
 };</pre><dl class="interface">
 <dt class="attributes-header">Attributes:</dt>
 <dd>
 <dl class="attributes">
 
-<dt id="__smil__TimeEvent__view" class="attribute first-child"><b>view</b><span class="idl-type-parenthetical"> (readonly <a class="idlinterface"
+<dt id="__svg__TimeEvent__view" class="attribute first-child"><b>view</b><span class="idl-type-parenthetical"> (readonly <a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Views/views.html#Views-AbstractView">AbstractView</a>)</span></dt>
 <dd class="attribute">
 <div>
@@ -2620,7 +2620,7 @@
 </div>
 </dd>
 
-<dt id="__smil__TimeEvent__detail" class="attribute"><b>detail</b><span class="idl-type-parenthetical"> (readonly long)</span></dt>
+<dt id="__svg__TimeEvent__detail" class="attribute"><b>detail</b><span class="idl-type-parenthetical"> (readonly long)</span></dt>
 <dd class="attribute">
 <div>
 Specifies some detail information about the Event, depending on the type
@@ -2635,7 +2635,7 @@
 <dd>
 <dl class="attributes">
 
-<dt id="__smil__TimeEvent__initTimeEvent" class="operation first-child">void <b>initTimeEvent</b>(DOMString <var>typeArg</var>, <a class="idlinterface"
+<dt id="__svg__TimeEvent__initTimeEvent" class="operation first-child">void <b>initTimeEvent</b>(DOMString <var>typeArg</var>, <a class="idlinterface"
    href="http://www.w3.org/TR/DOM-Level-2-Views/views.html#Views-AbstractView">AbstractView</a> <var>viewArg</var>, long <var>detailArg</var>)
 </dt>
 <dd class="operation">
@@ -2742,10 +2742,10 @@
   float <a href="animate.html#__svg__SVGAnimationElement__getCurrentTime">getCurrentTime</a>();
   float <a href="animate.html#__svg__SVGAnimationElement__getSimpleDuration">getSimpleDuration</a>();
 
-  void <a href="animate.html#__smil__SVGAnimationElement__beginElement">beginElement</a>();
-  void <a href="animate.html#__smil__SVGAnimationElement__beginElementAt">beginElementAt</a>(float offset);
-  void <a href="animate.html#__smil__SVGAnimationElement__endElement">endElement</a>();
-  void <a href="animate.html#__smil__SVGAnimationElement__endElementAt">endElementAt</a>(float offset);
+  void <a href="animate.html#__svg__SVGAnimationElement__beginElement">beginElement</a>();
+  void <a href="animate.html#__svg__SVGAnimationElement__beginElementAt">beginElementAt</a>(float offset);
+  void <a href="animate.html#__svg__SVGAnimationElement__endElement">endElement</a>();
+  void <a href="animate.html#__svg__SVGAnimationElement__endElementAt">endElementAt</a>(float offset);
 };
 
 <a>SVGAnimationElement</a> implements <a>SVGTests</a>;</pre>
@@ -2854,7 +2854,7 @@
 </dl>
 </dd>
 
-<dt id="__smil__SVGAnimationElement__beginElement" class="operation first-child">void <b>beginElement</b>()
+<dt id="__svg__SVGAnimationElement__beginElement" class="operation first-child">void <b>beginElement</b>()
 </dt>
 <dd class="operation">
 <div>
@@ -2866,7 +2866,7 @@
 </div>
 </dd>
 
-<dt id="__smil__SVGAnimationElement__beginElementAt" class="operation">void <b>beginElementAt</b>(float <var>offset</var>)
+<dt id="__svg__SVGAnimationElement__beginElementAt" class="operation">void <b>beginElementAt</b>(float <var>offset</var>)
 </dt>
 <dd class="operation">
 <div>
@@ -2893,7 +2893,7 @@
 </dl>
 </dd>
 
-<dt id="__smil__SVGAnimationElement__endElement" class="operation">void <b>endElement</b>()
+<dt id="__svg__SVGAnimationElement__endElement" class="operation">void <b>endElement</b>()
 </dt>
 <dd class="operation">
 <div>
@@ -2905,7 +2905,7 @@
 </div>
 </dd>
 
-<dt id="__smil__SVGAnimationElement__endElementAt" class="operation">void <b>endElementAt</b>(float <var>offset</var>)
+<dt id="__svg__SVGAnimationElement__endElementAt" class="operation">void <b>endElementAt</b>(float <var>offset</var>)
 </dt>
 <dd class="operation">
 <div>