1pointer-events: auto;
2pointer-events: none;
3pointer-events: visiblePainted; /* SVG only */
4pointer-events: visibleFill; /* SVG only */
5pointer-events: visibleStroke; /* SVG only */
6pointer-events: visible; /* SVG only */
7pointer-events: painted; /* SVG only */
8pointer-events: fill; /* SVG only */
9pointer-events: stroke; /* SVG only */
10pointer-events: all; /* SVG only */
11
12/* Global */
13pointer-events: inherit;
14pointer-events: initial;
15pointer-events: unset;
16