[html5] r2017 - [e] (0) What .detail attribute? Event objects don't have one.

whatwg at whatwg.org whatwg at whatwg.org
Tue Aug 5 14:09:45 PDT 2008


Author: ianh
Date: 2008-08-05 14:09:44 -0700 (Tue, 05 Aug 2008)
New Revision: 2017

Modified:
   index
   source
Log:
[e] (0) What .detail attribute? Event objects don't have one.

Modified: index
===================================================================
--- index	2008-08-05 20:40:33 UTC (rev 2016)
+++ index	2008-08-05 21:09:44 UTC (rev 2017)
@@ -32914,15 +32914,13 @@
    href="http://www.w3.org/TR/DOM-Level-3-Events/events.html#event-change"><code>change</code></a>
    event with no namespace, which bubbles but is not cancelable, and which
    uses the <code>Event</code> interface, must be dispatched at the given
-   element. The event object must have its <code title="">detail</code>
-   attribute set to 0.
+   element.
 
   <p><dfn id=firing1 title="fire a contextmenu event">Firing a <code
    title=event-contextmenu>contextmenu</code> event</dfn> means that a <code
    title=event-contextmenu>contextmenu</code> event with no namespace, which
    bubbles and is cancelable, and which uses the <code>Event</code>
-   interface, must be dispatched at the given element. The event object must
-   have its <code title="">detail</code> attribute set to 0.
+   interface, must be dispatched at the given element.
 
   <p><dfn id=firing2 title="fire a simple event">Firing a simple event called
    <var title="">e</var></dfn> means that an event with the name <var

Modified: source
===================================================================
--- source	2008-08-05 20:40:33 UTC (rev 2016)
+++ source	2008-08-05 21:09:44 UTC (rev 2017)
@@ -30112,16 +30112,14 @@
   href="http://www.w3.org/TR/DOM-Level-3-Events/events.html#event-change"><code>change</code></a>
   event with no namespace, which bubbles but is not cancelable, and
   which uses the <code>Event</code> interface, must be dispatched at
-  the given element. The event object must have its <code
-  title="">detail</code> attribute set to 0.</p>
+  the given element.</p>
 
   <p><dfn title="fire a contextmenu event">Firing a <code
   title="event-contextmenu">contextmenu</code> event</dfn> means that
   a <code title="event-contextmenu">contextmenu</code> event with no
   namespace, which bubbles and is cancelable, and which uses the
   <code>Event</code> interface, must be dispatched at the given
-  element. The event object must have its <code title="">detail</code>
-  attribute set to 0.</p>
+  element.</p>
 
   <p><dfn title="fire a simple event">Firing a simple event called
   <var title="">e</var></dfn> means that an event with the name <var




More information about the Commit-Watchers mailing list