Yahoo! Accessibility

Posts Tagged ‘ARIA’

Understanding ARIA Widgets

Tuesday, February 7th, 2012

ARIA is a W3C specification that can be used to dramatically improve the accessibility of custom widgets, especially for users of screen readers. For those unfamiliar with ARIA this article aims to explain the unfamiliar through the lens of the familiar: existing HTML widgets.

Continue reading Understanding ARIA Widgets

Easy Fixes to Common Accessibility Problems

Thursday, October 6th, 2011

easyMaking a site or application accessible can seem so overwhelming that it can completely stall efforts before they begin. But sometimes simple changes can provide the necessary momentum while resulting in significant improvements for users.

So, in the spirit of small things that make a big difference, here’s a list of fixes for common accessibility problems.

Continue reading Easy Fixes to Common Accessibility Problems

Create Dynamic Form Labels with ARIA

Thursday, August 18th, 2011

Many times ARIA is used as a quick fix for accessibility issues caused when more semantic elements should have been used. For instance, an input could use aria-label when the design for the page does not include a visible label tag. Another common use is role="button" when links are used for actions instead of the semantic button. ARIA roles and attributes provide simple solutions to low-hanging fruit; something developers with legacy code and screen reader users can appreciate.

Continue reading Create Dynamic Form Labels with ARIA

An Accessible Solution for Yahoo Search Direct

Monday, August 15th, 2011

Caridy PatiƱo, the principal frontend engineer for Yahoo! Search Direct, just wrote an article for the Yahoo! User Interface blog on what went into creating an accessible, dynamic search box: Making Search Direct Accessible.

Caridy worked with Victor Tsaran, of the Yahoo! Accessibility Lab, to fine tune the experience of screen reader users typing a search query and being notified of potential results.
Continue reading An Accessible Solution for Yahoo Search Direct

Using ARIA to Fix Non-standard Images on Flickr

Wednesday, August 3rd, 2011

Flickr [EXPLORED]Flickr recently published an article that addressed how they rebuilt their lightbox presentation for mobile devices: Lessons Learned from the Flickr Touch Lightbox. This article shows that perceived performance is extremely important on a mobile device. User’s expect something to occur as soon as they touch the screen and any delay degrades the experience.

Continue reading Using ARIA to Fix Non-standard Images on Flickr