Changes

Jump to: navigation, search

SVG:Pointer-events

602 bytes added, 06:59, 1 September 2020
use case proposal added
# Provide a way to filter which pointer events are intercepted by an element. For example, to specify that an element should intercept most pointer events, but not mouse wheel events. This would allow elements with fixed position to pass wheel events on to the elements below them.
# Provide a way to allow pointer events to go "through" an element but still be "caught" by all its descendants.
# Provide a way to stop pointer events propagation/bubbling (<code>pointer-events-bubble: all/own/children/none;</code>?) on the specified element. So if the parent has <code>pointer-events:none;</code> and the child has explicitly <code>pointer-events:auto;</code> but also has <code>pointer-events-bubble:none;</code> then [https://codepen.io/yurigor/pen/WNwEyby interaction with child will not affect parent]. Ability of stopping events propagation should work independently of poniter-events property. So we would be able just limit bubbling of events by element itself or by parent of our choice.
== The effect of clipping and masking ==
1
edit

Navigation menu