Math status

From Fallen London Wiki

This page displays information about the enabled math rendering modes.

The following rendering modes are enabled:

PNG images

LaTeX source (for text browsers)

MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools)

Running backend tests for rendering mode MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools).

Test Rendering the input "x^2+\text{a sample Text}" succeeded.

Test Comparing to the reference rendering failed.

Returned string

<span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"></span><img src="/w/index.php?title=Special:MathShowImage&amp;hash=3188311fc9e81540b3df0f60567f3108&amp;mode=mathml" class="mwe-math-fallback-image-inline" aria-hidden="true" alt="{\displaystyle x^2+\text{a sample Text}}"/></span>

does not contain expected string

a sample Text</mtext>

.

Test Rendering of a+b in plain MathML mode succeeded.

Test Checking the presence of '+' in the MathML output failed.

Returned string

<span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"></span><img src="/w/index.php?title=Special:MathShowImage&amp;hash=65c884f742c8591808a121a828bc09f8&amp;mode=mathml" class="mwe-math-fallback-image-inline" aria-hidden="true" alt="{\displaystyle a+b}"/></span>

does not contain expected string

<mo>+</mo>

.

Test Comparing the generated SVG with the reference failed.

Test Checking if MathML input is supported succeeded.

Test Rendering Presentation MathML sample succeeded.

Test Checking if the link to SVG image is correct succeeded.

Backend tests for rendering mode MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools) completed.