a11y: ARIA labels on body maps and semantic table for muscle frequency#88
Merged
Conversation
- BodySVG: add role="img" and aria-label listing primary muscles per view - HeatmapBodySVG: add role="img" and aria-label identifying view - Report.jsx: convert muscle frequency from div layout to <table> with thead/tbody/th(scope)/td so screen readers can navigate by row/column Closes #74, #78 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced May 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
bodymap.jsx: addrole="img"and descriptivearia-labelto bothBodySVGandHeatmapBodySVG— screen readers now identify the view and list primary muscles (As a screen reader user I want workout images and body maps to have text descriptions so I understand the visual content #74)Report.jsx: replace the div-based muscle frequency layout with a proper<table>(thead/tbody,scope="col"headers, th/td) so screen readers can navigate by row and column (As a screen reader user I want the muscle frequency table to use semantic table markup so I can navigate it by row and column #78)Issues closed
Closes #74, #78
Test plan
🤖 Generated with Claude Code