mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibWeb: MathMLElement includes ElementCSSInlineStyle
This commit is contained in:
parent
48366ddddf
commit
0fab3d3b62
|
|
@ -1,3 +1,4 @@
|
|||
#import <CSS/ElementCSSInlineStyle.idl>
|
||||
#import <DOM/Element.idl>
|
||||
#import <DOM/EventHandler.idl>
|
||||
#import <HTML/HTMLElement.idl>
|
||||
|
|
@ -7,3 +8,6 @@
|
|||
interface MathMLElement : Element { };
|
||||
MathMLElement includes GlobalEventHandlers;
|
||||
MathMLElement includes HTMLOrSVGElement; // FIXME: We technically use HTMLOrForeignElement which is a rename of HTMLOrSVGElement, when that change is upstreamed we should update here
|
||||
|
||||
// https://drafts.csswg.org/cssom/#dom-elementcssinlinestyle-style
|
||||
MathMLElement includes ElementCSSInlineStyle;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user