DOM.SVG.SVGStyleElement (dom_svg v0.1.0)

https://svgwg.org/svg2-draft/single-page.html#styling-InterfaceSVGStyleElement

Link to this section Summary

Link to this section Types

@type t() :: %DOM.SVG.SVGStyleElement{
  media: binary(),
  svg_element: DOM.SVG.SVGElement.t(),
  title: binary(),
  type: binary()
}