We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Looks the current spec doesn't have this sentence. I think we can close this issue.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: