-
Notifications
You must be signed in to change notification settings - Fork 84
/
index-aria.html
648 lines (570 loc) · 38.2 KB
/
index-aria.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>HTML5 accessibility support work arounds</title>
<style type="text/css">
body
{
font: arial, Verdana, helvetica, sans-serif;
color: #333;
background: #ffffff;
padding: 0 1em;
font-family:Arial, Helvetica, sans-serif;
}
caption {text-align:left;font-weight:bold;font-size:large}
h1 {
color: #630;
font-size: 300%;}
table
{
border-collapse: collapse;
border: 1px solid #630;
font: normal 90% arial, Verdana, helvetica, sans-serif;
}
th, td
{
text-align: left;
vertical-align: top;
padding: 0.3em;
border: 1px solid #630;
}
th {font-size:150%;}
td {font-size:130%;}
td p {margin:0 0 0 0;}
thead th, thead td
{
font-weight: bold;
text-align: center;
}
td span {border: 2px solid #9acd32;display:inline-block;padding:2px;}
span:focus {background:#f5f5f5;border: 2px solid #a0522d;}
/*td:focus {background:#f5f5f5;border: 2px solid #a0522d;}*/
caption {text-align:left}
td.support {background:#90ee90;}
td.partial {background:#eee8aa;}
td.nosupport{background:#ffb6c1;}
td p.note{border: 1px dashed red;padding: 5px;margin-top:5px;background:#FFFFFF}
td ul {padding-left:12px}
/* img {border: 1px solid #630;}*/
.test {border: 1px solid #666666;padding:4px;margin-top:15px;background:#FFFFCC}
h1{
font-family: "Cooper Black";
}
h2 {
font-family: "Cooper Black";
color:#090;
font-size:200%;
}
h1 span {font-size:100%}
h2 {
color: #008000;
}
#float {float:right;}
.nvda { border:1px #060 solid; font-size: 80%;padding:5px;}
#banner {float:left; }
#subheader {clear:both}
</style>
</head>
<body>
<header role="banner"><h1 id="banner">HTML5 accessibility</h1><div id="float">
<p class="nvda">Use and <a href="http://www.nvaccess.org/wiki/Donate">support</a> <a href="http://www.nvda-project.org/"><abbr title="NonVisual Desktop Access ">NVDA</abbr></a> the open source screen reader for Windows.</p>
<p class="nvda">HTML5accessibility.com <a href="http://www.paciellogroup.com">developed by TPG</a> <em>your accessibility partner.</em></p> </div>
<h2 id="subheader">a work in progress:<br>
Example solutions
</h2>
</header>
<nav role="navigation"><p><a href="index.html">home</a></p></nav>
<div role="main">
<h3>Table Legend & notes:</h3>
<ul>
<li><img src="images/cross.png" width="16" height="16" alt=""> "not supported" means if a suggested work around is provided it is not supported by the browser.</li>
<li><img src="images/tick.png" width="16" height="16" alt=""><img src="images/cross.png" width="16" height="16" alt=""> "partially supported" means the work around will provide some accessibility support in the browser.</li>
<li><img src="images/ni.gif" width="25" height="25" alt=""> "not implemented" means the feature has not yet been implemented in the browser.</li>
<li><img src="images/tick.png" width="16" height="16" alt=""> "supported" means that when using a suggested solution the feature or an alternative for the feature is accessibility supported.</li>
<li>The 'work arounds' cell of each row provides suggested solutions or links to suggested solutions.</li>
<li>Please report any inaccuracies or links to solutions to <a href="mailto:[email protected]">[email protected]</a>.</li>
<li>The work arounds for Safari 5 are for the Mac OSX version, not the windows version.</li>
<li>An ? indicates information is yet to be provided.</li>
</ul>
<table width="96%" border="1">
<caption>
Example of solutions for HTML5 feature accessibility support in Browsers
</caption>
<tr>
<th width="185" scope="col">new HTML5 elements</th>
<th width="106" scope="col"><p><img src="images/chrome.png" alt="" width="62" height="61" border="0"></p>
<p>Chrome 10</p></th>
<th width="101" scope="col"><p><img src="images/firefox.png" alt="" width="62" height="61" border="0"></p>
<p>Firefox RC</p></th>
<th width="116" scope="col"><p><img src="images/ie.png" alt="" width="62" height="61" border="0"></p>
<p>IE 9 RC</p></th>
<th width="104" scope="col"><p><img src="images/opera.png" alt="" width="62" height="61" border="0"></p>
<p>Opera 11 </p></th>
<th width="98" scope="col"><p><img src="images/safari.png" alt="Safari" width="62" height="61" border="0"></p>
<p>Safari 5 (Mac)</p></th>
<th width="435" scope="col">work arounds</th>
</tr>
<tr>
<th scope="row"><code><a href="http://dev.w3.org/html5/spec/sections.html#the-article-element">article</a></code> element </th>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><p>add ARIA role="<a href="http://www.w3.org/TR/2010/WD-wai-aria-20100916/roles#article">article</a>".</p>
<p> </p></td>
</tr>
<tr>
<th scope="row"><code><a href="http://dev.w3.org/html5/spec/sections.html#the-aside-element">aside</a></code> element
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td>add ARIA role="<A href="http://www.w3.org/WAI/PF/aria/roles#complementary">complementary</A>"<br>
<strong>note:</strong> the screen reader <a href="http://www.accessibleculture.org/research/html5-aria/">Window Eyes has bugs</a> in relation to use of some HTML5 elements in combination with some ARIA <a href="http://www.w3.org/WAI/PF/aria/roles#landmark_roles">landmark roles</a>.</td>
</tr>
<tr>
<th scope="row"><a href="http://dev.w3.org/html5/spec/video.html#audio"><code>audio</code></a> element
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"><img src="images/tick.png" width="16" height="16" alt="partial support"></td>
<td><img src="images/tick.png" width="16" height="16" alt="partial support"></td>
<td><img src="images/tick.png" width="16" height="16" alt="partial support"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"><img src="images/tick.png" width="16" height="16" alt="partial support"></td>
<td><img src="images/tick.png" width="16" height="16" alt="partial support"></td>
<td>add <a href="http://www.terrillthompson.com/tests/html5-audio.html">scripted controls</a></td>
</tr>
<tr>
<th scope="row"><code><a href="http://dev.w3.org/html5/spec/the-canvas-element.html#the-canvas-element">canvas</a></code> element
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td>various work arounds, usually involving providing a HTML alternative to canvas content, like: <a href="http://filamentgroup.com/lab/update_to_jquery_visualize_accessible_charts_with_html5_from_designing_with/">canvas charts</a></td>
</tr>
<!--<tr>
<td><a href="http://dev.w3.org/html5/spec/interactive-elements.html#the-command">command</a> element</td>
<td><img src="images/cross.gif" width="16" height="16" alt="not implemented"></td>
<td><img src="images/cross.gif" width="16" height="16" alt="not implemented"></td>
<td><img src="images/cross.gif" width="16" height="16" alt="not implemented"></td>
<td><img src="images/cross.gif" width="16" height="16" alt="not implemented"></td>
<td><img src="images/cross.gif" width="16" height="16" alt="not implemented"></td>
<td>not implemented, same functionality can be provided using menu or toolbar widgets.</td>
</tr>-->
<tr>
<th scope="row"><code><a href="http://www.w3.org/TR/html5/forms.html#the-datalist-element">datalist</a></code> element
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td>Use a widget like: <a href="http://developer.yahoo.com/yui/examples/autocomplete/ac_accessible.html">autocomplete</a></td>
</tr>
<tr>
<th scope="row"><a href="http://dev.w3.org/html5/spec/interactive-elements.html#the-details-element"><code>details</code></a> element
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td>Use a widget like: <a href="http://filamentgroup.com/lab/expand_and_collapse_content_accessibly_with_progressive_enhancement_jquery/">collapsible content area</a></td>
</tr>
<tr>
<th scope="row"><code><a href="http://dev.w3.org/html5/spec/grouping-content.html#the-figcaption-element">figcaption</a></code> element
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="partial support"><img src="images/cross.png" width="16" height="16" alt=""></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td>?</td>
</tr>
<tr>
<th scope="row"><code><A href="http://dev.w3.org/html5/spec/grouping-content.html#the-figure-element">figure</A></code> element
</td>
<td><img src="images/cross.png" alt="not supported" width="16" height="16" border="0"></td>
<td><img src="images/tick.png" width="16" height="16" alt="partial support"><img src="images/cross.png" width="16" height="16" alt=""></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td>?</td>
</tr>
<tr>
<th scope="row"><code><a href="http://dev.w3.org/html5/spec/sections.html#the-footer-element">footer</a></code> element
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td>add ARIA role="<a href="http://www.w3.org/TR/2010/WD-wai-aria-20100916/roles#article">contentinfo</a>" only once per page. <br>
<strong>note:</strong> the screen reader <a href="http://www.accessibleculture.org/research/html5-aria/">Window Eyes has bugs</a> in relation to use of some HTML5 elements in combination with some ARIA <a href="http://www.w3.org/WAI/PF/aria/roles#landmark_roles">landmark roles</a>. <br></td>
</tr>
<tr>
<th scope="row"><code><a href="http://dev.w3.org/html5/spec/sections.html#the-header-element">header</a></code> element
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td>add ARIA role="<a href="http://www.w3.org/TR/2010/WD-wai-aria-20100916/roles#article">banner</a>" only once per page.<br>
<strong>note:</strong> the screen reader <a href="http://www.accessibleculture.org/research/html5-aria/">Window Eyes has bugs</a> in relation to use of some HTML5 elements in combination with some ARIA <a href="http://www.w3.org/WAI/PF/aria/roles#landmark_roles">landmark roles</a>.</td>
</tr>
<tr>
<th scope="row"><code><a href="http://dev.w3.org/html5/spec/sections.html#the-hgroup-element">hgroup</a></code> element
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td>if used you don't need to do anything as it's treated like a div element.</td>
</tr>
<tr>
<th scope="row"><a href="http://www.w3.org/TR/html5/number-state.html#color-state">color</a><code> <a href="http://www.w3.org/TR/html5/forms.html#the-input-element">input</a></code>
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td>Use an accessible widget like: <a href="http://docs.dojocampus.org/dijit/ColorPalette">Dijit Colour pallette</a></td>
</tr>
<tr>
<th scope="row"><a href="http://www.w3.org/TR/html5/forms.html#date-state" title="attr-input-type-date">Date</a> <code><a href="http://www.w3.org/TR/html5/forms.html#the-input-element">input</a></code>
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td>Use an accessible widget like: <a href="http://docs.dojocampus.org/dijit/Calendar">Dijit date picker</a> or <a href="http://dev.sencha.com/playpen/gxt/aria2/test.html?id=datepicker">extjs date picker</a></td>
</tr>
<tr>
<th scope="row"><a href="http://www.w3.org/TR/html5/forms.html#date-and-time-state" title="attr-input-type-datetime">Date and Time</a> <code><a href="http://www.w3.org/TR/html5/forms.html#the-input-element">input</a></code>
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td>Use an accessible widget like: <a href="http://docs.dojocampus.org/dijit/Calendar">Dijit date picker</a> or <a href="http://dev.sencha.com/playpen/gxt/aria2/test.html?id=datepicker">extjs date picker</a></td>
</tr>
<tr>
<th scope="row"><a href="http://www.w3.org/TR/html5/forms.html#local-date-and-time-state" title="attr-input-type-datetime-local">Local Date and Time</a> <code><a href="http://www.w3.org/TR/html5/forms.html#the-input-element">input</a></code>
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td>Use an accessible widget like: <a href="http://docs.dojocampus.org/dijit/Calendar">Dijit date picker</a> or <a href="http://dev.sencha.com/playpen/gxt/aria2/test.html?id=datepicker">extjs date picker</a></td>
</tr>
<tr>
<th scope="row"><a href="http://www.w3.org/TR/html5/forms.html#e-mail-state" title="attr-input-type-email">E-mail</a> <code><a href="http://www.w3.org/TR/html5/forms.html#the-input-element">input</a></code>
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td> degrades gracefully</td>
</tr>
<tr>
<th scope="row"><a href="http://www.w3.org/TR/html5/forms.html#month-state" title="attr-input-type-month">Month</a> <code><a href="http://www.w3.org/TR/html5/forms.html#the-input-element">input</a></code>
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="partial support"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="partial support"></td>
<td>Use an accessible widget like: <a href="http://docs.dojocampus.org/dijit/Calendar">Dijit date picker</a> or <a href="http://dev.sencha.com/playpen/gxt/aria2/test.html?id=datepicker">extjs date picker</a></td>
</tr>
<tr>
<th scope="row"><a href="http://www.w3.org/TR/html5/forms.html#number-state" title="attr-input-type-number">Number</a> <code><a href="http://www.w3.org/TR/html5/forms.html#the-input-element">input</a></code>
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td>Use a widget like: <a href="http://docs.dojocampus.org/dijit/form/NumberSpinner">dijit number spinner</a></td>
</tr>
<tr>
<th scope="row"><a href="http://www.w3.org/TR/html5/forms.html#range-state" title="attr-input-type-range">Range</a> <code><a href="http://www.w3.org/TR/html5/forms.html#the-input-element">input</a></code>
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td>Usa a widget like: <a href="http://www.paciellogroup.com/blog/misc/samples/aria/slider/">slider</a> or <a href="http://www.paciellogroup.com/blog/misc/samples/aria/slider/doubleslider.html">double slider</a></td>
</tr>
<tr>
<th scope="row"><a href="http://www.w3.org/TR/html5/forms.html#text-state-and-search-state" title="attr-input-type-search">Search</a> <code><a href="http://www.w3.org/TR/html5/forms.html#the-input-element">input</a></code>
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td>degrades gracefully</td>
</tr>
<tr>
<th scope="row"><a href="http://www.w3.org/TR/html5/forms.html#telephone-state" title="attr-input-type-tel">Telephone</a> <code><a href="http://www.w3.org/TR/html5/forms.html#the-input-element">input</a></code>
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td>degrades gracefully</td>
</tr>
<tr>
<th scope="row"><a href="http://www.w3.org/TR/html5/forms.html#time-state" title="attr-input-type-time">Time</a> <code><a href="http://www.w3.org/TR/html5/forms.html#the-input-element">input</a></code>
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td>Use a widget like: <a href="http://docs.dojocampus.org/dijit/form/NumberSpinner">dijit number spinner</a></td>
</tr>
<tr>
<th scope="row"><a href="http://www.w3.org/TR/html5/forms.html#url-state" title="attr-input-type-url">URL</a> <code><a href="http://www.w3.org/TR/html5/forms.html#the-input-element">input</a></code>
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td>degrades gracefully</td>
</tr>
<tr>
<th scope="row"><a href="http://www.w3.org/TR/html5/forms.html#week-state" title="attr-input-type-week">Week</a> <code><a href="http://www.w3.org/TR/html5/forms.html#the-input-element">input</a></code>
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td>Use an accessible widget like: <a href="http://docs.dojocampus.org/dijit/Calendar">Dijit date picker</a> or <a href="http://dev.sencha.com/playpen/gxt/aria2/test.html?id=datepicker">extjs date picker</a></td>
</tr>
<!--<tr>
<td><code><A href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-mark-element">mark</A></code></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/cross.gif" width="16" height="16" alt="not implemented"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td>?</td>
</tr>-->
<tr>
<th scope="row"><code><a href="http://www.w3.org/TR/html5/interactive-elements.html#menus">menu</a></code> > <a href="http://www.w3.org/TR/html5/interactive-elements.html#context-menu-state" title="context menu state">context menu</a>
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td>Use a scripted context menu, include the <a href="http://www.w3.org/TR/wai-aria/states_and_properties#aria-haspopup">aria-haspopup="true"</a> attribute on an element that has a scripted context menu and don't forget to make the context menu navigable using the keyboard.</td>
</tr>
<tr>
<th scope="row"><code><a href="http://www.w3.org/TR/html5/interactive-elements.html#menus">menu</a></code>> <a href="http://www.w3.org/TR/html5/interactive-elements.html#list-state" title="list state">list</a>
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td>Usa a widget like: <a href="http://docs.dojocampus.org/dijit/Menu">dijit menu</a> or <a href="http://hanshillen.github.com/aegisdemo/">jQuery menu</a> or <a href="http://dev.sencha.com/playpen/gxt/aria2/test.html?id=menubar">extjs menu</a></td>
</tr>
<tr>
<th scope="row"><code><a href="http://www.w3.org/TR/html5/interactive-elements.html#menus">menu</a></code> > <a href="http://www.w3.org/TR/html5/interactive-elements.html#toolbar-state" title="toolbar state">toolbar</a>
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td>Use a widget like: <a href="http://dev.sencha.com/playpen/gxt/aria2/test.html?id=toolbar">extjs toolbar</a> or <a href="http://docs.dojocampus.org/dijit/Toolbar">dijit toolbar</a></td>
</tr>
<tr>
<th scope="row"><a href="http://dev.w3.org/html5/spec/the-button-element.html#the-meter-element">meter</a> element
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td>Use a rating widget like: <a href="http://www.yuiblog.com/blog/2010/08/24/developing-an-accessible-star-ratings-widget/">rating widget</a> or <a href="http://mindtrove.info/articles/creating-an-accessible-internationalized-dojo-rating-widget/">dojo rating</a></td>
</tr>
<tr>
<th scope="row"><code><a href="http://dev.w3.org/html5/spec/sections.html#the-nav-element">nav</a></code> element
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="partial support"></td>
<td><img src="images/tick.png" width="16" height="16" alt="partial support"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="partial support"></td>
<td>add ARIA role="<a href="http://www.w3.org/TR/2010/WD-wai-aria-20100916/roles#navigation">navigation</a>". <strong><br>
note:</strong> the screen reader <a href="http://www.accessibleculture.org/research/html5-aria/">Window Eyes has bugs</a> in relation to use of some HTML5 elements in combination with some ARIA <a href="http://www.w3.org/WAI/PF/aria/roles#landmark_roles">landmark roles</a>.</td>
</tr>
<tr>
<th scope="row"><code><a href="http://dev.w3.org/html5/spec/the-button-element.html#the-output-element">output</a></code> element
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td>add an <a href="http://www.w3.org/TR/wai-aria/states_and_properties#aria-live">aria-live="polite"</a> attribute</td>
</tr>
<tr>
<th scope="row"><code><a href="http://www.w3.org/TR/html5/forms.html#the-progress-element">progress</a></code> element
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td>use a progress bar widget lie: <a href="http://docs.dojocampus.org/dijit/ProgressBar">dijit progress</a><a href="http://hanshillen.github.com/aegisdemo/">jQuery progress bar</a></td>
</tr>
<tr>
<th scope="row"><code><a href="http://dev.w3.org/html5/spec/sections.html#the-section-element">section</a></code> element
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td>add ARIA role="<a href="http://www.w3.org/TR/wai-aria/roles#region">region</a>"</td>
</tr>
<tr>
<th scope="row"><code><a href="http://dev.w3.org/html5/spec/interactive-elements.html#the-summary-element">summary</a></code> element
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="supported"></td>
<td>Use a widget like: <a href="http://filamentgroup.com/lab/expand_and_collapse_content_accessibly_with_progressive_enhancement_jquery/">collapsible content area</a></td>
</tr>
<tr>
<th scope="row"><a href="http://dev.w3.org/html5/spec/video.html"><code>video</code></a> element
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"><img src="images/tick.png" width="16" height="16" alt="partial support"></td>
<td><img src="images/tick.png" width="16" height="16" alt="partial support"></td>
<td><img src="images/tick.png" width="16" height="16" alt="partial support"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"><img src="images/tick.png" width="16" height="16" alt="partial support"></td>
<td><img src="images/tick.png" width="16" height="16" alt="partial support"></td>
<td>add <a href="http://www.terrillthompson.com/tests/html5-audio.html">scripted controls</a></td>
</tr>
</table>
</div>
<hr>
<aside role="complementary">
<table width="96%" border="1">
<caption>
Example of solutions for HTML5 attribure accessibility support in Browsers
</caption>
<tr>
<th width="223" scope="col">new HTML5 attributes (note: this is not all of them!)</th>
<th width="105" scope="col"><p><img src="images/chrome.png" alt="" width="62" height="61" border="0"></p>
<p>Chrome 10</p></th>
<th width="86" scope="col"><p><img src="images/firefox.png" alt="" width="62" height="61" border="0"></p>
<p>Firefox 4 RC</p></th>
<th width="108" scope="col"><p><img src="images/ie.png" alt="" width="62" height="61" border="0"></p>
<p>IE 9 beta</p></th>
<th width="85" scope="col"><p><img src="images/opera.png" alt="" width="62" height="61" border="0"></p>
<p>Opera 11 </p></th>
<th width="87" scope="col"><p><img src="images/safari.png" alt="" width="62" height="61" border="0"></p>
<p>Safari 5 (Mac)</p></th>
<th width="458" scope="col">work arounds</th>
</tr>
<!--<tr>
<td><code><a href="http://dev.w3.org/html5/spec/dnd.html#the-draggable-attribute">draggable</a></code> attribute</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/cross.gif" width="16" height="16" alt="not implemented"></td>
<td><img src="images/cross.gif" width="16" height="16" alt="not implemented"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td> </td>
</tr>-->
<tr>
<th scope="row"><a href="http://dev.w3.org/html5/spec/editing.html#the-hidden-attribute">hidden</a> attribute
</td>
<td><img src="images/tick.png" width="16" height="16" alt="support"></td>
<td><img src="images/tick.png" width="16" height="16" alt="support"></td>
<td><img src="images/tick.png" width="16" height="16" alt="support"></td>
<td><img src="images/tick.png" width="16" height="16" alt="support"></td>
<td><img src="images/tick.png" width="16" height="16" alt="support"></td>
<td><p><strong>Use CSS <code>display:none</code></strong>.<br>
</p></td>
</tr>
<tr>
<th scope="row"><a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#attr-input-required"><code>required</code></a> attribute
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="support"></td>
<td><img src="images/tick.png" width="16" height="16" alt="support"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="support"></td>
<td>Refer to the WebAIM article <a href="http://webaim.org/techniques/formvalidation/">Usable and Accessible Form Validation and Error Recovery</a></td>
</tr>
<tr>
<th scope="row"><a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#the-placeholder-attribute"><code>placeholder</code></a> attribute
</td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="support"></td>
<td><img src="images/tick.png" width="16" height="16" alt="support"></td>
<td><img src="images/cross.png" width="16" height="16" alt="not supported"></td>
<td><img src="images/tick.png" width="16" height="16" alt="partial support"></td>
<td>Refer to the article <a href="http://www.456bereastreet.com/archive/200710/autopopulating_text_input_fields_with_javascript/">Autopopulating text input fields with JavaScript</a> by Roger Johansson.</td>
</tr>
<tr>
<!--<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>-->
</tr>
</table>
<p> </p>
<H2>References</H2>
<UL>
<LI><A href="http://www.w3.org/WAI/PF/aria-implementation/">WAI-ARIA 1.0 User Agent Implementation Guide</A>
<LI><A href="http://www.w3.org/WAI/PF/aria/">Accessible Rich Internet Applications (WAI-ARIA) 1.0</A></LI>
</UL></aside>
<footer role="contentinfo"><p><A href="http://creativecommons.org/licenses/by-sa/2.0/uk/" rel="license"><IMG alt="Creative Commons License" src="http://i.creativecommons.org/l/by-sa/2.0/uk/88x31.png"></A><BR>
This <SPAN rel="dc:type" href="http://purl.org/dc/dcmitype/Text" xmlns:dc="http://purl.org/dc/elements/1.1/">work</SPAN> is licenced under a <A href="http://creativecommons.org/licenses/by-sa/2.0/uk/" rel="license">Creative Commons Licence</A>.</p>
<p>Updated: 11/03/2011</p></footer>
</body>
</html>