mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
5 lines
155 B
Plaintext
5 lines
155 B
Plaintext
interface SVGElement : Element {
|
|
// FIXME: This should come from a HTMLOrSVGElement mixin
|
|
[SameObject] readonly attribute DOMStringMap dataset;
|
|
};
|