- From: Anne van Kesteren <annevk@annevk.nl>
- Date: Wed, 5 Dec 2012 10:46:44 +0100
- To: Ian Hickson <ian@hixie.ch>
- Cc: whatwg <whatwg@lists.whatwg.org>, Eric Seidel <eric@webkit.org>, Adam Barth <w3c@adambarth.com>, Ojan Vafai <ojan@chromium.org>
On Wed, Dec 5, 2012 at 1:02 AM, Ian Hickson <ian@hixie.ch> wrote: > I've done the HTML side of this (a paragraph), but the heavy lifting for > this will be in DOM. Anne and I spoke about this earlier in #whatwg if you > want to see the discussions. Some pointers to the logs can be found in the > relevant DOM bug: > > https://www.w3.org/Bugs/Public/show_bug.cgi?id=18780 So reading this thread it seems not everyone is on the same page as to whether all events (including synthetic), or just some will go cross-boundary. Ian and I thus far have been discussing a model where all events would go across boundaries. What would also be useful to know for the new dispatch design is what exactly the Shadow DOM is going to do. Will there be an Event object per "tree" or one Event object for the interleaved tree? (I guess both designs can be made to work. Shadow DOM will just have to set event parent/cross-boundary event parent as appropriate.) And finally, how should I deal with the 'load' exception for Window? If this object is the event parent of a Document and the event type is load, do nothing? -- http://annevankesteren.nl/
Received on Wednesday, 5 December 2012 09:51:25 UTC