Archive for the ‘Web life’ Category

Screen readers, ARIA & HTML5 (too much information)

Posted on April 12th, 2013 in Web life.

Most current screen readers support ARIA to one extent or another, and many now support some features of HTML5 as well. With ARIA and HTML5 making increasing amounts of semantic data available to screen reader users, it’s really easy to inadvertently overload people with too much information. Let’s take an example that crops up from [...]

Solving the longdesc problem

Posted on March 8th, 2013 in Web life.

The Image Description extension re-introduces the longdesc attribute to HTML. Although most people recognise that longdesc is flawed, finding a viable alternative has proved surprisingly difficult. For now longdesc is the best solution we have, but in the interests of finding a better option perhaps it’s helpful to take a step back and look at [...]

Screen reader support for HTML5 sections

Posted on February 17th, 2013 in Web life.

HTML5 includes a handful of section elements that give documents a robust semantic structure. The header, footer, nav, article, section and aside elements give different regions of a document meaning. Amongst other things, that meaning can be understood by screen readers, and the information used to help blind and partially sighted people orient themselves and [...]

Jaws scripts for the HTML5 main element

Posted on November 17th, 2012 in Web life.

The main element extension specifies a way to markup the primary content area of a web page in HTML5. There are several good reasons for introducing the main element, including a more reliable way for screen readers to pinpoint the start of the primary content area on the page.

Accessible forms with ARIA live regions

Posted on November 10th, 2012 in Web life.

When a form is used to update information on the page, it can be troublesome for screen reader users. Unless the screen reader is focused on the relevant bit of the page, the update goes by un-noticed. ARIA live regions are a simple way to improve the experience for screen reader users.

Using the HTML5 placeholder attribute

Posted on August 19th, 2012 in Web life.

HTML5 has changed the way we build websites and online applications. It introduces lots of new features, many of which make inclusive design much more achievable. Happily you can start making your HTML5 more inclusive with a minimum of effort. One simple way is to make your forms easier for people to complete by using [...]

Enhancing ARIA landmarks with aria-labelledby

Posted on June 20th, 2012 in Web life.

ARIA landmark roles provide a useful way for screen reader users to navigate through web pages, and to understand the purpose of different sections of content on the page. With just a little bit more ARIA you can make landmarks even more helpful to blind and partially sighted people.

Using tabbed interfaces with a screen reader

Posted on May 29th, 2012 in Video stuff, Web life.

Tabbed interfaces are increasingly common on web pages. They make good use of space, and they can be visually intuitive. Using tabs with a screen reader is a different experience though.

Using the HTML5 nav element

Posted on December 28th, 2011 in Web life.

HTML5 introduces the nav element for marking up sections of a page that contain navigational links. Used wisely the nav element is a big help to screen reader users, as well as a step forward in semantic meaning.

Using HTML5 headings

Posted on November 28th, 2011 in Web life.

HTML5 headings make it easy to syndicate and reuse content, without breaking the heading hierarchy. Using HTML5 headings and keeping the heading hierarchy backwards compatible proves unexpectedly complicated though. The HTML5 specification has a solution, but is it the right one?

Carpe Diem 2013.