WebAIM - Web Accessibility In Mind

E-mail List Archives

JavaScript aria level parser

for

From: Felix Zapata Berlinches
Date: Oct 20, 2013 9:09AM


Hi all, I few months ago I did an experiment with a JavaScript parser to
fix and set the aria-level attribute to every heading tag, of a page based
on the HTML5 outliner.

The idea come from the page
http://accessibleculture.org/articles/2011/10/jaws-ie-and-headings-in-html5/and
from a local meetup of accessibility .

I´ve made some changes to the code, so I publish a new version in Github
https://github.com/felixzapata/ariaLevelParser.

Please, feel free to report any issue you experiment.

Bye.