Re: [whatwg] ISSUE-44 (EventsAndWindow): Should DOM3 Events cover the interaction of events and the Window object? [DOM3 Events]

2009-08-08 Thread Ian Hickson
On Tue, 29 Jul 2008, Olli Pettay wrote: > > Chapter "5.4.4.3. Events and the Window object" [1] says that event is > also dispatched to window before (and after) dispatching to DOM nodes. > I'd rather say window object is part of the event target chain > (unfortunately load event is a special ca

Re: ISSUE-44 (EventsAndWindow): Should DOM3 Events cover the interaction of events and the Window object? [DOM3 Events]

2008-08-08 Thread Maciej Stachowiak
On Aug 7, 2008, at 11:27 PM, Jonas Sicking wrote: Ian Hickson wrote: On Thu, 7 Aug 2008, Olli Pettay wrote: Could we actually just say that if document implements DocumentView interface and .defaultView isn't null and implements EventTarget, the event propagates to .defaultView. So in th

Re: ISSUE-44 (EventsAndWindow): Should DOM3 Events cover the interaction of events and the Window object? [DOM3 Events]

2008-08-08 Thread Olli Pettay
Jonas Sicking wrote: Is that any load event, or only specific load events? (i.e. is it a characteristic of the bubbling/capture process, or the events that are fired by certain circumstances like the end of parsing or an image being fetched from the network?) If the latter, it would be usef

Re: ISSUE-44 (EventsAndWindow): Should DOM3 Events cover the interaction of events and the Window object? [DOM3 Events]

2008-08-08 Thread Ian Hickson
On Fri, 8 Aug 2008, Jonas Sicking wrote: > > > > Is that any load event, or only specific load events? (i.e. is it a > > characteristic of the bubbling/capture process, or the events that are > > fired by certain circumstances like the end of parsing or an image > > being fetched from the netw

Re: ISSUE-44 (EventsAndWindow): Should DOM3 Events cover the interaction of events and the Window object? [DOM3 Events]

2008-08-08 Thread Olli Pettay
Jonas Sicking wrote: Ian Hickson wrote: On Thu, 7 Aug 2008, Olli Pettay wrote: Could we actually just say that if document implements DocumentView interface and .defaultView isn't null and implements EventTarget, the event propagates to .defaultView. So in that case defaultView becomes th

Re: ISSUE-44 (EventsAndWindow): Should DOM3 Events cover the interaction of events and the Window object? [DOM3 Events]

2008-08-08 Thread Jonas Sicking
Ian Hickson wrote: On Thu, 7 Aug 2008, Jonas Sicking wrote: Ian Hickson wrote: On Thu, 7 Aug 2008, Olli Pettay wrote: Could we actually just say that if document implements DocumentView interface and .defaultView isn't null and implements EventTarget, the event propagates to .defaultView. So

Re: ISSUE-44 (EventsAndWindow): Should DOM3 Events cover the interaction of events and the Window object? [DOM3 Events]

2008-08-08 Thread Ian Hickson
On Thu, 7 Aug 2008, Jonas Sicking wrote: > Ian Hickson wrote: > > On Thu, 7 Aug 2008, Olli Pettay wrote: > > > Could we actually just say that if document implements DocumentView > > > interface and .defaultView isn't null and implements EventTarget, > > > the event propagates to .defaultView. S

Re: ISSUE-44 (EventsAndWindow): Should DOM3 Events cover the interaction of events and the Window object? [DOM3 Events]

2008-08-07 Thread Jonas Sicking
Ian Hickson wrote: On Thu, 7 Aug 2008, Olli Pettay wrote: Could we actually just say that if document implements DocumentView interface and .defaultView isn't null and implements EventTarget, the event propagates to .defaultView. So in that case defaultView becomes the root of the event targe

Re: ISSUE-44 (EventsAndWindow): Should DOM3 Events cover the interaction of events and the Window object? [DOM3 Events]

2008-08-07 Thread Ian Hickson
On Thu, 7 Aug 2008, Olli Pettay wrote: > > Could we actually just say that if document implements DocumentView > interface and .defaultView isn't null and implements EventTarget, the > event propagates to .defaultView. So in that case defaultView becomes > the root of the event target chain (i

RE: ISSUE-44 (EventsAndWindow): Should DOM3 Events cover the interaction of events and the Window object? [DOM3 Events]

2008-08-07 Thread Travis Leithead
(EventsAndWindow): Should DOM3 Events cover the interaction of events and the Window object? [DOM3 Events] Web Applications Working Group Issue Tracker wrote: > ISSUE-44 (EventsAndWindow): Should DOM3 Events cover the interaction of > events and the Window object? [DOM3 Events] > > h

Re: ISSUE-44 (EventsAndWindow): Should DOM3 Events cover the interaction of events and the Window object? [DOM3 Events]

2008-08-07 Thread Olli Pettay
Web Applications Working Group Issue Tracker wrote: ISSUE-44 (EventsAndWindow): Should DOM3 Events cover the interaction of events and the Window object? [DOM3 Events] http://www.w3.org/2008/webapps/track/issues/44 Raised by: Ian Hickson On product: DOM3 Events We need to decide whether

RE: [whatwg] ISSUE-44 (EventsAndWindow): Should DOM3 Events cover the interaction of events and the Window object? [DOM3 Events]

2008-07-29 Thread Kristof Zelechovski
twg List Subject: Re: [whatwg] ISSUE-44 (EventsAndWindow): Should DOM3 Events cover the interaction of events and the Window object? [DOM3 Events] Chapter "5.4.4.3. Events and the Window object" [1] says that event is also dispatched to window before (and after) dispatching to DOM nodes. I

Re: ISSUE-44 (EventsAndWindow): Should DOM3 Events cover the interaction of events and the Window object? [DOM3 Events]

2008-07-29 Thread Olli Pettay
k/#events0 Web Applications Working Group Issue Tracker wrote: ISSUE-44 (EventsAndWindow): Should DOM3 Events cover the interaction of events and the Window object? [DOM3 Events] http://www.w3.org/2008/webapps/track/issues/44 Raised by: Ian Hickson On product: DOM3 Events We need to decide whethe

ISSUE-44 (EventsAndWindow): Should DOM3 Events cover the interaction of events and the Window object? [DOM3 Events]

2008-07-28 Thread Web Applications Working Group Issue Tracker
ISSUE-44 (EventsAndWindow): Should DOM3 Events cover the interaction of events and the Window object? [DOM3 Events] http://www.w3.org/2008/webapps/track/issues/44 Raised by: Ian Hickson On product: DOM3 Events We need to decide whether HTML5 or DOM3 Events (or another spec) defines how