5.8

Each layout table must not use elements specific to data tables. Is this rule respected?

WCAG Reference

WCAG 1.3.1

Tests

  1. 5.8.1

    Does each layout table (<table> tag) meet these conditions?

    The layout table (<table> tag) has no summary attribute (otherwise empty) and contains no <caption>, <th>, <thead>, <tfoot> tag or tags with a WAI-ARIA role="rowheader", role="columnheader" attribute.
    The cells in the layout table (<td> tags) do not have scope, headers or axis attributes.

WCAG Techniques

  • F46