[pointerevents] Suggestion. pointer-events: disabled (#299)

ExtAnimal has just created a new issue for https://github.com/w3c/pointerevents:

== Suggestion. pointer-events: disabled ==
Or some similar property value name.

`disabled` would mean no events at all. Not event from ancestor elements. No `:hover` behaviour either. Unreactive.

`none` means that pointer events "see through" the element and just start their bubble and hover behaviour from the `parentNode`.

For some applications, you just want an element to be unreactive.

Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/299 using your GitHub account

Received on Friday, 23 August 2019 06:02:41 UTC