mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-19 15:32:31 +00:00
7 lines
214 B
Text
7 lines
214 B
Text
#import <DOM/Element.idl>
|
|
#import <HTML/DOMStringMap.idl>
|
|
|
|
interface SVGElement : Element {
|
|
// FIXME: This should come from a HTMLOrSVGElement mixin
|
|
[SameObject] readonly attribute DOMStringMap dataset;
|
|
};
|