1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25
   26
   27
   28

content / test / data / accessibility / mac / attributes / ax-math-superscript.html [blame]

<!DOCTYPE html>
<!--
@SCRIPT:
  sup1.AXMathSuperscript.AXChildren.count
  sup1.AXMathSuperscript.AXChildren[0].AXValue
  sup2.AXMathSuperscript
  subsup1.AXMathSuperscript.AXChildren.count
  subsup1.AXMathSuperscript.AXChildren[0].AXValue
  subsup2.AXMathSuperscript
-->
<math>
  <msup id="sup1">
    <mn>1</mn>
    <mn>2</mn>
  </mfrac>
  <msup id="sup2">
    <mn>1</mn>
  </msup>
  <msubsup id="subsup1">
    <mn>1</mn>
    <mn>2</mn>
    <mn>3</mn>
  </mfrac>
  <msubsup id="subsup2">
    <mn>1</mn>
    <mn>2</mn>
  </msubsup>
</math>