svg2: Fixed and updated some links.

details:   https://svgwg.org/hg/svg2/rev/fa21046239a3
branches:  
changeset: 610:fa21046239a3
user:      Erik Dahlstrom <ed@opera.com>
date:      Thu Feb 06 17:14:15 2014 +0100
description:
Fixed and updated some links.

diffstat:

 master/script.html |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (103 lines):

diff --git a/master/script.html b/master/script.html
--- a/master/script.html
+++ b/master/script.html
@@ -179,35 +179,35 @@ If the <a>SVG user agent</a> does not su
 
 <h2 id="EventHandling">Event handling</h2>
 
 <p>Events can cause scripts to execute when either of the following has
 occurred:</p>
 
 <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>
 
 <p>Related sections of the spec:</p>
 
 <ul>
   <li><a href="interact.html#UIEvents">User interface events</a> describes how
   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>
 
 <h2 id="EventAttributes">Event attributes</h2>
 
 <p>The following event attributes are available on many SVG elements.</p>
 
@@ -216,19 +216,19 @@ and descriptions of those events is prov
 <a href="interact.html#SVGEvents">Complete list of supported events</a>.</p>
 
 <p>The contents of event attributes are always interpreted as ECMAScript,
 as if processed with the media type <span class="attr-value">'application/ecmascript'</span>.
 [<a href="refs.html#ref-RFC2046">RFC2046</a>][<a href='refs.html#ref-RFC4329'>RFC4329</a>]</p>
 
 <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>
 specified on it.)</p>
 
 <p><em>Attribute definitions:</em></p>
 
 <dl class="attrdef-list">
@@ -258,17 +258,17 @@ specified on it.)</p>
 <h3 id="GraphicsEvents">Event attributes on graphics and container elements</h3>
 
 <p>Below are the definitions for the <a>graphical event attributes</a>.
 These can be specified on most <a>graphics elements</a> and
 <a>container elements</a>.  (See the definition for each element to
 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>
 
 <dl class="attrdef-list">
   <dt>
     <table class="propdef attrdef">
       <tr>
@@ -359,17 +359,17 @@ that load external resources.  This is r
   </dd>
 </dl>
 
 <h3 id="AnimationEvents">Animation event attributes</h3>
 
 <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>
 
 <dl class="attrdef-list">
   <dt>
     <table class="propdef attrdef">
       <tr>

Received on Thursday, 6 February 2014 16:16:43 UTC