[Bug 23864] New: [Shadow] "TouchEvent is not subject to this rule." in 6.7 doesn't make sense

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

            Bug ID: 23864
           Summary: [Shadow] "TouchEvent is not subject to this rule." in
                    6.7 doesn't make sense
           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

http://w3c.github.io/webcomponents/spec/shadow/#event-dispatch says that
"If the relatedTarget and target are the same for a given node, its the event
listeners must not be invoked. TouchEvent is not subject to this rule."
The latter sentence doesn't make sense since TouchEvent, nor Touch, has 
relatedTarget.
And the spec explicitly links relatedTarget to
http://www.w3.org/TR/DOM-Level-3-Events/#events-MouseEvent-relatedTarget

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

Received on Tuesday, 19 November 2013 20:03:42 UTC