1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20

content / test / data / accessibility / mathml / annotation.html [blame]

<!DOCTYPE html>
<!--
@AURALINUX-ALLOW:tag:*
-->
<style>
  semantics > annotation { display: math; } /* make annotation visible */
</style>
<math>
  <semantics>
    <mfrac><mn>1</mn><mn>2</mn></mfrac>
    <annotation class="test" encoding="application/x-tex">\frac{1}{2}</annotation>
    <annotation-xml encoding="application/mathml-content+xml">
      <apply>
        <divide/>
        <cn>1</cn>
        <cn>2</cn>
      </apply>
    </annotation-xml>
  </semantics>
</math>