mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-23 19:00:59 +00:00
LibWeb: MathMLElement includes ElementCSSInlineStyle
This commit is contained in:
parent
48366ddddf
commit
0fab3d3b62
Notes:
github-actions[bot]
2024-09-08 07:46:52 +00:00
Author: https://github.com/jamierocks
Commit: 0fab3d3b62
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1317
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue