Previous rule | Règle n°76 | Next rule

Data table titles are filled in

Donner un titre aux tableaux afin d’expliciter le contenu aux lecteurs.

Objectives

  • Allow technical help users to easily identify the nature of information provided by a table.
  • Improve accessibility of content to readers with disabilities

Implementation

  • Use and fill the HTML caption element for each data array.
  • In this case, use a hiding caption element on the display.

Control

  • Check the source code of the HTML page of the epub and the presence of the element caption. If this element is hidden in display using a CSS class, make sure it remains accessible for screen readers.

Validation

  • Needs to be verified by a human.

Information