SVGElement
Summary
All of the SVG DOM interfaces that correspond directly to elements in the SVG language derive from the SVGElement interface.
Properties
No properties.
Methods
No methods.
Events
No events.
Notes
Remarks
Note: In addition to the attributes, properties, events, methods, and styles listed above, SVG elements also inherent core HTML attributes, properties, events, methods, and styles.
Standards information
- Scalable Vector Graphics: Basic Data Types and Interfaces, Section 4.5.1
Members
The SVGElement object has these properties:
- focusable: 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).
- id: Standard XML attribute for assigning a unique name to an element.
- ownerSVGElement: Gets the nearest ancestor svg element.
- viewportElement: Gets the element that established the current viewport.
- xmlbase: Gets or sets the base attribute on the element.
Attributions
Mozilla Developer Network : [SVGElement Article]
Microsoft Developer Network: [SVGElement Article]