2.0_beta sync to rsa
[framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.1.0 / docs / about / accessibility.html
1 <!DOCTYPE html> 
2 <html>
3         <head>
4         <meta charset="utf-8">
5         <meta name="viewport" content="width=device-width, initial-scale=1"> 
6         <title>jQuery Mobile Docs - Accessibility</title> 
7         <link rel="stylesheet"  href="../../css/themes/default/jquery.mobile.css" /> 
8         <link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
9
10         <script src="../../js/jquery.js"></script>
11         <script src="../../docs/_assets/js/jqm-docs.js"></script>
12         <script src="../../js/"></script>
13
14 </head> 
15 <body> 
16
17 <div data-role="page" class="type-interior">
18
19         <div data-role="header" data-theme="f">
20                 <h1>Accessibility</h1>
21                 <a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse">Home</a>
22                 <a href="../nav.html" data-icon="search" data-iconpos="notext" data-rel="dialog" data-transition="fade">Search</a>
23         </div><!-- /header -->
24
25         <div data-role="content">
26                 
27                 
28                 <div class="content-primary">
29                         
30                         <h2>Accessibility</h2>
31                         <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> 
32                         
33                         <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>
34                                                 
35                 </div>          
36                 
37                 <div class="content-secondary">
38
39                         <div data-role="collapsible" data-collapsed="true" data-theme="b" data-content-theme="d">
40
41                                         <h3>More in this section</h3>
42
43                                         <ul data-role="listview" data-theme="c" data-dividertheme="d">
44                                                 <li data-role="list-divider">Overview</li>
45                                                 <li><a href="../../docs/about/intro.html">Intro to jQuery Mobile</a></li>
46                                                 <li><a href="../../docs/about/getting-started.html">Quick start guide</a></li>                          
47                                                 <li><a href="../../docs/about/features.html">Features</a></li>
48                                                 <li data-theme="a"><a href="../../docs/about/accessibility.html">Accessibility</a></li>
49                                                 <li><a href="../../docs/about/platforms.html">Supported platforms</a></li>
50
51                                         
52                                         </ul>
53                         </div>
54                 </div>
55                                 
56
57                 </div><!-- /content -->
58
59                 <div data-role="footer" class="footer-docs" data-theme="c">
60                                 <p>&copy; 2011-12 The jQuery Foundation</p>
61                 </div>
62
63                                                 
64
65         </div><!-- /content -->
66         
67 </div><!-- /page -->
68
69 </body>
70 </html>