mediawiki-extensions-Math/tests/phpunit/InputCheck
Stegmujo 2c81f052c7
Append invisible apply character
* to named functions and named operators
* You can consider using that invisible apply character (U+2061) after other function names with known arguments (such as \sin, \cos...). Some accessibility tools take advantage of it, I am told, but it may also be used to provide correct spacing from the MathML operator dictionary. In Chrome <mi>sin</mi><mi>a</mi> will show up with no added spacing as sina, which is not ideal.

* namedFct with any succeeding macros/characters have an apply function

Bug : T350021

Change-Id: I7ee5fdd580fb018bc108a32500c17914dd5dc05f
2023-10-31 16:33:15 +01:00
..
data Enable most tests which were previously disabled 2021-08-12 08:57:58 -07:00
InputCheckFactoryTest.php Add WAN Cache for native MathML rendering 2023-06-19 23:04:08 +02:00
LocalCheckerTest.php Append invisible apply character 2023-10-31 16:33:15 +01:00
MathoidCheckerTest.php Replace deprecated MWException 2023-06-09 13:00:46 +02:00
RestbaseCheckerTest.php MediaWikiTestCase -> MediaWikiIntegrationTestCase 2021-10-12 00:51:10 +02:00