SVGElement object
Defines a base object that SVG DOM element interfaces (such as the SVGPathElement interface for the path element) derive from.
![]() ![]() |
Members
The SVGElement object has these types of members:
Properties
The SVGElement object has these properties.
| Property | Access type | Description |
|---|---|---|
|
Determines if an element can acquire keyboard focus (that is, receive keyboard events) and be a target for field-to-field navigation actions (such as when a user presses the Tab key). | ||
| Read/write |
Standard XML attribute for assigning a unique name to an element. | |
|
Lowers the loading priority of a resource. | ||
|
Gets the nearest ancestor svg element. | ||
|
Gets the element that established the current viewport. | ||
|
Gets or sets the |
Standards information
- Scalable Vector Graphics: Basic Data Types and Interfaces, Section 4.5.1
Remarks
Note In addition to the attributes, properties, events, methods, and styles listed above, SVG elements also inherit core HTML attributes, properties, events, methods, and styles.
Show:

