2010-10-15 15:04:44 +00:00
<!DOCTYPE html>
< html >
2010-11-02 01:46:29 +00:00
< head >
2011-02-18 20:00:18 +00:00
< meta charset = "utf-8" >
2011-05-17 21:28:19 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2011-03-31 13:11:26 +00:00
< title > jQuery Mobile Docs - Accessibility< / title >
2011-01-06 00:19:24 +00:00
< link rel = "stylesheet" href = "../../themes/default/" / >
2010-11-11 21:13:11 +00:00
< link rel = "stylesheet" href = "../_assets/css/jqm-docs.css" / >
2011-04-14 20:04:47 +00:00
< script src = "../../js/jquery.js" > < / script >
2011-06-20 19:41:40 +00:00
< script src = "../../experiments/themeswitcher/jquery.mobile.themeswitcher.js" > < / script >
< script src = "../_assets/js/jqm-docs.js" > < / script >
2011-04-14 20:04:47 +00:00
< script src = "../../js/" > < / script >
2010-10-15 15:04:44 +00:00
< / head >
< body >
2011-06-20 01:58:12 +00:00
< div data-role = "page" class = "type-interior" >
2010-10-15 15:04:44 +00:00
2011-06-20 19:17:05 +00:00
< div data-role = "header" data-theme = "f" >
2010-10-15 15:04:44 +00:00
< h1 > Accessibility< / h1 >
2011-02-03 23:34:35 +00:00
< a href = "../../" data-icon = "home" data-iconpos = "notext" data-direction = "reverse" class = "ui-btn-right jqm-home" > Home< / a >
2010-10-15 15:04:44 +00:00
< / div > <!-- /header -->
< div data-role = "content" >
2011-06-20 01:58:12 +00:00
2011-06-20 14:53:43 +00:00
< div class = "content-primary" >
< h2 > Accessibility< / h2 >
< p > 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 techniques such as focus management, keyboard navigation, and HTML attributes specified in the W3C's < a href = "http://www.w3.org/TR/wai-aria/" > WAI-ARIA< / a > specification.< / p >
< p > 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 (like < em > VoiceOver< / em > , on Apple's iPhone device) or other assistive technology to access the web.< / p >
< p > While our accessibility implementation is currently a work in progress, we aim to provide a fully accessible suite of components for version 1.0.< / p >
< / div >
2011-06-20 14:49:01 +00:00
< div class = "content-secondary" >
2011-09-29 20:35:31 +00:00
< div data-role = "collapsible" data-collapsed = "true" data-theme = "b" data-content-theme = "d" >
2011-06-20 14:49:01 +00:00
2011-06-20 22:23:09 +00:00
< h3 > More in this section< / h3 >
2011-06-20 14:49:01 +00:00
< ul data-role = "listview" data-theme = "c" data-dividertheme = "d" >
< li data-role = "list-divider" > Overview< / li >
< li > < a href = "../../docs/about/intro.html" > Intro to jQuery Mobile< / a > < / li >
< li > < a href = "../../docs/about/features.html" > Features< / a > < / li >
< li data-theme = "a" > < a href = "../../docs/about/accessibility.html" > Accessibility< / a > < / li >
< li > < a href = "../../docs/about/platforms.html" > Supported platforms< / a > < / li >
< / ul >
< / div >
< / div >
2011-06-20 01:58:12 +00:00
< / div > <!-- /content -->
< div data-role = "footer" class = "footer-docs" data-theme = "c" >
2011-06-20 22:50:52 +00:00
< p > © 2011 The jQuery Project< / p >
2011-06-20 01:58:12 +00:00
< / div >
2010-10-15 15:04:44 +00:00
< / div > <!-- /content -->
< / div > <!-- /page -->
< / body >
< / html >