MathML not displayed automatically after XSL transformation
Categories
(Core :: MathML, defect)
Tracking
()
People
(Reporter: degama, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0
Steps to reproduce:
Open XML description file using XSL transformations:
https://plbd.org/doc/db/schemas/main-database-description.xml?table=intrinsic_parameters&field=kb_int
Expanding Formula/Primary/math element
Actual results:
Formula not displayed using MathML formatting.
XSLT works, HTML elements are presented.
Doing simple changes in <math> elements, for example
"<math a="b" namespace="http://www.w3.org/1998/Math/MathML">"
causes correct displaying.
Expected results:
In other browsers (Chrome, Opera, Brave, ...) XSL transformed MathML formulas are displayed correctly.
| Reporter | ||
Comment 1•2 years ago
|
||
Editing HTML leads to correct display of MathML formatted formula.
Comment 2•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::MathML' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Description
•