<?xml version="1.0" encoding="us-ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN"
      "http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>MathML Test : Accents</title>
  <meta http-equiv="content-type" content="text/html; charset=us-ascii" />
  <meta name="generator" content="Amaya, see http://www.w3.org/Amaya/" />
  <meta name="author" content="Frederic WANG" />
</head>

<body>
<p><a href="index.xml#operators">Back to home</a></p>

<h1>MathML Test : Accents</h1>

<p>The following table contains the list of operators having the attribute
<code>accent</code> set to <code>"true"</code>and an example of their use
alone or as a direct sub-expression of an <code>mover</code>.</p>
<ol>
  <li>check whether all the symbols are displayed</li>
  <li>check the stretch behavior</li>
</ol>

<table summary="Table of accents" border="1">
  <tbody>
    <tr>
      <td>Entity Name</td>
      <td>Rendering</td>
      <td>In a mover </td>
      <td>Stretchy</td>
    </tr>
    <tr>
      <td>Breve</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>&#x2d8;</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mover>
            <mi>sometext</mi>
            <mo>&#x2d8;</mo>
          </mover>
        </math> </td>
      <td>false</td>
    </tr>
    <tr>
      <td>Cedilla</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>&#xb8;</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mover>
            <mi>sometext</mi>
            <mo>&#xb8;</mo>
          </mover>
        </math> </td>
      <td>false</td>
    </tr>
    <tr>
      <td>DiacriticalGrave</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>`</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mover>
            <mi>sometext</mi>
            <mo>`</mo>
          </mover>
        </math> </td>
      <td>false</td>
    </tr>
    <tr>
      <td>DiacriticalDot</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>&#x2d9;</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mover>
            <mi>sometext</mi>
            <mo>&#x2d9;</mo>
          </mover>
        </math> </td>
      <td>false</td>
    </tr>
    <tr>
      <td>DiacriticalDoubleAcute</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>&#x2dd;</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mover>
            <mi>sometext</mi>
            <mo>&#x2dd;</mo>
          </mover>
        </math> </td>
      <td>false</td>
    </tr>
    <tr>
      <td>LeftArrow</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>&#x2190;</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mover>
            <mi>sometext</mi>
            <mo>&#x2190;</mo>
          </mover>
        </math> </td>
      <td>true</td>
    </tr>
    <tr>
      <td>LeftRightArrow</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>&#x2194;</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mover>
            <mi>sometext</mi>
            <mo>&#x2194;</mo>
          </mover>
        </math> </td>
      <td>true</td>
    </tr>
    <tr>
      <td>LeftRightVector</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>&#x294e;</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mover>
            <mi>sometext</mi>
            <mo>&#x294e;</mo>
          </mover>
        </math> </td>
      <td>true</td>
    </tr>
    <tr>
      <td>LeftVector</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>&#x21bc;</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mover>
            <mi>sometext</mi>
            <mo>&#x21bc;</mo>
          </mover>
        </math> </td>
      <td>true</td>
    </tr>
    <tr>
      <td>DiacriticalAcute</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>&#xb4;</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mover>
            <mi>sometext</mi>
            <mo>&#xb4;</mo>
          </mover>
        </math> </td>
      <td>false</td>
    </tr>
    <tr>
      <td>RightArrow</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>&#x2192;</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mover>
            <mi>sometext</mi>
            <mo>&#x2192;</mo>
          </mover>
        </math> </td>
      <td>true</td>
    </tr>
    <tr>
      <td>RightVector</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>&#x21c0;</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mover>
            <mi>sometext</mi>
            <mo>&#x21c0;</mo>
          </mover>
        </math> </td>
      <td>true</td>
    </tr>
    <tr>
      <td>DiacriticalTilde</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>&#x2dc;</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mover>
            <mi>sometext</mi>
            <mo>&#x2dc;</mo>
          </mover>
        </math> </td>
      <td>true</td>
    </tr>
    <tr>
      <td>DoubleDot</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>&#xa8;</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mover>
            <mi>sometext</mi>
            <mo>&#xa8;</mo>
          </mover>
        </math> </td>
      <td>false</td>
    </tr>
    <tr>
      <td>DownBreve</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>&#x311;</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mover>
            <mi>sometext</mi>
            <mo>&#x311;</mo>
          </mover>
        </math> </td>
      <td>false</td>
    </tr>
    <tr>
      <td>Hacek</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>&#x2c7;</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mover>
            <mi>sometext</mi>
            <mo>&#x2c7;</mo>
          </mover>
        </math> </td>
      <td>true</td>
    </tr>
    <tr>
      <td>Hat</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>&#x302;</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mover>
            <mi>sometext</mi>
            <mo>&#x302;</mo>
          </mover>
        </math> </td>
      <td>true</td>
    </tr>
    <tr>
      <td>OverBar</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
            <mo>&#xaf;</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mover>
            <mi>sometext</mi>
            <mo>&#xaf;</mo>
          </mover>
        </math> </td>
      <td>true</td>
    </tr>
    <tr>
      <td>OverBrace</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>&#xfe37;</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mover>
            <mi>sometext</mi>
            <mo>&#xfe37;</mo>
          </mover>
        </math> </td>
      <td>true</td>
    </tr>
    <tr>
      <td>OverBracket</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>&#x23b4;</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mover>
            <mi>sometext</mi>
            <mo>&#x23b4;</mo>
          </mover>
        </math> </td>
      <td>true</td>
    </tr>
    <tr>
      <td>OverParenthesis</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>&#xfe35;</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mover>
            <mi>sometext</mi>
            <mo>&#xfe35;</mo>
          </mover>
        </math> </td>
      <td>true</td>
    </tr>
    <tr>
      <td>TripleDot</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>&#x20db;</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mover>
            <mi>sometext</mi>
            <mo>&#x20db;</mo>
          </mover>
        </math> </td>
      <td>false</td>
    </tr>
    <tr>
      <td>UnderBar</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>&#x332;</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mover>
            <mi>sometext</mi>
            <mo>&#x332;</mo>
          </mover>
        </math> </td>
      <td>true</td>
    </tr>
    <tr>
      <td>UnderBrace</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>&#xfe38;</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mover>
            <mi>sometext</mi>
            <mo>&#xfe38;</mo>
          </mover>
        </math> </td>
      <td>true</td>
    </tr>
    <tr>
      <td>UnderBracket</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>&#x23b5;</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mover>
            <mi>sometext</mi>
            <mo>&#x23b5;</mo>
          </mover>
        </math> </td>
      <td>true</td>
    </tr>
    <tr>
      <td>UnderParenthesis</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>&#xfe36;</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mover>
            <mi>sometext</mi>
            <mo>&#xfe36;</mo>
          </mover>
        </math> </td>
      <td>true</td>
    </tr>
  </tbody>
</table>
</body>
</html>
