Skip to content

Instantly share code, notes, and snippets.

@Wolfr
Created August 23, 2019 09:41
Show Gist options
  • Select an option

  • Save Wolfr/0083c9426ccd40b74edd8600f167abbb to your computer and use it in GitHub Desktop.

Select an option

Save Wolfr/0083c9426ccd40b74edd8600f167abbb to your computer and use it in GitHub Desktop.
Menu with ARIA roles
<ul class="c-menu" aria-role="listbox">
<li class="c-menu__item" role="option">
<span class="c-color__swatch"></span>
<span class="c-color__label">Color name</span>
</li>
<li class="c-menu__item" role="option">
<span class="c-color__swatch"></span>
<span class="c-color__label">Color name</span>
</li>
<li class="c-menu__item" role="option">
<span class="c-color__swatch"></span>
<span class="c-color__label">Color name</span>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment