a11y: icon-only buttons have inadequate accessible names (WCAG 4.1.2) #35

Closed
opened 2026-04-08 06:43:15 -07:00 by pyr0ball · 0 comments
Owner

Multiple icon-only buttons (★, ☆, ✕) have static or missing aria-label with no recipe/tag context:

  • btn-bookmark / btn-dismiss in RecipesView — label doesn't include recipe title
  • chip-remove in SaveRecipeModal — fixed (:aria-label="'Remove tag: ' + tag")
  • Save/Saved toggle in RecipeBrowserPanel — :title only, no aria-label
  • btn-bookmark-panel in RecipeDetailPanel — fixed (dynamic label with recipe title)

Remaining: Fix bookmark/dismiss buttons in RecipesView card list; save toggle in RecipeBrowserPanel.

Refs: HIGH-W5

Multiple icon-only buttons (★, ☆, ✕) have static or missing `aria-label` with no recipe/tag context: - `btn-bookmark` / `btn-dismiss` in RecipesView — label doesn't include recipe title - `chip-remove` in SaveRecipeModal — **fixed** (`:aria-label="'Remove tag: ' + tag"`) - Save/Saved toggle in RecipeBrowserPanel — `:title` only, no `aria-label` - `btn-bookmark-panel` in RecipeDetailPanel — **fixed** (dynamic label with recipe title) **Remaining:** Fix bookmark/dismiss buttons in RecipesView card list; save toggle in RecipeBrowserPanel. **Refs:** HIGH-W5
pyr0ball added this to the Beta — Recipe Suggestions milestone 2026-04-08 06:43:15 -07:00
pyr0ball added the
bug
accessibility
labels 2026-04-08 06:43:15 -07:00
Sign in to join this conversation.
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: Circuit-Forge/kiwi#35
No description provided.