[A11Y] [Medium] Missing skip link and background image accessibility #38
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#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: Missing Skip Link and Background Image Accessibility
WCAG Level: A
Severity: Medium
Category: Skip Links & Navigation, Missing Alt Text
Issue Description
The site is missing a "Skip to main content" link, which is a critical accessibility feature for keyboard users. Additionally, the cover block background image lacks descriptive alternative text.
User Impact
Violations Found
File:
content/en/_index.mdLines: 4-12
Issue:
blocks/coverusesfeatured-background.jpgbut no alt text description is provided for the background image contextRecommended Fixes
1. Add Skip Link
The Docsy theme should include a skip link. Verify the theme configuration or add a custom skip link partial.
2. Add Background Image Context
Consider adding an
aria-labelor descriptive text to the cover block to provide context for the background image.Additional Issues Found
Empty Content Sections in
content/en/_index.md:blocks/leadsectionblocks/sectionsectionblocks/sectionsectionblocks/sectionsectionEmpty sections may create confusing navigation landmarks for screen reader users.
Testing Instructions
Resources
Acceptance Criteria