-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Needs: ConfirmationWe need to confirm that this is an issueWe need to confirm that this is an issue
Milestone
Description
Describe the bug
Identifier
component has a child div
with aria-label
without an aria-role
. We should replace the div
with a section
element to improve accessibility.
This issue was identified in the wheelhouse accessibility report.
ARIA Labels don’t always work well on certain elements like DIVs where there is no role
Suggest adding aria-role=”complementary” to this div
Steps to reproduce the bug
- Go to digital.gov
Expected Behavior
Should be a section
element instead of div
Related code
See this PR https://github.com/GSA/digitalgov.gov/pull/5368/files
Screenshots
System setup
- USWDS 3.0.1
Additional context
No response
Code of Conduct
- I agree to follow this project's Code of Conduct.
- I checked the current issues for duplicate bug reports.
Metadata
Metadata
Assignees
Labels
Needs: ConfirmationWe need to confirm that this is an issueWe need to confirm that this is an issue
Type
Projects
Status
Done