Pointer events support
See original GitHub issueWould you consider pointer event support in the scope of this project? They are becoming popular and sometimes even used interchangeably. Just as with other events, the sequence is important.
E.g. a mouse down user interaction would cause:
pointerdown(pointerType=mouse)
mousedown
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
CSS pointer-events (for HTML) | Can I use... Support tables for ...
CSS pointer-events (for HTML) ... This CSS property, when set to "none" allows elements to not receive hover/click events, instead the event will...
Read more >pointer-events - CSS: Cascading Style Sheets - MDN Web Docs
The pointer-events CSS property sets under what circumstances (if any) a particular graphic element can become the target of pointer events.
Read more >Intent to Ship: Pointer Events - Google Groups
Although Pointer Events has pretty broad support for many years already, the lack of browser support (other than Edge) raised the bar high...
Read more >Pointer events - The Modern JavaScript Tutorial
Pointer events are a modern way to handle input from a variety of pointing devices, such as a mouse, a pen/stylus, a touchscreen,...
Read more >Browser Compatibility Testing of CSS pointer-events (for HTML)
BROWSER SUPPORT FOR CSS pointer-events (for HTML) · Google Chrome · Mozilla Firefox · Internet Explorer · Safari · Microsoft Edge · Opera....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Let’s just fire them all, that’s what happens in the browser anyway.
This is now supported