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

content / test / data / accessibility / html / header-inside-other-section.html [blame]

<!DOCTYPE html>
<!--
@MAC-ALLOW:AXRoleDescription
@UIA-WIN-ALLOW:LocalizedControlType='section header'
@WIN-ALLOW:localized_extended_role='header'
@WIN-ALLOW:xml-roles:*
@AURALINUX-ALLOW:xml-roles:*
-->
<article>
  <header>
    <p>Header inside article.</p>
  </header>
</article>
<section>
  <header>
    <p>Header inside section.</p>
  </header>
</section>
<main>
  <header>
    <p>Header inside main.</p>
  </header>
</main>