Share via


Accessibility is not just for people with disabilities

Raymond Chen, wrote some good thoughts about accessibility and how it relates to people with disabilities and people without disabilities earlier today.

I have to say I agree whole heartedly with Raymond when he says:

Finally, check out this screencast showing off Vista's speech recognition system. The "Say what you see" feature which Chris discusses at time codeĀ 8:52 needs to get the name of every element on the screen so it can take what you say and look for it on the screen. If your program doesn't expose these names, the "Say what you see" feature won't know what the user needs to say to click on your button, and users will say, "Harumph, why doesn't this program work with voice recognition? All my other programs do."

My secret hope is that "Say what you see" will finally be enough to prod people into taking accessibility seriously. Because it's not just for people with disabilities.

I've already seen Windows Vista's speech recognition features make a difference inside the company in terms of accessibility support. More and more teams here at Microsoft are using our own technology in Vista to test Microsoft accessibility support. It's great to see the ecosystem feeding on itself like this.

Then, once Vista ships and is in hands of millions of developers everywhere, they'll finally see a great reason to ensure that their applications are very accessible.

If you're a developer and want to learn more about making your application accessible, check out the MSDN accessibility website.