yatil / accessifyhtml5.js

While most browsers work all right with the new semantic elements of HTML5, they don’t add the ARIA accessibility attributes that the specification demands. This small JavaScript adds those attributes to enhance accessibility of web sites.
340 stars 30 forks source link

Fix obj.hasOwnProperty(prop) x 2, plus re-minified - vanillajs #11

Closed nfreear closed 11 years ago

nfreear commented 11 years ago

Hi Eric, Please can you consider pulling this fix, and the re-minified accessifyhtml5.min.js.

I used the online Closure Compiler, which together with some pre-optimization has brought the minified file-size down slightly.

I hope this helps. Yours,

Nick