SVGURIReference.idl 202 B

123456
  1. #import <SVG/SVGAnimatedString.idl>
  2. // https://svgwg.org/svg2-draft/types.html#InterfaceSVGURIReference
  3. interface mixin SVGURIReference {
  4. [SameObject] readonly attribute SVGAnimatedString href;
  5. };