Categories
conference google html5 mobile visual

Accessibility at Google IO 2011

So I attended the first day of Google I/O 2011, my first time at a Google event. I was glad to hear a fair amount of talk about accessibility. There were at least 3 sessions focusing on the topic (see below) and a breakout area where you can talk with developers.

There was even an accessibility “Developer Sandbox” area which was great. I tried out the ChromeVox screen reader on a Chromebook with help from Google’s Rachel Shearer. I got a quick demo of the built-in TalkBack screen reader on an Android mobile device. Mika Pyyhkala and I were shown the LevelStar braille device running Android. The University of Washington showed off their mobile ASL Android project which used video chat technology.

Some tips for Android development from the sessions are:

  • In Android code, ensure images, especially ImageButtons, are labeled with contentDescription.
  • Use standard controls.
  • Stick with standard or modified views; custom very complex to make accessible.
  • Ensure all controls reachable with D-pad and Trackball.
  • Test with screen reader using D-Pad. To turn on, enable accessibility under Settings/Accessibility, then enable Talkback.
  • Take advantage of device’s “many eyes and ears” for alternative input/output (microphone, speaker, touch screen, camera, GPS)

The sessions specific to accessibility were:

More resources:


Tim Credo, Charles Chen, and T.V. Raman on stage at Google I/O.

Categories
aria captcha event google html5 ipad links

Link Roundup – May 2010

Categories
google podcast presentations review twitter webaim

2009 in Review

Wow, what a year! Too many topics to mention, but highlights include the growing usage of ARIA, Google’s good and bad, another screen reader survey by WebAIM, and the launch of Accessible Twitter! Below is a brief summary of this year’s happenings on Web Axe and elsewhere; please comment on anything I’ve missed, which I’m sure is a lot. Cheers to a great 2010!

Also, I want to say how proud I am to be a part of the wonderful web accessibility community which has grown larger and more intimate through conferences and “Web 2.0” tools, especially Twitter. -Dennis

Web Axe Podcast Highlights

Web Axe Blog Highlights

From WebAIM

More Google

E-Books

Great Tips

Awareness & Victor

Victor Tsaran of Yahoo is now a “web celeb” after numerous articles appeared about him and Yahoo’s accessibility lab. Great web accessibility awareness! Here are a few of the articles:

Categories
aria conference google screenreader webaim

Roundup 2: Accessibility Links on Twitter

There’s so many great web accessibility links in the Twittersphere that I felt compelled to do another roundup of resources.

Categories
expert google keyboard text

Keyboard Access for Google Maps

Google Maps is awesome, but it is not keyboard accessible. Patrick H. Lauke provides a solution by retrofitting keyboard access into google maps. Brilliant article. (Obviously JavaScript is still required.)

Also, Google Maps provides a text-only option, which is nice for those using assistive devices, mobile devices, low or costly bandwidth, etc.