html5/spec Overview.html,1.1204,1.1205

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv15726

Modified Files:
	Overview.html 
Log Message:
What .detail attribute? Event objects don't have one. (whatwg r2017)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1204
retrieving revision 1.1205
diff -u -d -r1.1204 -r1.1205
--- Overview.html	5 Aug 2008 20:40:37 -0000	1.1204
+++ Overview.html	5 Aug 2008 21:09:48 -0000	1.1205
@@ -32936,15 +32936,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

Received on Tuesday, 5 August 2008 21:10:25 UTC