[A11Y] [Medium] External links lack additional context for screen readers #39
Labels
No labels
accessibility
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
javascript
question
severity-medium
wcag-a
wcag-aa
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ssa/www.deployview.com#39
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: External Links Missing Context
WCAG Level: A (2.4.4 Link Purpose)
Severity: Medium
Category: Semantic HTML / Link Accessibility
Issue Description
The main page contains external links with text like "Real Estate", "Management Services", and "Linux" that navigate to external domains. While the link text describes the destination, screen reader users may benefit from additional context indicating these are external links.
User Impact
Violations Found
File:
content/en/_index.mdLines: 6-14
Issue: External links could benefit from
aria-labelor visually hidden text indicating external navigation.Recommended Fix
Changes Made:
aria-labelattributes to provide additional context for screen readersTesting Instructions
Resources
Acceptance Criteria