mediawiki-extensions-Math/src
Moritz Schubotz (physikerwelt) b86ab8b4fa
Use spans for displaystyle fallback images
Previously, we were using div containers to SVG fallback images to
mimic the MathML  behaviour. This had unintended side
effects as reported in T182041.

This change uses span containers for both display and inline math
fallback images.

Bug: T182041
Change-Id: I1d563f9f3cba8a10af2665518be6c672de174333
2024-06-09 00:29:35 +02:00
..
HookHandlers Add MathJax rendering option 2024-05-24 03:30:05 +00:00
Hooks Create HookRunner class and the hook handler interfaces 2023-06-05 22:47:33 +02:00
InputCheck Fix purging of cache in native mode 2024-02-05 20:56:19 +01:00
Render Remove explicit DB access 2024-01-11 15:57:02 +00:00
Rest Use namespaced classes 2024-01-06 16:30:26 +01:00
Widget Human-readable errors on Special:MathStatus 2024-01-27 22:57:12 +01:00
WikiTexVC Implement hline support for matrix 2024-06-03 19:15:43 +02:00
Hooks.php Conditionally register popup RestRoute using ExtensionFunctions 2024-04-07 20:30:04 +00:00
InvalidTeXException.php Replace deprecated MWException 2023-06-09 13:00:46 +02:00
Math.php Make code using the Math.CheckerFactory service discoverable 2022-11-23 12:10:32 +00:00
MathConfig.php Add MathJax rendering option 2024-05-24 03:30:05 +00:00
MathDataUpdater.php Use namespaced classes 2024-01-06 16:30:26 +01:00
MathFormatter.php Use namespaced classes 2024-01-06 16:30:26 +01:00
MathLaTeXML.php LaTeXML: Remove SVG fallback images 2024-06-03 07:06:24 +00:00
MathMathML.php Use spans for displaystyle fallback images 2024-06-09 00:29:35 +02:00
MathMathMLCli.php Remove explicit DB access 2024-01-11 15:57:02 +00:00
MathMLRdfBuilder.php Namespace extension 2021-04-08 01:17:14 +01:00
MathNativeMML.php LaTeXML: Remove SVG fallback images 2024-06-03 07:06:24 +00:00
MathRenderer.php LaTeXML: Remove SVG fallback images 2024-06-03 07:06:24 +00:00
MathRestbaseException.php Replace deprecated MWException 2023-06-09 13:00:46 +02:00
MathRestbaseInterface.php Remove functional dead code about PNG images 2023-10-30 10:46:08 +00:00
MathSource.php LaTeXML: Remove SVG fallback images 2024-06-03 07:06:24 +00:00
MathValidator.php Make code using the Math.CheckerFactory service discoverable 2022-11-23 12:10:32 +00:00
MathWikibaseConnector.php build: Fix line indents 2024-03-10 22:46:31 +01:00
MathWikibaseInfo.php Stop using the Xml class in this codebase 2024-04-19 19:42:19 +00:00
SpecialMathShowImage.php Remove explicit DB access 2024-01-11 15:57:02 +00:00
SpecialMathStatus.php Special:MathStatus Remove check for special page link 2024-02-19 15:28:06 +00:00
SpecialMathWikibase.php Cleanup SpecialMathWikibase WikibaseClient availability 2024-04-08 14:33:40 +00:00
WikibaseHook.php Don't configure parser-factory-callback 2024-04-09 19:14:44 +02:00