tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

mathbackground-002.html (605B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>mathbackground on mstyle</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/#style-change-mstyle">
      7 <link rel="mismatch" href="mathbackground-002-notref.html"/>
      8 <meta name="assert" content="mathbackground on a mstyle has a visual effect.">
      9 <math xmlns="http://www.w3.org/1998/Math/MathML">
     10  <mstyle mathbackground="red">
     11    <mtext>□■□■□■□</mtext>
     12  </mstyle>
     13 </math>