3.8 Provide abbreviations for table header labels
Contents
WAI checkpoint 5.6
Full WAI text: "Provide abbreviations for header labels." A header is the name of a column or row in a data table. If long header titles are used, provide shorter versions. This is done by inserting an abbreviation attribute into the underlying HTML that identifies the header element.
Rationale
Users of screen readers or audio browsers find listening to the content of long and complex tables with long header names cumbersome and repetitive. Providing meaningful abbreviations reduces repetition and improves reading efficiency. For example, a header on a column which reads "Percentage growth of internet usage" could be abbreviated to simply, "growth".
Directions and Techniques
Use the ABBR attribute when describing table headers
See WAI recommended techniques for using the ABBR atribute to describe table headers
How you could check for this:
View the source code to see if attributes are provided
Open the HTML code which presents the table and check to see if the abbreviations are included through the correct use of the ABBR element. Note that an abbreviation is only necessary for long names and may not be helpful if the table is short and easy to understand without an abbreviation.
