- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Thu, 13 Feb 2014 14:00:43 -0800
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/51ea657598dc
branches:
changeset: 641:51ea657598dc
user: Cameron McCormack <cam@mcc.id.au>
date: Fri Feb 14 08:58:08 2014 +1100
description:
Typo.
diffstat:
master/interact.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (22 lines):
diff --git a/master/interact.html b/master/interact.html
--- a/master/interact.html
+++ b/master/interact.html
@@ -349,17 +349,17 @@ required to fire for every element.</p>
<p>The load event and the error event on
<a>structurally external elements</a> are mutually exclusive,
only one of these events must be dispatched when
processing the element in question.</p>
<p>load events do not bubble and are not cancelable.</p>
<p class="note">In previous SVG specifications the load event
- was called SVGLoad and could be dispatched immidiately after
+ was called SVGLoad and could be dispatched immediately after
parsing an element but before the related resource(s) were
fully loaded.</p>
</td>
<td>(same)</td>
<td>none</td>
<td><a
href="script.html#OnLoadEventAttribute">onload</a></td>
Received on Thursday, 13 February 2014 22:01:07 UTC