[Bug 27876] New: [Shadow] It is not defined what event.path actually should return

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

            Bug ID: 27876
           Summary: [Shadow] It is not defined what event.path actually
                    should return
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
          Assignee: dglazkov@chromium.org
          Reporter: bugs@pettay.fi
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-webapps@w3.org

"a copy of the event path for the context object" in unclear.
There is no such thin as Event's event path.
There is Event and there is event path but specs don't seem to actually
make clear mapping between those.

(1) What is the value when the event hasn't been dispatched?
I assume empty array.
(2) What is the value during event dispatch
I assume the event target chain which was created before capture phase
(and changes to the DOM don't actually affect to this).
(3) what is the value after the event has been dispatched?
empty array? The same as in (2)?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Wednesday, 21 January 2015 15:49:04 UTC