[Bug 20615] New: [Shadow]: Clarify 'At the time of event dispatch:"

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

            Bug ID: 20615
           Summary: [Shadow]: Clarify 'At the time of event dispatch:"
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
          Assignee: dglazkov@chromium.org
          Reporter: hayato@chromium.org
        QA Contact: public-webapps-bugzilla@w3.org
            Blocks: 14978

Shadow DOM spec 5.5
(https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#event-dispatch)
says:


'At the time of event dispatch', ..

It sounds a little ambiguous.

My understanding is 'before starting capturing phase'. I mean that all of
target, relatedTarget, and MouseEvent offsetX/Y should be pre-calculated in
every nodes in the propagation path before starting capturing phase so that the
result of calling event listeners does not affect these values.

It might be better to clarify when we should calculate these values.

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

Received on Wednesday, 9 January 2013 03:01:31 UTC