1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11

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

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