Skip to content

Instantly share code, notes, and snippets.

@yuschick
Last active February 24, 2022 06:58
Show Gist options
  • Save yuschick/9d7436a1d54e446b270403a253765f52 to your computer and use it in GitHub Desktop.
Save yuschick/9d7436a1d54e446b270403a253765f52 to your computer and use it in GitHub Desktop.
Aria SetSize and PosInSet Example
<h2 id="top-artists-title">Top Artists of 2021</h2>
<ul role="listbox" aria-labelledby="top-artists-title">
<li role="option" aria-setsize="20" aria-posinset="5">Bloodbound</li>
<li role="option" aria-setsize="20" aria-posinset="6">Manimal</li>
<li role="option" aria-setsize="20" aria-posinset="7">Powerwolf</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment