Official Google Reader Blog - News, Tips and Tricks from the Reader team
Showing posts with label accessibility. Show all posts
Showing posts with label accessibility. Show all posts

Reader, Can I Have A Lens With That Please?

5/08/2008 11:46:00 AM

T.V. Raman and Charles Chen, who have helped out with accessibility in Reader in the past, have not rested on their laurels and have another feature to announce:

Magnification feature screenshotI've long maintained that CSS is one of the most well-kept (and consequently under-exploited) accessibility secrets of the Web. Thinking back to the time that CSS1 became a W3C Recommendation, those of us who cared deeply about accessibility took great care to ensure that the end-user had a lot of control with respect to how content was displayed -- yet, end-user tools that allow users to leverage this capability have been rare.

As we were experimenting with Google Reader using AxsJAX, one of the enhancements we prototyped was the addition of a simple CSS-based lens that allows the user to selectively magnify the current article. Notice that this is subtly different from using a generic screen magnifier -- in that later case, you end up magnifying the entire screen. Google Reader can be smarter; since it knows which article you are currently reading, it can selectively magnify just that article upon request. This results in much better use of screen real-estate -- something that is an even scarcer resource when you're a low-vision user.

After prototyping this via the AxsJAX framework, we decided that this feature made sense for exposing to all our users -- we have now integrated this functionality into the main Reader interface. So with this lens in hand (your pocket) you can continue to hit j and k to move through articles, and when you find the print too small to read you can press = or - to enlarge or shrink the font of the article you're reading. The C in CSS stands for Cascading -- and in this case, you the end-user get to have the final say in how you consume your content by cascading your request for a larger font on top of the presentation chosen by the content publisher.

-Raman

Reader and ARIA: A new way to read

3/12/2008 09:44:00 AM

We on the Reader team are delighted to have a guest post today from Google usability expert T.V. Raman, who has announced on the Google Blog that Reader now supports ARIA-powered screenreading. Our thanks go out to T.V. and to Charles Chen, fellow Googler and creator of FireVox, for their work in enabling more people than ever to benefit from Reader. Here's T.V.'s post on how to get started:

ARIA For Google Reader: In Praise Of Timely Information Access!

Here are instructions on how to set up fluent spoken feedback from screenreaders and self-voicing browsers when using Google Reader.

Spoken output support in Google Reader is implemented using Accessible Rich Internet Applications (WAI-ARIA), an evolving standard for enhancing the accessibility of Web-2.0 applications. WAI-ARIA is supported at present by Firefox --- with future support forthcoming in other browsers. ARIA support in Google Reader has been tested in the following environments:

Note that Firefox 3 is still in Beta and that ARIA support like the underlying standard is still in development. ARIA support in Google Reader is designed to help end-users experience the benefits of a powerful Web-2.0 application, while giving browser implementors and adaptive technology vendors a real-world application on which to test their implementations.

Activating ARIA Support In Google Reader

When you first open Google Reader using a screenreader, you will hear an invisible link labeled click here for ARIA enhanced Google Reader. Follow this link to activate ARIA support. You can bookmark the resulting page for future use.

Once on the ARIA-enabled Google Reader, press ? to hear a list of available keyboard commands. Power users note: most of these keyboard commands are available in the default version of Google Reader.

Please send all feedback to Google Group Accessible.

-Raman