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

content / test / data / accessibility / html / sup.html [blame]

<!--
@AURALINUX-ALLOW:text-position*
@BLINK-ALLOW:textStyle=*
@BLINK-ALLOW:textPosition=*
@WIN-ALLOW:font*
@WIN-DENY:font-size*
@WIN-DENY:font-family*
@WIN-ALLOW:ia2_hypertext=*
@WIN-ALLOW:offset:*
@WIN-ALLOW:text*
@WIN-DENY:text-align*
@WIN-DENY:text-indent*
-->
<!DOCTYPE html>
<html>
<body>

<p>This text contains<sup>superscript</sup>text.</p>

</body>
</html>