<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title> W3C MathML TestSuite for CSS, Version 2: math1</title>
  <link rel='stylesheet' type="text/css" href="../../../../style/mathml.css"/>
</head>
  <body>
    <p><b>Image</b>:</p>
    <p><img src="rec-mglyph1.png" alt=""/></p>
    <p><b>Your browser's rendering</b>:</p>
    <p>
    <math> 
      <mi> 
        <mglyph fontfamily="my-braid-font" index="2" alt="23braid"/> 
      </mi> 
      <mspace width="10px"/> 
      <mn> 
        <mglyph fontfamily="Curlz MT" index="65" alt="script 'A'"/> 
      </mn> 
      <mspace width="10px"/> 
      <mn> 
        <mglyph fontfamily="Arial" index="97" alt="lowercase 'a'"/> 
      </mn> 
    </math>
    </p>
    <p>
      <b>Source Code</b>:</p>
    <pre>
    &lt;math&gt; 
      &lt;mi&gt; 
        &lt;mglyph fontfamily="my-braid-font" index="2" alt="23braid"/&gt; 
      &lt;/mi&gt; 
      &lt;mspace width="10px"/&gt; 
      &lt;mn&gt; 
        &lt;mglyph fontfamily="Curlz MT" index="65" alt="script 'A'"/&gt; 
      &lt;/mn&gt; 
      &lt;mspace width="10px"/&gt; 
      &lt;mn&gt; 
        &lt;mglyph fontfamily="Arial" index="97" alt="lowercase 'a'"/&gt; 
      &lt;/mn&gt; 
    &lt;/math&gt;
    </pre>
  </body>
</html>
