๐Ÿ–ผ๏ธ Alt Text Best Practices


๐Ÿงญ Semantic Navigation

<nav aria-labelledby="tocTitle">
  <ol role="list">
    ...
  </ol>
</nav>
<p id="tocTitle">On this page</p>

๐Ÿ“„ ARIA Roles for Tables


๐Ÿซฅ Accessible Hidden Content

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>