"save"
as alt
text for a floppy disk icon<nav aria-labelledby="tocTitle">
<ol role="list">
...
</ol>
</nav>
<p id="tocTitle">On this page</p>
aria-labelledby
to associate navigation sections with headingsrole="list"
improves structure for assistive technologiesFor interactive tables โ role="grid"
For expandable/collapsible grids โ role="treegrid"
Include summaries:
<p id="summary">Summary content here</p>
<table aria-describedby="summary">
...
</table>
aria-hidden=true
- remove from a11y tree but keep for normal users
Hide from users, show to screen readers
<span class="sr-only">Accessible text</span>