viewTarget attribute | viewTarget property

Gets the viewTarget attribute of a view element.

Scalable Vector Graphics: Linking, Section 17.4.2Internet Explorer 9

 

Syntax

HTML
<element viewTarget="p" ... >

 

JavaScript
p = object.viewTarget

 

Property values

Type: Object

A list of strings. Each string is one of the elements that is listed in the viewTarget attribute.

Standards information

Remarks

The viewTarget attribute is a space-delimited list of elements in the view that are highlighted.

See also

SVGViewElement

 

 

Show: