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
   29
   30
   31
   32
   33
   34
   35
   36
   37
   38
   39
   40
   41
   42
   43
   44
   45
   46
   47
   48
   49
   50
   51
   52
   53
   54
   55
   56
   57
   58
   59
   60
   61
   62
   63
   64
   65
   66
   67

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

<!DOCTYPE html>
<!--
@SCRIPT:
  multiscripts1.AXMathPostscripts.count
  multiscripts1.AXMathPostscripts[0].AXMathSubscript.AXChildren[0].AXValue
  multiscripts1.AXMathPostscripts[0].AXMathSuperscript.AXChildren[0].AXValue
  multiscripts1.AXMathPostscripts[1].AXMathSubscript.AXChildren[0].AXValue
  multiscripts1.AXMathPostscripts[1].AXMathSuperscript.AXChildren[0].AXValue
  multiscripts1.AXMathPostscripts[2].AXMathSubscript.AXChildren[0].AXValue
  multiscripts1.AXMathPostscripts[2].AXMathSuperscript.AXChildren[0].AXValue

@SCRIPT:
  multiscripts2.AXMathPostscripts.count
  multiscripts2.AXMathPostscripts[0].AXMathSubscript.AXChildren[0].AXValue
  multiscripts2.AXMathPostscripts[0].AXMathSuperscript.AXChildren.count
  multiscripts2.AXMathPostscripts[1].AXMathSubscript.AXChildren.count
  multiscripts2.AXMathPostscripts[1].AXMathSuperscript.AXChildren[0].AXValue

@SCRIPT:
  multiscripts3.AXMathPostscripts.count
  multiscripts3.AXMathPostscripts[0].AXMathSubscript.AXChildren[0].AXValue
  multiscripts3.AXMathPostscripts[0].AXMathSuperscript.AXChildren[0].AXValue

@SCRIPT:
  multiscripts4.AXMathPostscripts
-->
<math>
  <mmultiscripts id="multiscripts1">
    <mtext>base</mtext>
    <mtext>post1</mtext>
    <mtext>post2</mtext>
    <mtext>post3</mtext>
    <mtext>post4</mtext>
    <mtext>post5</mtext>
    <mtext>post6</mtext>
    <mprescripts/>
    <mtext>pre1</mtext>
    <mtext>pre2</mtext>
    <mtext>pre3</mtext>
    <mtext>pre4</mtext>
    <mtext>pre5</mtext>
    <mtext>pre6</mtext>
  </mmultiscripts>
  <mmultiscripts id="multiscripts2">
    <mtext>base</mtext>
    <mtext>post1</mtext>
    <none/>
    <none/>
    <mtext>post4</mtext>
    <mprescripts/>
    <mtext>pre1</mtext>
    <none/>
    <none/>
    <mtext>pre4</mtext>
  </mmultiscripts>
  <mmultiscripts id="multiscripts3">
    <mtext>base</mtext>
    <mn>1</mn>
    <mn>2</mn>
  </mmultiscripts>
  <mmultiscripts id="multiscripts4">
    <mtext>base</mtext>
    <mprescripts/>
    <mn>1</mn>
    <mn>2</mn>
  </mmultiscripts>
</math>