ISSUE-178: Removed a stray comment about null/emptyString event types that wasn't caught in the original change for ISSUE 178.
--- a/html/DOM3-Events.html Thu Aug 25 04:31:50 2011 +0900
+++ b/html/DOM3-Events.html Mon Sep 05 03:03:57 2011 +0900
@@ -25,7 +25,7 @@
</p>
<h1 id="Overview-title">Document Object Model (DOM) Level 3 Events Specification</h1>
<!-- @-->
- <h2 id="Overview-W3C-doctype">W3C Editor's Draft <span class="2011-05-24">16 August 2011</span></h2>
+ <h2 id="Overview-W3C-doctype">W3C Editor's Draft <span class="2011-05-24">4 September 2011</span></h2>
<dl>
<dt>This version:</dt>
<dd><a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.200">http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html?rev=1.200</a></dd>
@@ -1303,7 +1303,7 @@
<dd>If the <a href="#events-Event"><code>Event</code></a> object is already dispatched in the tree.</dd>
<dt><a id="events-UNSPECIFIED_EVENT_TYPE_ERR"><code class="constant-name">UNSPECIFIED_EVENT_TYPE_ERR</code></a></dt>
- <dd>If the <a href="#events-event-type-type"><code>Event.type</code></a> was not specified by initializing the event before the method was called. Specification of the <a href="#events-event-type-type"><code>Event.type</code></a> as <code>null</code> or an <a class="def" href="#glossary-empty-string">empty string</a> must also trigger this exception.</dd>
+ <dd>If the <a href="#events-event-type-type"><code>Event.type</code></a> was not specified by initializing the event before the method was called.</dd>
</dl>
</dd>