Skip to content

Instantly share code, notes, and snippets.

@Wolfr
Last active August 23, 2019 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Wolfr/d6603c586ccd0476c92001739763fc53 to your computer and use it in GitHub Desktop.
Save Wolfr/d6603c586ccd0476c92001739763fc53 to your computer and use it in GitHub Desktop.
Menu without ARIA roles
<ul class="c-menu">
<li>
<span class="c-color__swatch"></span>
<span class="c-color__label">Color name</span>
</li>
<li>
<span class="c-color__swatch"></span>
<span class="c-color__label">Color name</span>
</li>
<li>
<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