[webcomponents] [Shadow] "TouchEvent is not subject to this rule." in 6.7 doesn't make sense (bugzilla: 23864) (#232)

Title: [Shadow] "TouchEvent is not subject to this rule." in 6.7 doesn't make sense (bugzilla: 23864)

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

----
comment: 0
comment_url: https://www.w3.org/Bugs/Public/show_bug.cgi?id=23864#c0
*Olli Pettay* wrote on 2013-11-19 20:03:40 +0000.

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

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/232

Received on Monday, 6 July 2015 07:41:51 UTC