New: Cookbooks and AI ExplanationsStep-by-Step recipes to solve problems connected to Roadmaps and Cheat Sheets. Need more details? Use AI buttons for structured and simple explanations with concrete examples throughout the whole platform.Take a look
My icon buttons look obvious to me, but I have no idea what a screen reader says when it lands on one.
What you'll have at the end
Every icon-only button on the page has an aria-label, and a screen reader test reads its real action out loud.
You need
A page with at least one button, or an element acting like one, whose whole visible content is an icon, emoji, or small picture, with no accompanying text.
Not covered
Buttons whose visual state changes when pressed, like a mute toggle or an expand/collapse control: those need aria-pressed or aria-expanded on top of a name, which is its own recipe.
Leans on
Checked 20 Aug 2026
Part of the HTML cookbook