mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-17 11:01:06 +00:00
took a crack at a quick a11y blurb. There's a ton more we could say here.
This commit is contained in:
parent
c1e41e2f7a
commit
c48989e0b3
1 changed files with 7 additions and 3 deletions
|
|
@ -2,8 +2,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>jQuery Mobile Docs - Intro</title>
|
||||
<link rel="stylesheet" href="../themes/default" />
|
||||
<script type="text/javascript" src="../js/all"></script>
|
||||
<link rel="stylesheet" href="../../themes/default" />
|
||||
<script type="text/javascript" src="../../js/all"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
@ -16,7 +16,11 @@
|
|||
<div data-role="content">
|
||||
|
||||
<h2>Accessibility</h2>
|
||||
<p>Scott: to-do</p>
|
||||
<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 accessibility techniques such as those specified in the W3C's <a href="http://www.w3.org/TR/wai-aria/">WAI-ARIA</a> 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 <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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue