WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: accessifyhtml5.js

for

From: Jonathan Avila
Date: Jun 2, 2014 6:08PM


> Has anyone used accessifyhtml5.js in their apps or web sites? -
https://github.com/yatil/accessifyhtml5.js

I have not. Ultimately I wish projects like this weren't necessary but I
am aware of bugs in screen readers such as VoiceOver that make adding ARIA
to implicit HTML5 semantics tempting in certain circumstances. For
example, VoiceOver on the iPad will automatically append a percent to
values of the input element type range. To get values spoken without
percent you have to add an ARIA role and aria-valuetext. Similarly,
aria-required seems to be more widely supported than the HTML5 required
attribute.

Jonathan