Page MenuHomePhabricator

Avoid regressions in MathML rendering
Open, Needs TriagePublic

Description

MathML has improved significantly, however, while the result of the rendering looks quite promising, the code is hard to maintain, and therefore some refactoring will be advisable. @Stegmujo already started building a framework to check for regressions using HTML pages to check the output and compare different renderings. We need to establish a workflow (either via CI or manually) to investigate check for regressions in each change, or at least for each branch.

Related