-
Notifications
You must be signed in to change notification settings - Fork 350
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
Use pointer events instead of mouse events #1799
Comments
Might also want to create a project in https://github.com/w3c/aria-practices/projects with @spectranaut script |
@carmacleod can I close this issue since we implemented this at slider examples? Thanks for your consideraiton. |
Nope. :) This issue isn't about slider. It's about carousel and combobox and treeview and toolbar and datepicker and menubar and listbox and maybe other examples as well. We need to find all the places, fix them all, and retest. :) |
@carmacleod oh, I see the last bullet point from you. I updated the issue title so that we can easily understand the issue scope. |
Following up on what we learned about pointer events from the slider example updates for touch screens and touch-based ATs. Special thanks to @patrickhlauke for his guidance, and to @jongund for the slider example updates, which included switching to pointer events.
We need to:
Caniuse data for pointer events.
MDN documentation for pointer events.
The text was updated successfully, but these errors were encountered: