There's no reason to use pointer-events for HTML elements

added by JavaScript Kicks
12/17/2018 8:52:09 AM

1471 Views

The pointer-events CSS property controls if and how elements can be targeted by pointer inputs such as a mouse. It initially formed part of the specification for SVGs to allow more fine-tuned control of where in a shape a user could interact with. This is useful, for example, if we


0 comments