[A11Y] [Medium] Decorative icon missing aria-hidden attribute #38
Labels
No labels
accessibility
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
javascript
question
severity-medium
wcag-a
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ssa/linux.deployview.com#38
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Accessibility Issue: Decorative Icon Missing aria-hidden Attribute
WCAG Level: A
Severity: Medium
Category: ARIA Usage
Issue Description
A decorative icon (Font Awesome arrow icon) in the homepage is not properly hidden from assistive technologies. Decorative icons that do not convey meaningful information should have
aria-hidden="true"to prevent screen readers from announcing them.User Impact
Violations Found
File:
content/en/_index.mdLines: 7
Issue: The
<i>element containing the decorative Font Awesome icon lacksaria-hidden="true", causing screen readers to potentially announce the icon name.Recommended Fix
Changes Made:
aria-hidden="true"to the decorative icon elementTesting Instructions
Resources
Acceptance Criteria
aria-hidden="true"attribute added