User Details
- User Since
- Sep 10 2020, 7:40 PM (291 w, 5 d)
- Availability
- Available
- LDAP User
- Unknown
- MediaWiki User
- Dexxor [ Global Accounts ]
Wed, Mar 18
I don't think there's anything we can do about this: MediaWiki generates the correct MathML, it just happens to look suboptimal in browsers due to the extra space from \,. Basically, I'm saying that the rather exotic \overset{\,\prime}{x} should be written as \overset{\prime}{x} instead.
Mar 11 2026
Mar 1 2026
I can reproduce this in Chrome but not in Firefox.
Feb 23 2026
Feb 22 2026
Allow me to speculate: On https://de.wikipedia.org/wiki/Teilchen_im_Kasten#Normierung we see this formula
This formula is cached on dewiki. If you add some useless whitespace to the LaTeX code (to force a cache miss) and then preview the page, the second integral becomes small like the first. So this bug could possibly be a recent regression (but this still doesn't explain why the first integral is small).
Feb 19 2026
Feb 12 2026
Jan 11 2026
@Aarohisharma3 Can you ensure that the colon in <math>A{:}B</math> is translated to <mo lspace="0em" rspace="0em">:</mo> and rendered without spacing? While you're at it, you might also want to fix T401746.
Oct 13 2025
The ::= operator from Backus–Naur form has the same problem, see e.g. https://en.wikipedia.org/w/index.php?title=Probabilistic_CTL&oldid=1273433286#PCTL_syntax
Oct 11 2025
Sep 21 2025
I don't fully understand what you excluded, but dewiki never uses numbers without a leading digit so while .99 (point nine nine) should be squashed, it's OK if {,}99 isn't.
Sep 20 2025
On dewiki, it's common to use {,} as decimal seperator, e.g. 3{,}14. Support for that would be nice as well.
Aug 16 2025
Aug 14 2025
Interestingly, \tbinom{n}{k} works just fine.
Aug 13 2025
Aug 12 2025
A minimal example is <math>n=|C|</math>. There is too much space in the Firefox rendering after the first vertical bar. This can be fixed by wrapping the expression |C| inside a mrow element like https://temml.org/ does.
Aug 11 2025
Mar 28 2025
Mar 8 2025
Feb 26 2025
Feb 25 2025
Feb 19 2025
Feb 16 2025
Feb 12 2025
Another related bug: The "i=0" in <math>\min\limits_{i=0}</math> should be rendered below "min" but it's not.
Feb 11 2025
A possibly related bug is that the "2" in <math>\sin \cos^2</math> or <math>\deg \cos^2</math> is not rendered as a superscript (i.e. I would expect to see "sin cos²" but it actually renders as "sin cos2"). Again, "Invalid markup: Incorrect number of children for <msup/> tag" is printed to the Firefox console. Interestingly, <math>\sin^2 \cos^2</math> is rendered correctly as "sin² cos²".
Jan 26 2025
Dec 17 2024
Besides <blockquote> elements, floating divs (e.g. images) in the same paragraph also trigger this problem: <math>A</math> implies <math>B</math> ocassionally. <div style="display:float">

