How does Composr ensure accessible data tables?
Question | How does Composr ensure accessible data tables? |
---|---|
Answer | The web standards checker enforces proper markup for data tables, including identifying row and column headers, and associating data cells with header cells. It ensures that tables are not used for layout (flex boxes and HTML grids are preferred for mobile responsiveness) unless they make sense when linearized. Composr provides summaries for tables to aid non-visual user agents in understanding their structure and content. |
Comments
There have been no comments yet