[Bug 21269] New: [Shadow]: Should Non-bubbling events in ShadowRoot children trigger listeners on Host?

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

            Bug ID: 21269
           Summary: [Shadow]: Should Non-bubbling events in ShadowRoot
                    children trigger listeners on Host?
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
          Assignee: dglazkov@chromium.org
          Reporter: dfreedm@chromium.org
        QA Contact: public-webapps-bugzilla@w3.org
            Blocks: 14978

Example: http://jsfiddle.net/dfreedm/wAHQm/

In this example, a non-bubbling event is fired on a child node of a ShadowRoot.
An event listener on the ShadowRoot's Host will fire for this event. 

This seems counter-intuitive, because in regular DOM, the only element that
will fire an event handler for such an event is the original target.

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

Received on Wednesday, 13 March 2013 17:02:38 UTC