<schepers> bjoern_: minor typo in http://www.w3.org/TR/2006/WD-DOM-Level-3-Events-20060413/changes.html: 'it is not longer necessary'
--- a/html/DOM3-Events.html Fri Apr 14 04:40:36 2006 +0900
+++ b/html/DOM3-Events.html Fri Apr 14 04:44:49 2006 +0900
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
- Generated: Thu Apr 13 21:39:31 CEST 2006 hive
+ Generated: Thu Apr 13 21:43:54 CEST 2006 hive
-->
<html lang='en-US' xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
<head>
@@ -4067,7 +4067,7 @@
<dd>The methods <code>EventTarget.hasEventListenerNS()</code> and <code>EventTarget.willTriggerNS()</code> have been removed.<br />
<a href='#events-Events-EventTarget-dispatchEvent'><code>EventTarget.dispatchEvent()</code></a> now raises an exception if the <a href='#events-Events-Event-type'><code>Event.type</code></a> attribute is syntactically invalid.</dd>
<dt>Interface <a href='#events-Events-Event'><code>Event</code></a></dt>
-<dd>The method <code>Event.isCustom()</code> has been removed; it is not longer necessary due to the changes made to the <a href='#events-Events-CustomEvent'><code>CustomEvent</code></a> interface.<br />
+<dd>The method <code>Event.isCustom()</code> has been removed; it is no longer necessary due to the changes made to the <a href='#events-Events-CustomEvent'><code>CustomEvent</code></a> interface.<br />
The method <code>Event.isDefaultPrevented()</code> has been turned into an attribute named <a href='#events-Events-Event-defaultPrevented'><code>Event.defaultPrevented</code></a>.<br />
<a href='#events-Events-Event-timeStamp'><code>Event.timeStamp</code></a> is now a <code>Number</code> in the ECMAScript binding; a proposed correction to make the same change in [<cite><a class='noxref normative' href='#references-DOMCore'>DOM Level 3 Core</a></cite>] is forthcoming.</dd>
</dl>
--- a/source/xml-source.xml Fri Apr 14 04:40:36 2006 +0900
+++ b/source/xml-source.xml Fri Apr 14 04:44:49 2006 +0900
@@ -11506,7 +11506,7 @@
<def>
<p>
The method <code>Event.isCustom()</code> has been removed; it is
- not longer necessary due to the changes made to the
+ no longer necessary due to the changes made to the
<code>CustomEvent</code> interface.
</p>