910e62b5创建于 1月15日历史提交
<!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>