- From: poot <cvsmail@w3.org>
- Date: Wed, 6 Aug 2008 06:12:42 +0900 (JST)
- To: public-html-diffs@w3.org
What .detail attribute? Event objects don't have one. (whatwg r2017) Firing a change event http://people.w3.org/mike/diffs/html5/spec/Overview.1.1205.html#firing0 Firing a contextmenu event http://people.w3.org/mike/diffs/html5/spec/Overview.1.1205.html#firing1 Firing a simple event called e http://people.w3.org/mike/diffs/html5/spec/Overview.1.1205.html#firing2 http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1204&r2=1.1205&f=h http://html5.org/tools/web-apps-tracker?from=2016&to=2017 =================================================================== 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:13:20 UTC