Tizen 2.1 base
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.0.1pre / 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/" /> 
8         <link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
9         <script src="../../js/jquery.js"></script>
10         <script src="../../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
11         <script src="../_assets/js/jqm-docs.js"></script>
12         <script src="../../js/"></script>
13 </head> 
14 <body> 
15
16 <div data-role="page" class="type-interior">
17
18         <div data-role="header" data-theme="f">
19                 <h1>Accessibility</h1>
20                 <a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a>
21         </div><!-- /header -->
22
23         <div data-role="content">
24                 
25                 
26                 <div class="content-primary">
27                         
28                         <h2>Accessibility</h2>
29                         <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> 
30                         
31                         <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>
32                         
33                         <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>
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 The jQuery Project</p>
61                 </div>
62
63                                                 
64
65         </div><!-- /content -->
66         
67 </div><!-- /page -->
68
69 </body>
70 </html>