mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
03c225b023
Also adds the `PutForwards` extended attribute allowing setting the style property.
13 lines
328 B
Plaintext
13 lines
328 B
Plaintext
#import <CSS/ElementCSSInlineStyle.idl>
|
|
#import <DOM/Element.idl>
|
|
#import <HTML/HTMLElement.idl>
|
|
#import <HTML/DOMStringMap.idl>
|
|
|
|
// https://svgwg.org/svg2-draft/types.html#InterfaceSVGElement
|
|
[Exposed=Window]
|
|
interface SVGElement : Element {
|
|
};
|
|
|
|
SVGElement includes HTMLOrSVGElement;
|
|
SVGElement includes ElementCSSInlineStyle;
|