This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

style

Overview Table

DOM Interface
SVGElement

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.

The style element enables you to embed style sheets directly within SVG content. The style element has the same attributes as the corresponding element in HTML.

Standards information

Members

The SVGStyleElement object has these events:

  • onload: Occurs when the browser has fully parsed the element and all of its descendants.

The SVGStyleElement object has these properties:

  • media: Gets or sets the destination medium for style information.
  • title: Gets or returns the advisory title of the SVGStyleElement.
  • type: Gets the style sheet language of the style element’s contents.
  • xmllang: Gets or sets a value that specifies the language that is used in the contents and attribute values of an element.
  • xmlspace: Gets or sets a value that indicates whether white space is preserved in character data.

Attributions