Skip to content

fix: add missing alt attributes to images#188

Merged
travisn merged 1 commit into
rook:masterfrom
immanuwell:fix/img-alt-text
Jun 1, 2026
Merged

fix: add missing alt attributes to images#188
travisn merged 1 commit into
rook:masterfrom
immanuwell:fix/img-alt-text

Conversation

@immanuwell
Copy link
Copy Markdown
Contributor

12 <img> tags across the site are missing alt attributes, which breaks screen reader support (WCAG 2.1 sc 1.1.1). Worst case is the CNCF logo in the footer - it's wrapped in an <a> tag with no alt text, so screen readers just announce the raw filename.

Reproduce: open rook.io with a screen reader (e.g. NVDA + Chrome or VoiceOver on mac), tab to the footer CNCF link - you get "link: /images/cncf.png" or similar instead of anything useful.

Fix: decorative icons and layout images get alt="" so screen readers skip em; the CNCF footer link gets alt="Cloud Native Computing Foundation" since its the only content in that anchor.

Signed-off-by: immanuwell pchpr.00@list.ru

Signed-off-by: immanuwell <pchpr.00@list.ru>
@travisn travisn merged commit 24b06b2 into rook:master Jun 1, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants