This document:Public document·View comments·Disposition of Comments·
Nearby:Accessibility Guidelines Working Group Other specs in this tool Accessibility Guidelines Working Group's Issue tracker
Quick access to LC-2872 LC-2873 LC-2874 LC-2875 LC-2877 LC-2878 LC-2879 LC-2880 LC-2881 LC-2882 LC-2883 LC-2884 LC-2885 LC-2886 LC-2887 LC-2888 LC-2889 LC-2890 LC-2891 LC-2892 LC-2894 LC-2896 LC-2897 LC-2898 LC-2899 LC-2901 LC-2902 LC-2903 LC-2904 LC-2906 LC-2907
Previous: LC-2872 Next: LC-2902
This test only requires for a table to have tr, td and th elements. But what it should do is require data cells to be associated with their corresponding header cells using td and th elements. Requiring every table to have a th is incorrect in my opinion, since tables can exist that do not have headers. This is not always obvious to people, but it’s quite simple to create a table without headers. Simply take a table and remove the rows and columns with headings in it leaves you with a perfectly valid and accessible (though probably not very useable) table that only has data cells. This comment is part of the project for the Accessibility Support Database Proposed Change: * Check for the presence of tabular information. * For each occurrence of tabular information: ** Check that data cells are marked up with td elements ** Check that header cells are marked up with th elements ** Check that data cells are associated with their corresponding header cell(s) according to the rules described in the HTML specification.