1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11

content / test / data / accessibility / regression / header-inside-section-role-generic.html [blame]

<!DOCTYPE html>
<section role="presentation">
  <header>
    <p>header inside section with role presentational.</p>
  </header>
</section>
<section role="generic">
  <header>
    <p>header inside section with role generic.</p>
  </header>
</section>