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

Table Accessibility #39

Closed
irmerk opened this issue Jun 13, 2019 · 5 comments
Closed

Table Accessibility #39

irmerk opened this issue Jun 13, 2019 · 5 comments

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 #54 in Cicero-UI
@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 this to To do in Template Studio V2 via automation Jun 13, 2019
@irmerk irmerk added A11Y 🔓 Accessibility related Good First Issue :octocat: Good for newcomers Type: Enhancement ✨ Improvement to process or efficiency and removed Help Wanted 🆘 Extra attention is needed Type: Feature Request 🛍️ New feature or request labels Aug 23, 2019
@irmerk irmerk added this to the Replace Template Studio milestone Aug 23, 2019
@irmerk irmerk added Difficulty: Starter Hacktoberfest by DigitalOcean and DEV labels Sep 14, 2019
@irmerk irmerk added this to Open Issues in Hacktoberfest 2019 via automation Sep 14, 2019
@nicoleCamoro
Copy link

hello, can I work on this?

@irmerk irmerk added Good First Issue (Taken) and removed Good First Issue :octocat: Good for newcomers labels Oct 3, 2019
@irmerk irmerk moved this from Open Issues to In Progress Issues in Hacktoberfest 2019 Oct 4, 2019
@nicoleCamoro
Copy link

Thanks for assigning me to this. Just wanted to know if there is anything specific where I should look at. I tried looking around but didn't find any tables to enhance.

@irmerk
Copy link
Member Author

irmerk commented Oct 4, 2019

@nicoleCamoro thee might actually not be any. I did a sweep through initially to create A11Y related issues on anything that I thought was possibly an issue, so this may be a non-issue. I can close it if you agree.

@nicoleCamoro
Copy link

@irmerk I agree so you can close this. If I find any other A11Y issues, would it be ok for me to submit and issue here and work on it? I'm using a tool so I know the possible things to tackle.

@irmerk
Copy link
Member Author

irmerk commented Oct 5, 2019

@irmerk I agree so you can close this. If I find any other A11Y issues, would it be ok for me to submit and issue here and work on it? I'm using a tool so I know the possible things to tackle.

If I understand you corrrectly, yes feel free to open A11Y issues (or any other) and work on them.

@irmerk irmerk closed this as completed Oct 5, 2019
Template Studio V2 automation moved this from To do to Finished Issues Oct 5, 2019
Accessibility automation moved this from To Do to Done Oct 5, 2019
Hacktoberfest 2019 automation moved this from In Progress Issues to Finished Issues Oct 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A11Y 🔓 Accessibility related Difficulty: Starter Good First Issue (Taken) Hacktoberfest by DigitalOcean and DEV Type: Enhancement ✨ Improvement to process or efficiency
Projects
Accessibility
  
Done
Hacktoberfest 2019
  
Finished Issues
Template Studio V2
  
Finished Issues
Development

No branches or pull requests

2 participants