<?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 : Fences</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 : Fences</h1>

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

<table summary="Table of fences" border="1">
  <thead>
    <tr>
      <td>Name</td>
      <td>Rendering</td>
      <td>In an mrow</td>
      <td>Stretchy</td>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Parenthesis</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>(</mo>
          <mi>x</mi>
          <mo>)</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mrow>
            <mo>(</mo>
            <munderover>
              <mi>base</mi>
              <mi>underscript</mi>
              <mi>overscript</mi>
            </munderover>
            <mo>)</mo>
          </mrow>
        </math></td>
      <td>true</td>
    </tr>
    <tr>
      <td>Bracket</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>[</mo>
<mi>x</mi>
          <mo>]</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mrow>
            <mo>[</mo>
            <munderover>
              <mi>base</mi>
              <mi>underscript</mi>
              <mi>overscript</mi>
            </munderover>
            <mo>]</mo>
          </mrow>
        </math></td>
      <td>true</td>
    </tr>
    <tr>
      <td>Brace</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>{</mo>
          <mi>x</mi>
          <mo>}</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mrow>
            <mo>{</mo>
            <munderover>
              <mi>base</mi>
              <mi>underscript</mi>
              <mi>overscript</mi>
            </munderover>
            <mo>}</mo>
          </mrow>
        </math></td>
      <td>true</td>
    </tr>
    <tr>
      <td>CurlyDoubleQuote</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>&#x201c;</mo>
          <mi>x</mi>
          <mo>&#x201d;</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mrow>
            <mo>&#x201c;</mo>
            <munderover>
              <mi>base</mi>
              <mi>underscript</mi>
              <mi>overscript</mi>
            </munderover>
            <mo>&#x201d;</mo>
          </mrow>
        </math></td>
      <td>false</td>
    </tr>
    <tr>
      <td>CurlyQuote</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>&#x2018;</mo>
          <mi>x</mi>
          <mo>&#x2019;</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mrow>
            <mo>&#x2018;</mo>
            <munderover>
              <mi>base</mi>
              <mi>underscript</mi>
              <mi>overscript</mi>
            </munderover>
            <mo>&#x2019;</mo>
          </mrow>
        </math></td>
      <td>false</td>
    </tr>
    <tr>
      <td>AngleBracket</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>&#x2329;</mo>
          <mi>x</mi>
          <mo>&#x232a;</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mrow>
            <mo>&#x2329;</mo>
            <munderover>
              <mi>base</mi>
              <mi>underscript</mi>
              <mi>overscript</mi>
            </munderover>
            <mo>&#x232a;</mo>
          </mrow>
        </math></td>
      <td>true</td>
    </tr>
    <tr>
      <td>Ceiling</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>&#x2308;</mo>
          <mi>x</mi>
          <mo>&#x2309;</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mrow>
            <mo>&#x2308;</mo>
            <munderover>
              <mi>base</mi>
              <mi>underscript</mi>
              <mi>overscript</mi>
            </munderover>
            <mo>&#x2309;</mo>
          </mrow>
        </math></td>
      <td>true</td>
    </tr>
    <tr>
      <td>DoubleBracket</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>&#x301a;</mo>
          <mi>x</mi>
          <mo>&#x301b;</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mrow>
            <mo>&#x301a;</mo>
            <munderover>
              <mi>base</mi>
              <mi>underscript</mi>
              <mi>overscript</mi>
            </munderover>
            <mo>&#x301b;</mo>
          </mrow>
        </math></td>
      <td>true</td>
    </tr>
    <tr>
      <td>Floor</td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mo>&#x230a;</mo>
          <mi>x</mi>
          <mo>&#x230b;</mo>
        </math></td>
      <td><math xmlns="http://www.w3.org/1998/Math/MathML">
          <mrow>
            <mo>&#x230a;</mo>
            <munderover>
              <mi>base</mi>
              <mi>underscript</mi>
              <mi>overscript</mi>
            </munderover>
            <mo>&#x230b;</mo>
          </mrow>
        </math></td>
      <td>true</td>
    </tr>
  </tbody>
</table>
</body>
</html>
