Open
Description
Glint types <math>
as Element
. It should be the more specific MathMlElement
.
This is an issue in some cases. E.g. Element
does not implement ElementCSSInlineStyle
, which MathMlElement
does. This breaks usage of ember-style-modifier on <math>
elements as documented by this failing test: jelhan/ember-style-modifier#237
There is already a special handing for SVGElement
in Glint:
glint/packages/template/-private/dsl/types.d.ts
Lines 7 to 17 in 01b8deb
MathMlElement
as well.Metadata
Metadata
Assignees
Labels
No labels