Changes

Jump to: navigation, search

SVG:Pointer-events

113 bytes added, 16:29, 19 February 2014
Use cases: Added use case to allow descendants to capture events even if parent does not
# Provide a way to allow pointer events to go "through" areas of an element that are transparent, clipped/masked out, or otherwise not visible to users/viewers, while allowing pointer events to be "caught" by parts of the element that are.
# 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.
== The effect of clipping and masking ==
1
edit

Navigation menu