-
Notifications
You must be signed in to change notification settings - Fork 10
Description
I am researching how to create accessible tables in FXL layout, and the only options I can come up with are to create the table directly in the HTML with the correct markup (as already described on the Knowledge Base,) or use Alt-text (with complex description depending on the table.) Descriptions could follow recommendations for summaries starting with describing the header and rows and then breaking down the data in reading order. If the description was too long for Alt-text we could use a link to go to another location of the book with the full description or HTML table, or we could put the description in a hidden aside tag below the table and make note of the longer description in the Alt-text. Would this work for fixed layout?
There was another post here about complex image descriptions that recommended tiling for complex images, but to me that seems too much for tables and would break up the data and make it harder to follow.
Thoughts?