img
elements with images containing math expressions have equivalent MathML markup.
img
elements that have a width and height greater than 100.
Question | Does this image contain any math statements that are not described in the document? |
---|---|
PASS | Image does not contain any math statements that are not described in the document. |
FAIL | Image contains math statement that is not described in the document. |
img
element in the content.img
elements with images containing math expressions have equivalent MathML markup.<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd" [ <!ENTITY mathml "http://www.w3.org/1998/Math/MathML"> ]> <html lang="en"> <head> <title>Testfile - Check #135 - Negative</title> </head> <body> <p>The following image shows the solution to the quadratic equation: begin fraction minus b plus or minus begin square root of b squared minus four a c end square root over 2 a end fraction</p> <img src="quadeqn.png" alt="solution to the quadratic equation" width="179" height="63"> <math xmlns='http://www.w3.org/1998/Math/MathML'> <mfrac> <mrow> <mrow> <mo>-</mo> <mi>b</mi> </mrow> <mo>±</mo> <msqrt> <mrow> <msup> <mi>b</mi> <mn>2</mn> </msup> <mo>-</mo> <mrow> <mn>4</mn> <mo>⁢</mo> <mi>a</mi> <mo>⁢</mo> <mi>c</mi> </mrow> </mrow> </msqrt> </mrow> <mrow> <mn>2</mn> <mo>⁢</mo> <mi>a</mi> </mrow> </mfrac> </math> </body> </html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html lang="en"> <head> <title>Testfile - Check #135 - Positive</title> </head> <body> <p>The following image shows the solution to the quadratic equation: begin fraction minus b plus or minus begin square root of b squared minus four a c end square root over 2 a end fraction</p> <img src="quadeqn.png" alt="solution to the quadratic equation" width="179" height="63"> </body> </html>