User "Brion VIBBER" posted a comment on MediaWiki.r88260. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88260#c22476 Commit summary:
The following change fixes minor issues with the MathML display of arithmetic operations. In particular in displaying x-2 it should use the entity − in MathML as well. Also changed spacing so an opporation such as "+" would render as <mo> + </mo> instead of <mo>+</mo>. Comment: Note that as with bug 1594's version for HTML output, this leaves negative numbers like "-3" rendered as a "-" operator and a "3" number. Possibly not a big regression here since it was already done with <mo>-</mo><mn>3</mn> and spacing is probably determined by the elements rather than the stray spaces, but since MathML output is so broken we're likely to remove it soon anyway. Not much point to adjusting it further. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
