[csswg-drafts] Suggestion. pointer-events: disabled (#4499)

ExtAnimal has just created a new issue for https://github.com/w3c/csswg-drafts:

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

`disabled` would mean no events at all. No 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. Similar to adding the very first listener and calling `stopImmediatePropagation` on the event.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4499 using your GitHub account

Received on Friday, 8 November 2019 16:52:54 UTC