You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 types
<math>
asElement
. It should be the more specificMathMlElement
.This is an issue in some cases. E.g.
Element
does not implementElementCSSInlineStyle
, whichMathMlElement
does. This breaks usage of ember-style-modifier on<math>
elements as documented by this failing test: jelhan/ember-style-modifier#237There 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.The text was updated successfully, but these errors were encountered: