12.6

Can content grouping blocks present on several web pages (with the exception of the main regions composing the document structure) be reached or avoided, if necessary?

WCAG Reference

WCAG 1.3.1

Tests

  1. 12.6.1

    Do the content grouping blocks present on several web pages (with the exception of the main regions composing the document structure) meet at least one of these conditions, if necessary?

    The block has a WAI-ARIA role of type landmark corresponding to its nature.
    The block has a heading whose content makes it possible to understand the nature of the block's content.
    The block can be hidden by means of a button directly preceding the block in the order of the source code.
    The block can be avoided by means of a skip link directly preceding the block in the order of the source code.
    The block can be reached by means of a bypass link visible or, failing that, visible when focused.

WCAG Techniques

  • ARIA4
  • ARIA11
  • G115
  • H69