Closed pkra closed 6 years ago
E.g.,
<math xmlns=""> <mi>x</mi> </math>
When activating the a11y extensions, there is a processing error.
(Reproduce on Chrome 62)
OK, this is due to line 146 in semantics-enrich (and the corresponding original toMathML extension), which adds a namespace if there isn't one. But it considers a blank xmlns as missing. I will make a PR for it.
semantics-enrich
toMathML
xmlns
E.g.,
When activating the a11y extensions, there is a processing error.
(Reproduce on Chrome 62)