pointer-events-presentationAttribute: pointer.events

Description Available Attribute Values Used by the Elements

Description

Governs the under what conditions this graphics element can be the targetof a pointer event.

Available Attribute Values

''''all''''

Specifies that this element can be targeted for a pointer event provided pointer is over either the interior or border of this element.

''''fill''''

Specifies that this element can be targeted for a pointer event provided the pointer is over the interior of this element.

''''inherit''''

Specifies to inherit the pointer-events property from the parent.

''''none''''

Specifies that this element cannot be targeted for a pointer event

''''painted''''

Specifies that this element can be targeted for a pointer event provided the pointer is over a painted area. (Area being either interior or border).

''''stroke''''

Specifies that this element can be targeted for a pointer event provided and pointer is over the border.

''''visible''''

Specifies that element can be targeted for a pointer event provided visibilty='visible' and pointer is over either the interior or border.

''''visibleFill''''

Speciries that this element can be targeted for a pointer event provided visibilty='visible' and pointer is over a painted interior. (thus fill!='none').

''''visiblePainted''''

Specifies that this element can be targeted for a pointer event provided visibilty='visible' and pointer is over a painted area (area being either the interior or border).

''''visibleStroke''''

Specifies that this element can be targeted for a pointer event provided visibilty='visible' and pointer is over a painted border. (thus stroke!='none').

Used by the Elements

Graphics Referencing Elements

image, use

Shape Elements

circle, ellipse, line, path, polygon, polyline, rect

Text Content Elements

text


mslegrand/svgR documentation built on Jan. 21, 2020, 2:59 p.m.