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

Fix empty table header for accessibility #355

Merged
merged 2 commits into from
Jan 25, 2021

Conversation

bensheldon
Copy link
Contributor

US Section 508 accessibility standards requires that table headers are appropriately identified: https://webaim.org/standards/508/checklist#standardg

The Wave Extension for accessibility checking calls an empty thead an "error".

I'm not quite sure what the appropriate description is for that column and I'm happy to make any improvements to the words or presentation. Here's what it looks like:

screen shot 2018-06-15 at 7 49 36 am

@codecov-io
Copy link

codecov-io commented Jun 15, 2018

Codecov Report

Merging #355 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #355   +/-   ##
=======================================
  Coverage   89.19%   89.19%           
=======================================
  Files          21       21           
  Lines        1222     1222           
=======================================
  Hits         1090     1090           
  Misses        132      132
Impacted Files Coverage Δ
lib/mini_profiler/asset_version.rb 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1bd8c9f...d9d2eaa. Read the comment docs.

@bensheldon bensheldon closed this Jun 15, 2018
@bensheldon bensheldon reopened this Jun 15, 2018
bensheldon and others added 2 commits January 25, 2021 12:05
US Section 508 accessibility standards requires that table headers are appropriately identified: https://webaim.org/standards/508/checklist#standardg
Signed-off-by: OsamaSayegh <[email protected]>
@OsamaSayegh OsamaSayegh merged commit 8711a00 into MiniProfiler:master Jan 25, 2021
@OsamaSayegh
Copy link
Collaborator

Thank you for this PR @bencrouse!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants