1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15

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

<!--
@MAC-ALLOW:AXRoleDescription
@UIA-WIN-ALLOW:LocalizedControlType='figure'
@WIN-ALLOW:localized_extended_role='figure'
@WIN-ALLOW:xml-roles*
@AURALINUX-ALLOW:xml-roles*
-->
<!DOCTYPE html>
<html>
<body>
<figure>
  <img src="pipe.jpg" alt="Sunspots" width="304" height="228">
</figure>
</body>
</html>