mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
13 lines
360 B
Plaintext
13 lines
360 B
Plaintext
#import <CSS/LinkStyle.idl>
|
|
#import <SVG/SVGElement.idl>
|
|
|
|
// https://svgwg.org/svg2-draft/single-page.html#styling-InterfaceSVGStyleElement
|
|
[Exposed=Window]
|
|
interface SVGStyleElement : SVGElement {
|
|
[Reflect] attribute DOMString type;
|
|
[Reflect] attribute DOMString media;
|
|
[Reflect] attribute DOMString title;
|
|
};
|
|
|
|
SVGStyleElement includes LinkStyle;
|