Skip to content

A JavaScript parser to add the correct "aria-level" in all the headings tag on my page to prevent the bug with JAWS 12 and 13 in Internet Explorer

Notifications You must be signed in to change notification settings

gonzaloruizdevilla/ariaLevelParser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

ariaLevelParser

A JavaScript parser to add the correct "aria-level" in all headings tags of my page to prevent the bug with JAWS 12 and 13 in Internet Explorer. Based on "JAWS, IE and Headings in HTML5" http://www.accessibleculture.org/articles/2011/10/jaws-ie-and-headings-in-html5/.

This parser modify the code from HTML5 outliner from Google Code http://code.google.com/p/h5o/ to add a method that insert a value for the attribute "aria-level". This value is calculated from the tree of the outliner.

About

A JavaScript parser to add the correct "aria-level" in all the headings tag on my page to prevent the bug with JAWS 12 and 13 in Internet Explorer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published