Created
January 28, 2012 11:10
-
-
Save machal/1693974 to your computer and use it in GitHub Desktop.
Dabblet: accessible navigation with WAI-ARIA and fallback for older assistive technologies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * 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/ | |
| */ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"view":"split","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment