Skip to content

Commit

Permalink
[e] (0) What .detail attribute? Event objects don't have one.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2017 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 5, 2008
1 parent 1b7df69 commit 619bdba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions index
Expand Up @@ -32914,15 +32914,13 @@ JSURL: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
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
Expand Down
6 changes: 2 additions & 4 deletions source
Expand Up @@ -30112,16 +30112,14 @@ JSURL: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
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
Expand Down

0 comments on commit 619bdba

Please sign in to comment.