Skip to content

Instantly share code, notes, and snippets.

@machal
Created January 28, 2012 11:10
Show Gist options
  • Select an option

  • Save machal/1693974 to your computer and use it in GitHub Desktop.

Select an option

Save machal/1693974 to your computer and use it in GitHub Desktop.
Dabblet: accessible navigation with WAI-ARIA and fallback for older assistive technologies
/**
* Dabblet: accessible navigation with WAI-ARIA and fallback for older assistive technologies
*
* Více česky na http://zdrojak.root.cz/clanky/pristupnost-ria-strukturovani-dokumentu-a-pristupnost-z-klavesnice/
*/
<p><a href="#nav">Navigace</a></p>
<p>… obsah …</p>
<div id="nav" role="navigation">
<h2>Navigace</h2>
<ul>
<li><a href="#">Položka navigace</a>
<li><a href="#">Položka navigace</a>
</ul>
</div>
{"view":"split","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment