Skip to content

Instantly share code, notes, and snippets.

@wemakewaves
Created April 12, 2012 15:28
Show Gist options
  • Save wemakewaves/2368201 to your computer and use it in GitHub Desktop.
Save wemakewaves/2368201 to your computer and use it in GitHub Desktop.
More Accessible User Interfaces with ARIA
<ul role="tablist">
<li role="presentation"><a href="" role="tab">Tab 1</a></li>
<li role="presentation"><a href="" role="tab">Tab 2</a></li>
<ul>
<div role="tabpanel">
<p>Content</p>
</div>
<div role="tabpanel">
<p>Content</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment