Open Bug 1793549 Opened 2 years ago Updated 8 months ago

Remove support for MathML length values thinmathspace, mediummathspace, thickmathspace, etc

Categories

(Core :: MathML, task)

task

Tracking

()

People

(Reporter: fredw, Assigned: fredw)

References

(Depends on 1 open bug, Blocks 3 open bugs)

Details

Follow-up of bug 1574750.

Feedback from Math WG is that polyfill is being prepared and these can be removed from WebKit/Firefox: https://github.com/w3c/mathml/issues/75#issuecomment-1272227573
Quick check of the status for some LaTeX-to-MathML converters: https://github.com/w3c/mathml/issues/75

I believe we can give a try.

Depends on: 1833188
  • Use counter for MathML_DeprecatedMathSpaceValue is small, around 0.002%
  • However the count of DeprecatedMathSpaceValue with respect to the count of page with MathML is significant, around 6% for beta 114-116.
  • Latest reply from moritz schubotz (May 2023) is that Wikipedia (which is probably one of the biggest source of MathML content) is still using these deprecated values. MediaWiki is rewriting their LaTeX-to-MathML implementation which won't use these values anymore so probably we can reevaluate after that.

edit: counter was renamed MathML_DeprecatedMathSpaceValue2 in https://phabricator.services.mozilla.com/D185399

beta	mathml	mathspace	
120	14750	912	   6,18 %
119	13380	1040	   7,77 %
118	10500	1150	   10,95 %
117	10190	964	   9,46 %
116	11350	1190	   10,48 %
115	15440	1840	   11,92 %
114	14400	1230	   8,54 %
113	15430	1580	   10,24 %
You need to log in before you can comment on or make changes to this bug.