Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 459 Bytes

pointer-events.md

File metadata and controls

9 lines (7 loc) · 459 Bytes

feature: pointer events status: use tags: fallback gtie10 kind: css polyfillurls:

CSS has a pointer-events property and SVG has a pointer-events attribute. All modern browsers support them in SVG and CSS.

There is a modernizr plugin to detect support, which can be used to implement a JavaScript interceptor for elements which require pointer events to be disabled.