layout/reftests/mathml/maction-selection-ref.html

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

     1 <html xmlns="http://www.w3.org/1999/xhtml">
     2 <head>
     3 <title>maction selection</title>
     4 </head>
     6 <body>
     8 <p>Statusline:
     9 <math>
    10   <msqrt><mi>x</mi></msqrt>
    11 </math>
    12 </p>
    14 <p>Tooltip:
    15 <math>
    16   <msqrt><mi>x</mi></msqrt>
    17 </math>
    18 </p>
    20 <p>Toggle:
    21 <math>
    22   <mfrac>
    23     <mn>6</mn>
    24     <mn>8</mn>
    25   </mfrac>
    26 </math>
    27 </p>
    29 <p>Toggle 2:
    30 <math>
    31   <maction actiontype="toggle" selection="1">
    33     <mfrac>
    34       <mn>6</mn>
    35       <mn>8</mn>
    36     </mfrac>
    38     <mfrac>
    39       <mn>3</mn>
    40       <mn>4</mn>
    41     </mfrac>
    43   </maction>
    44 </math>
    45 </p>
    47 </body>
    48 </html>

mercurial