[Bug 23887] [Shadow] Put only the final destination insertion point to the event path

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23887

--- Comment #71 from Dimitri Glazkov <dglazkov@chromium.org> ---
(In reply to Jonas Sicking from comment #70)
> I don't see a way to accomplish that if we also want to have a simple total
> order between nodes?
> 
> 
> That said, it's still not clear to me what the right answer is on the topic
> of when/if to fire events on insertion points.

Maybe we can resolve this if we reduce the overall problem to this question: is
introducing more complex total order in event path net positive or net
negative? 

Cons:
- increased complexity
- (please add more)

Pros:
- more intuitive for the consumer localized to any given tree
- useful to listen for events coming out of elements, distributed to insertion
points
- fallback content is handled consistently

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 27 March 2014 16:18:15 UTC