‘HTML 5’ Archive

Making sure hidden frames are hidden

An issue that arises fairly frequently in regards to web applications is the use of hidden iframe elements used for retrieving data using JavaScript. While they can be easily hidden from visual display using CSS display:none, they are sometimes picked up by screen readers and other AT that extract the DOM code from browsers and [...]

HTML5 and the myth of WAI-ARIA redundance

Will HTML5 make the use of WAI-ARIA in HTML redundant? the short answer is definitley not. There are many ARIA roles and properties that are not provided by native elements and attributes in HTML5.  Also developers still  have the desire to roll their own interactive controls  even though they have been available in HTML as [...]

alt and title content display in popular browsers

Recently Roger Johansson wrote a post about Safari, WebKit and alt text for missing images. In which he talks about how Webkit based browsers do not always display alt attribute content in place of an image when the image is not available or images are disabled. I have gone a little further into this issue by [...]

ARIA role support: how the Windows browsers stack up - Update

Testing of the latest builds of the major Windows browsers indicates Google Chrome’s ARIA role support improving, 18 of  47 roles are now correctly mapped to MSAA roles. There has been no change in Opera or IE support and only minimal improvement in Safari/Webkit support. There has been a minor regression in Firefox support in the [...]

Apple Webkit Gets Serious About WAI-ARIA (on Mac)

A check of the support for WAI-ARIA roles in the latest Webkit Nightly builds, reveals a major improvement for WAI-ARIA role support on the Mac version of Webkit (an open source web browser engine), but the Windows version shows little progress.