Skip to content
New issue

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

Do we need to spec device specific events? #62

Closed
johanneswilm opened this issue Aug 3, 2015 · 1 comment
Closed

Do we need to spec device specific events? #62

johanneswilm opened this issue Aug 3, 2015 · 1 comment

Comments

@johanneswilm
Copy link
Contributor

We currently specify all the possible device independent events that will be triggered after device specific events. These device specific events are largely already accessible to JS in the form of onclick, onkeydown, etc. events, but not all of them (for example choosing "paste" from the right click menu), and they are available in different formats. Should we

a) define new device specific events for the missing device specific events
b) define new and additional device specific events for all of the events that will cause device independent events
c) add information about an events origin to the device independent events?

All of these have their advantages and disadvantages.

@johanneswilm johanneswilm added this to the V2 milestone Aug 26, 2015
@johanneswilm
Copy link
Contributor Author

This issue was moved to w3c/input-events#14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant