by Vivienne Trulock
Long labels, when being read out continuously by screen readers, can take up quite a lot of time, so abbreviations are useful.
Labels more than two words long should have a one or two word abbreviation, which the screen reader can substitute in its place. Use the abbr attribute inside the <TH> tags to give a short explanation of long table headers.
Pages can be scanned for <th> tags using Dreamweaver’s or Notepad's Edit > Find command. Pages with data tables which have headers which have three or more words, and which do not have an associated abbreviation attribute will fail the check.