Open
Description
Currently we only keep a list of known HTML and SVG elements:
This leads to the template compiler throwing a spurious warning for MathML, e.g.:
<math>
<mi>π<!-- p --></mi>
<mo><!-- ⁢ --></mo>
<msup>
<mi>r</mi>
<mn>2</mn>
</msup>
</math>
The warning thrown is:
lwc/packages/@lwc/errors/src/compiler/error-info/template-transform.ts
Lines 439 to 445 in 7701069
Activity