translate

Featured Links

Questions & Answers

This listing is a compilation of both questions asked in-site and questions related to accessibility themes gathered from different sources (stackoverflow, UX Stack Exchange).

Displaying 1 - 6 of 6 questions

Sortable table accessible to keyboard users

Stackoverflow

I have a <thead> with a couple of rows that are sortable. My markup currently looks like this:

Tags: 
  • html
  • html-table
  • accessibility

WCAG 2.0 Using tables for layout

Stackoverflow

Does WCAG 2.0 allow tables for layout, I can't see anything in the guidelines saying you can't but this suprises me.

Tags: 
  • html-table
  • accessibility
  • wcag

Substitute symbol for text in table cells and maintain center alignment

Stackoverflow

I've got a table showing participation of countries in a project in 2013 and 2018. For a year in which a country participated, we want to display a black circle.

Tags: 
  • css
  • html-table
  • accessibility
  • substitution

Accessible Table with Sub Headings / Category Separation

Stackoverflow

EDIT: To the person who tagged this as having nothing to do with ADA. This question has everything to do with ADA.

Tags: 
  • html
  • html-table
  • accessibility

Meeting 508 Accessibility requirements for complex data tables

Stackoverflow

I'm using a extension for Firefox to check for 508 compliance issues. found here:

Tags: 
  • html
  • html-table
  • coldfusion
  • accessibility

Word-wrap in an HTML table using display:table-row

A more complex version of: Word-wrap in an HTML table.

Tags: 
  • html
  • css
  • mobile
  • html-table
  • accessibility