Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comparison table accessibility issues #318

Closed
thibaudcolas opened this issue Nov 10, 2022 · 0 comments · Fixed by #435
Closed

Comparison table accessibility issues #318

thibaudcolas opened this issue Nov 10, 2022 · 0 comments · Fixed by #435
Labels

Comments

@thibaudcolas
Copy link
Member

  • If the table has an empty header cell, it shouldn’t be marked up as an empty <th> element. Use an empty <td> instead.
  • Table column headers (first row in bold) should be semantically marked up as <th scope="col">
  • Table row headers (first cell in bold) should be semantically marked up as <th scope="row">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant