ISSUE-112: Removed restriction for whitespace characters in event names
authorjrossi2
Mon, 25 Apr 2011 08:32:56 +0900
changeset 296 d7afd98db6bc
parent 295 14f020e788b2
child 297 75e385ad0fea
ISSUE-112: Removed restriction for whitespace characters in event names
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Mon Apr 25 08:19:44 2011 +0900
+++ b/html/DOM3-Events.html	Mon Apr 25 08:32:56 2011 +0900
@@ -862,7 +862,7 @@
                   <dd><p>Used to specify the time at which the event was created in milliseconds relative to 1970-01-01T00:00:00Z.</p></dd>
 
                   <dt><code class="attribute-name"><a id="events-event-type-type">type</a></code> of type <code>DOMString</code>, readonly</dt>
-                  <dd><p>The name of the event type. The name must be a <code>DOMString</code>.  <a href="#conf-specs">Specifications that define events</a>, <a href="#conf-authors">content authors</a>, and <a href="#conf-author-tools">authoring tools</a> must use case-sensitive event type names that do not contain whitespace characters.</p></dd>
+                  <dd><p>The name of the event type. The name must be a <code>DOMString</code>.  <a href="#conf-specs">Specifications that define events</a>, <a href="#conf-authors">content authors</a>, and <a href="#conf-author-tools">authoring tools</a> must use case-sensitive event type names.</p></dd>
 
                 </dl>
               </dd>