mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:08:13 +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;
|
|
};
|