Skip to main content
RAWEBA

5.3 For each layout table, is the linearized content still comprehensible?

WCAG references
  • 1.3.2 Meaningful Sequence (A)
  • 4.1.2 Name, Role, Value (A)
Techniques
  • ARIA4
  • F49

Official methodology to test criterion 5.3

Test 1 (5.3.1)

  1. Find the layout tables in the document.
  2. For each layout table, check that
    • The order in which the cells are accessed is consistent with the content.
    • The <table> element has a WAI-ARIA role="presentation" attribute.
  3. If this is the case for each layout table, the test is validated.