WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: JavaScript aria level parser

for

Number of posts in this thread: 1 (In chronological order)

From: Felix Zapata Berlinches
Date: Sun, Oct 20 2013 9:09AM
Subject: JavaScript aria level parser
No previous message | No next message

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.