mathbackground-001.html (617B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>mathbackground on mrow</title> 4 <link rel="help" href="https://w3c.github.io/mathml-core/#legacy-mathml-style-attributes"> 5 <link rel="help" href="https://w3c.github.io/mathml-core/#text-mtext"> 6 <link rel="help" href="https://w3c.github.io/mathml-core/#horizontally-group-sub-expressions-mrow"> 7 <link rel="mismatch" href="mathbackground-001-notref.html"/> 8 <meta name="assert" content="mathbackground on a mrow has a visual effect."> 9 <math xmlns="http://www.w3.org/1998/Math/MathML"> 10 <mrow mathbackground="red"> 11 <mtext>□■□■□■□</mtext> 12 </mrow> 13 </math>