Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Table Accessibility #54

Closed
irmerk opened this issue Jun 13, 2019 · 1 comment
Closed

Table Accessibility #54

irmerk opened this issue Jun 13, 2019 · 1 comment
Assignees
Labels
A11Y 🔓 Accessibility related Help Wanted 🆘 Extra attention is needed Type: Enhancement ✨ Improvement to process or efficiency

Comments

@irmerk
Copy link
Member

irmerk commented Jun 13, 2019

WCAG 2.0 Level A 1.3.1 (Info and Relationships)

Tasks

  • Ensure table elements are accessible through proper usage of:
    • <thead> and <tbody> for better navigation through a table
    • Column and Row header <th> elements need a scope attribute
      • (<th scope="col"> and <th scope="row">)
    • Tables should contain a <caption> (for the title) to help describe the table
      • Switch the header used prior to the table element with a caption element inside the table
      • Add a visually hidden description to the <caption>

Related Issues:

  • Issue #39 in Template Studio v2
@irmerk irmerk added Type: Feature Request 🛍️ New feature or request Help Wanted 🆘 Extra attention is needed labels Jun 13, 2019
@irmerk irmerk added this to To Do in Accessibility via automation Jun 13, 2019
@irmerk irmerk added A11Y 🔓 Accessibility related Type: Enhancement ✨ Improvement to process or efficiency and removed Type: Feature Request 🛍️ New feature or request labels Aug 23, 2019
@MKrupauskas
Copy link

MKrupauskas commented Oct 6, 2019

This should probably also be closed as the related issue in Template Studio v2 was closed. There aren't any tables in this project either :) @irmerk

@irmerk irmerk closed this as completed Oct 6, 2019
Accessibility automation moved this from To Do to Done Oct 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A11Y 🔓 Accessibility related Help Wanted 🆘 Extra attention is needed Type: Enhancement ✨ Improvement to process or efficiency
Projects
Accessibility
  
Done
Development

No branches or pull requests

2 participants