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

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

<!--
@MAC-ALLOW:AXRoleDescription
@MAC-DENY:AXTitle
@UIA-WIN-ALLOW:ControlType='UIA_GroupControlTypeId'
@UIA-WIN-ALLOW:LocalizedControlType='article'
@WIN-ALLOW:xml-roles:article
@AURALINUX-ALLOW:xml-roles:article
-->
<!DOCTYPE html>
<html>
<body>
  <article>
    This is an article element.
  </article>
</body>
</html>