Fixed and updated some links.
authorErik Dahlstrom <ed@opera.com>
Thu, 06 Feb 2014 17:14:15 +0100
changeset 610 fa21046239a3
parent 609 c05cf4d044cd
child 611 bec3575de544
Fixed and updated some links.
master/script.html
--- a/master/script.html	Thu Feb 06 15:44:55 2014 +0100
+++ b/master/script.html	Thu Feb 06 17:14:15 2014 +0100
@@ -184,13 +184,13 @@
 
 <ul>
   <li><a href="script.html#EventAttributes">Event attributes</a> such as
-  <a>'onclick'</a> or <a>'g/onload'</a> are assigned to particular elements,
+  <a>'onclick'</a> or <a>'svg/onload'</a> are assigned to particular elements,
   where the values of the event attributes are script which is executed
   when the given event occurs.</li>
 
   <li><a href="svgdom.html#EventListeners">Event listeners</a> as described in
-  <a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/">DOM Level 2 Events</a>
-  [<a href="refs.html#ref-DOM2EVENTS">DOM2EVENTS</a>]
+  <a href="http://www.w3.org/TR/2012/WD-dom-20121206/">DOM4</a>
+  [<a href="refs.html#ref-DOM4">DOM4</a>]
   are defined which are invoked when a given event happens on a
   given object.</li>
 </ul>
@@ -202,7 +202,7 @@
   an SVG user agent handles events such as pointer movements events (e.g.,
   mouse movement) and activation events (e.g., mouse click).</li>
 
-  <li><a href="svgdom.html#RelationshipWithDOM2Events">Relationship with DOM2 events</a>
+  <li><a href="svgdom.html#RelationshipWithDOM3Events">Relationship with DOM3 events</a>
   describes what parts of DOM are supported by SVG and how to register event
   listeners.</li>
 </ul>
@@ -221,9 +221,9 @@
 
 <h3 id="LoadEvent">Event attribute for the load event</h3>
 
-<p>Below is the definition for the <a>'g/onload'</a> event attribute.  It
+<p>Below is the definition for the <a>'svg/onload'</a> event attribute.  It
 can be specified on all of the <a>animation elements</a> and most of the
-<a>graphics elements</a> and <a>container elements</a>.  The <a>'g/onload'</a>
+<a>graphics elements</a> and <a>container elements</a>.  The <a>'svg/onload'</a>
 event attribute is classified as both a <a>graphical event attribute</a>
 and an <a>animation event attribute</a>.  (See the definition for each element
 to determine whether it can have a <a>graphical event attribute</a>
@@ -263,7 +263,7 @@
 determine whether it can have a <a>graphical event attribute</a>
 specified on it.)</p>
 
-<p>Note that <a>'g/onload'</a>, defined above, is also classified as a
+<p>Note that <a>'svg/onload'</a>, defined above, is also classified as a
 <a>graphical event attribute</a>.</p>
 
 <p><em>Attribute definitions:</em></p>
@@ -364,7 +364,7 @@
 <p>Below are the definitions for the <a>animation event attributes</a>.
 These can be specified on the <a>animation elements</a>.</p>
 
-<p>Note that <a>'g/onload'</a>, defined above, is also classified as an
+<p>Note that <a>'svg/onload'</a>, defined above, is also classified as an
 <a>animation event attribute</a>.</p>
 
 <p><em>Attribute definitions:</em></p>