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

<p>This test allows to check the behavior of a software with the three <a
href="http://www.w3.org/TR/2003/REC-MathML2-20031021/chapter3.html#id.3.2.5.5">Invisible
Operators</a>. For each of them, an example is given with and without the
operator.</p>
<ol>
  <li>no character have to be displayed</li>
  <li>for softwares with a non-visual rendering, check the difference with or
    without invisible operators.</li>
</ol>
<ul>
  <li>ApplyFunction : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mi>f</mi>
      <mo>&#x2061;</mo>
      <mrow>
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
    </math>and <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mi>f</mi>
      <mrow>
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
    </math></li>
  <li>InvisibleTimes : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mi>x</mi>
      <mo>&#x2062;</mo>
      <mi>y</mi>
    </math> and <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mi>x</mi>
      <mi>y</mi>
    </math></li>
  <li>InvisibleComma : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <msub>
        <mi>a</mi>
        <mrow>
          <mi>i</mi>
          <mo>&#x2063;</mo>
          <mi>j</mi>
        </mrow>
      </msub>
    </math>and <math xmlns="http://www.w3.org/1998/Math/MathML">
      <msub>
        <mi>a</mi>
        <mrow>
          <mi>i</mi>
          <mi>j</mi>
        </mrow>
      </msub>
    </math></li>
</ul>
</body>
</html>
