From b9feed7366fe88be2300bb391a94329a817274f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Fri, 3 Jul 2020 23:04:42 +0200 Subject: [PATCH] Fix mathml-core.idl https://github.com/mathml-refresh/mathml-core/pull/19 https://github.com/whatwg/html/pull/5248 --- ed/idl/mathml-core.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ed/idl/mathml-core.idl b/ed/idl/mathml-core.idl index c10776d842bd1..742fbaab2e484 100644 --- a/ed/idl/mathml-core.idl +++ b/ed/idl/mathml-core.idl @@ -7,7 +7,7 @@ interface MathMLElement : Element { }; MathMLElement includes GlobalEventHandlers; MathMLElement includes DocumentAndElementEventHandlers; -MathMLElement includes HTMLOrForeignElement; +MathMLElement includes HTMLOrSVGElement; MathMLElement includes ElementCSSInlineStyle; [Exposed=Window]