Suggested name: math-exponent-o
This rule should check for instances of a single o or O in an exponent, which is likely an OCR error and should be the number 0.
The validator should flag: occurence of <mi>o</mi> or <mi>O</mi> as the second child to an <msup> element.
See examples in test_issue_30.epub
@MartheGjelstad and @AntonLMTM, what do you think?
Suggested name: math-exponent-o
This rule should check for instances of a single o or O in an exponent, which is likely an OCR error and should be the number 0.
The validator should flag: occurence of
<mi>o</mi>or<mi>O</mi>as the second child to an<msup>element.See examples in test_issue_30.epub
@MartheGjelstad and @AntonLMTM, what do you think?