All of the SVG DOM interfaces that correspond directly to elements in the SVG language derive from the SVGElement interface.
Also inherits properties from the Element interface.
SVGElement.attributeStyleMap Read onlyA StylePropertyMap representing the declarations of the element's style attribute.
SVGElement.autofocusWhether the control should be focused when the page loads, or when a <dialog> or popover become shown.
SVGElement.className Read onlyAn SVGAnimatedString that reflects the value of the class attribute on the given element, or the empty string if class is not present. This attribute is deprecated and may be removed in a future version of this specification. Authors are advised to use Element.classList instead.
SVGElement.dataset Read onlyA DOMStringMap object which provides a list of key/value pairs of named data attributes which correspond to custom data attributes attached to the element. These can also be defined in SVG using attributes of the form data-*, where * is the key name for the pair. This works just like HTML's HTMLElement.dataset property and HTML's data-* global attribute.
SVGElement.nonceReturns the cryptographic number used once that is used by Content Security Policy to determine whether a given fetch will be allowed to proceed.
SVGElement.ownerSVGElement Read onlyAn SVGSVGElement referring to the nearest ancestor <svg> element. null if the given element is the outermost <svg> element.
SVGElement.styleA CSSStyleDeclaration representing the declarations of the element's style attribute.
SVGElement.tabIndexThe position of the element in the tabbing order.
SVGElement.viewportElement Read onlyThe SVGElement which established the current viewport. Often the nearest ancestor <svg> element. null if the given element is the outermost <svg> element.
This interface also inherits methods from Element.
SVGElement.blur()Removes keyboard focus from the currently focused element.
SVGElement.focus()Makes the element the current keyboard focus.
Listen to these events using addEventListener() or by assigning an event listener to the equivalent on... handler property.
errorFired when an SVG element does not load properly or when an error occurs during script execution.
loadFires on an SVGElement when it is loaded in the browser.
data-* attributedata-* attribute