web: a11y fixes (pin name, touch targets) #2

Merged
hugooconnor merged 0 commits from refs/pull/2/head into main 2026-06-19 05:04:07 +00:00
hugooconnor commented 2026-06-19 05:03:54 +00:00 (Migrated from codeberg.org)

Fixes the two Lighthouse a11y/best-practice findings:

  • Map pin had no accessible name (announced as a nameless button). It's informational, not a control, so it's now interactive:false / keyboard:false with the pin SVG aria-hidden; the route line/dot/box are non-interactive too.
  • Touch targets too small — the sheet grabber and the tappable peek words are now ≥24px (padding + min-height).

Lighthouse: Accessibility 100, Best Practices 96; aria-command-name and target-size pass.

🤖 Generated with Claude Code

Fixes the two Lighthouse a11y/best-practice findings: - **Map pin had no accessible name** (announced as a nameless button). It's informational, not a control, so it's now `interactive:false` / `keyboard:false` with the pin SVG `aria-hidden`; the route line/dot/box are non-interactive too. - **Touch targets too small** — the sheet grabber and the tappable peek words are now ≥24px (padding + min-height). Lighthouse: Accessibility 100, Best Practices 96; `aria-command-name` and `target-size` pass. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
anuna-research/saywhere!2
No description provided.