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

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

<!--
@MAC-ALLOW:AXRoleDescription
@WIN-ALLOW:xml-roles:*
@AURALINUX-ALLOW:xml-roles:*
-->
<!DOCTYPE html>
<html>
<body>
  <main>
    This is main element.
  </main>

  <div role="main">
    This is an ARIA role main.
  </div>
</body>
</html>