-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use explicit units #43
Comments
Or |
cc @distler All unitless length values are discouraged in MathML 3: "A number without a unit is intepreted as a multiple of the reference value. This form is primarily for backward compatibility and should be avoided, prefering explicit units for clarity. " (https://www.w3.org/TR/MathML3/chapter2.html#fund.units) However, "0" is likely to be preserved in MathML Core: w3c/mathml#24 ; still I think it is safe to use "0px" everywhere so I'll land a commit for that. |
Using a nonzero value is incorrect, for example the layout of fraction is different depending on whether linethickness is zero or not: https://mathml-refresh.github.io/mathml-core/#mfrac ; also I think some AT rely on that to present fraction differently. |
For example linethickness="0" should be linethickness="0px"
The text was updated successfully, but these errors were encountered: