From c48989e0b3a6f06c399c6e4c0fd213da553321cc Mon Sep 17 00:00:00 2001 From: scottjehl Date: Fri, 15 Oct 2010 21:28:50 -0400 Subject: [PATCH] took a crack at a quick a11y blurb. There's a ton more we could say here. --- docs/about/accessibility.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/about/accessibility.html b/docs/about/accessibility.html index 2ce52cb2..d1a84c97 100755 --- a/docs/about/accessibility.html +++ b/docs/about/accessibility.html @@ -2,8 +2,8 @@ jQuery Mobile Docs - Intro - - + + @@ -16,7 +16,11 @@

Accessibility

-

Scott: to-do

+

jQuery Mobile is built upon standard, semantic HTML, allowing pages to be accessible to the broadest range of devices possible. For A-Grade browsers, many of the components in jQuery Mobile leverage accessibility techniques such as those specified in the W3C's WAI-ARIA specification. By utilizing these techniques, we do our best to ensure an accessible experience to users with disabilities such as blindness, who may use screen readers (such as VoiceOver, on Apple's iPhone device) or other assistive technology to access the web.

+ +

While our accessibility implementation is currently a work in progress, we aim to provide a fully accessible suite of components for version 1.0.

+ +