I'm working with a very large HTML table. It is properly structured using thead
, th
, scope=""
, etc. The thead
has, for example, 7 header rows of nested columns and 180 columns across.
What are the recommended methods for making this sort of table 508 compliant and screen-reader friendly? Is it even possible?