mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:47:34 +00:00
LibWeb: Add the HTMLOrSVGElement IDL interface mixin
This commit is contained in:
parent
46fa18657c
commit
1577bac6a5
2 changed files with 9 additions and 5 deletions
|
@ -1,7 +1,8 @@
|
|||
#import <DOM/Element.idl>
|
||||
#import <HTML/HTMLElement.idl>
|
||||
#import <HTML/DOMStringMap.idl>
|
||||
|
||||
interface SVGElement : Element {
|
||||
// FIXME: This should come from a HTMLOrSVGElement mixin
|
||||
[SameObject] readonly attribute DOMStringMap dataset;
|
||||
};
|
||||
|
||||
SVGElement includes HTMLOrSVGElement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue