Fix accessibility issues found in a11y review - #207
Open
aarmey wants to merge 1 commit into
Open
Conversation
…tates - Add missing <title> elements to icon symbols so icon-only links (GitHub, Home, Mastodon, ORCID, Twitter) have accessible names - Give the homepage nav link a real "Home" label instead of "/" - Add aria-current="page" to the current nav item, matched by URL instead of by title so it survives the label change - Give every page layout a single <h1> and correct the resulting heading order (team, publications, tag, contact, research/industry) - Convert the publication abstract "[Abstract]" toggle from a bare <a href="#"> to a real <button> with aria-expanded/aria-controls - Add lang="en-US" to the 404 page - Make the team page's former-members list visible without JS, and expose alumni filter state via aria-pressed Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018Ti6piqbtTg9j7XgeDmwCu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
<title>elements in their SVG symbolsaria-current="page", matched by URL so it's robust to label changes<h1>, with subsequent headings renumbered so there are no skipped levels (team, publications, tag archive, contact, research/industry pages all affected)<button>witharia-expanded/aria-controlsinstead of a bare<a href="#">lang="en-US"like every other pagearia-pressedTest plan
hugo --minifybuilds cleanly<h1>per page, no skipped heading levels<title>GitHub</title><button aria-expanded="false" aria-controls="...">🤖 Generated with Claude Code
https://claude.ai/code/session_018Ti6piqbtTg9j7XgeDmwCu