ladybird/Userland/Libraries/LibWeb/SVG/SVGElement.idl
2021-09-26 18:59:56 +02:00

4 lines
155 B
Text

interface SVGElement : Element {
// FIXME: This should come from a HTMLOrSVGElement mixin
[SameObject] readonly attribute DOMStringMap dataset;
};