ACTION-3549: SVGLoad -> load.
--- a/master/animate.html Tue Nov 19 13:33:56 2013 +0100
+++ b/master/animate.html Tue Nov 19 13:49:43 2013 +0100
@@ -216,7 +216,7 @@
the XML document tree and other times can be a component of a
parent XML grammar, the document begin for a given SVG
document fragment is defined to be the exact time at which the
-<a>'svg'</a> element's <a href="interact.html#LoadEvent">SVGLoad event</a> is
+<a>'svg'</a> element's <a href="interact.html#LoadEvent">load event</a> is
triggered. The document end of an SVG document
fragment is the point at which the document fragment has been
released and is no longer being processed by the user agent.
--- a/master/script.html Tue Nov 19 13:33:56 2013 +0100
+++ b/master/script.html Tue Nov 19 13:49:43 2013 +0100
@@ -226,7 +226,7 @@
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 SVGLoad event</h3>
+<h3 id="LoadEvent">Event attribute for the load event</h3>
<p>Below is the definition for the <a>'g/onload'</a> event attribute. It
can be specified on all of the <a>animation elements</a> and most of the
@@ -257,7 +257,7 @@
</dt>
<dd>
Specifies some script to execute when "bubbling" or "at target"
- phase listeners for the SVGLoad event are fired on the element
+ phase listeners for the load event are fired on the element
the attribute is specified on.
</dd>
</dl>
--- a/master/struct.html Tue Nov 19 13:33:56 2013 +0100
+++ b/master/struct.html Tue Nov 19 13:49:43 2013 +0100
@@ -2730,7 +2730,7 @@
If <span class="dom-method-name">getCurrentTime</span> is called before
the document timeline has begun (for example, by script running in a
<a>'script'</a> element before the document's
-<a href="interact.html#LoadEvent">SVGLoad</a> event is dispatched),
+<a href="interact.html#LoadEvent">load</a> event is dispatched),
then 0 is returned.
@@ -2755,7 +2755,7 @@
If <span class="dom-method-name">setCurrentTime</span> is called
before the document timeline has begun (for example, by script running
in a <a>'script'</a> element before the document's
-<a href="interact.html#LoadEvent">SVGLoad</a> event is dispatched),
+<a href="interact.html#LoadEvent">load</a> event is dispatched),
then the value of <var>seconds</var> in the last invocation of the method
gives the time that the document will seek to once the document
timeline has begun.
--- a/master/svgdom.html Tue Nov 19 13:33:56 2013 +0100
+++ b/master/svgdom.html Tue Nov 19 13:49:43 2013 +0100
@@ -279,7 +279,7 @@
interfaces. These event interfaces are mandatory for SVG
user agents:
<ul>
- <li><a href="interact.html#LoadEvent">SVGLoad</a></li>
+ <li><a href="interact.html#LoadEvent">load</a></li>
<li><a href="interact.html#UnloadEvent">SVGUnload</a></li>
<li><a href="interact.html#AbortEvent">SVGAbort</a></li>
<li><a href="interact.html#ErrorEvent">SVGError</a></li>