Pointer events
This specification integrates various inputs from mice, touchscreens, and pens, making separate implementations no longer necessary and authoring for cross-device pointers easier. Not to be mistaken with the unrelated "pointer-events" CSS property.
CSS pointer-events (for HTML)
This CSS property, when set to "none" allows elements to not receive hover/click events, instead the event will occur on anything behind it.
pointerevent api: getcoalescedevents
pointerevent api: getpredictedevents
css property: pointer-events: applies to html elements
global_attributes: pointer-events
6 results found.