From H73: Using the summary attribute of the table element to give an overview of data tables:
For each data table:
- Check if a
summaryattribute is present for thetableelement.- If a
summaryis present, check that thesummaryattribute describes the table's organization or explains how to use the table.- Check if a
captionelement is present in thetableelement.- If both a
summaryattribute and acaptionelement are present, check that thesummarydoes not duplicate thecaption.
7 of 16 |