mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-12 09:56:45 +02:00
9 lines
320 B
Plaintext
9 lines
320 B
Plaintext
// https://w3c.github.io/mathml-core/#dom-and-javascript
|
|
[Exposed=Window]
|
|
interface MathMLElement : Element { };
|
|
MathMLElement includes GlobalEventHandlers;
|
|
MathMLElement includes HTMLOrSVGOrMathMLElement;
|
|
|
|
// https://drafts.csswg.org/cssom/#dom-elementcssinlinestyle-style
|
|
MathMLElement includes ElementCSSInlineStyle;
|