Accessible names · 08
Keep the visible label in the name
Speech input users expect the words they see to be the words that identify the control.
What to do
- Keep “Download report” visibly rendered.
- Make the button accessible name include that exact visible text.
- You may add extra context after the visible label.
Result
Run the checks
Edit the HTML and select “Check solution”. The preview updates automatically.
If you are stuck
“Download report as PDF” works because it contains the visible label in the same order.