blob: a9545e485d6ec7f9c2c77ffabc6c136009b2e254 (
plain)
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
|
---
title: ウィジェット
slug: Web/Accessibility/ARIA/widgets
tags:
- Accessibility
- JavaScript
- Landing
- NeedsUpdate
translation_of: Web/Accessibility/ARIA/widgets
---
<div class="warning">警告: 更新が必要</div>
<h2 id="Introduction">入門</h2>
<p>ここでは、アクセシブルな JavaScript ウィジェットを作るための実装例とベストプラクティスを見ていきます。</p>
<h2 id="General_Resources">一般リソース</h2>
<ul>
<li><a class="external text" href="https://dev.aol.com/dhtml_style_guide" rel="nofollow">DHTML Style Guide</a> にはキーボードインタラクションのお勧めがあります。</li>
<li><a class="external text" href="https://www.w3.org/wai/pf/aria-practices" rel="nofollow">WAI-ARIA Authoring Practices Guide</a></li>
</ul>
<h2 id="Checkbox">チェックボックス</h2>
<ul>
<li><a class="external text" href="https://www.paciellogroup.com/blog/?p=53" rel="nofollow">ARIA Toggle Button and Tri-state Checkbox examples</a> (from "The Paciello Group Blog")</li>
<li><a class="external text" href="http://test.cita.uiuc.edu/aria/checkbox" rel="nofollow">ARIA Example Checkbox Widgets from the University of Illinois</a></li>
</ul>
<h2 id="Menu">メニュー</h2>
<ul>
<li><a class="external text" href="http://yuiblog.com/blog/2007/12/21/menu-waiaria/" rel="nofollow">Using WAI-ARIA Roles and States with the YUI Menu Control</a></li>
</ul>
<h2 id="Slider">スライダー</h2>
<ul>
<li>From the Paciello Group Blog: ARIA Slider, <a class="external text" href="https://www.paciellogroup.com/blog/?p=68" rel="nofollow">part one</a>, <a class="external text" href="https://www.paciellogroup.com/blog/?p=69" rel="nofollow">part two</a>, <a class="external text" href="https://www.paciellogroup.com/blog/?p=76" rel="nofollow">part three</a> (<a class="external text" href="https://www.paciellogroup.com/blog/misc/ARIA/slider/" rel="nofollow">example</a>)</li>
<li><a class="external text" href="https://mindtrove.info/articles/creating-an-accessible-internationalized-dojo-rating-widget/" rel="nofollow">Creating an Accessible, Internationalized Dojo Rating Widget</a></li>
</ul>
<h2 id="Tabs">タブ</h2>
<ul>
<li><a class="external text" href="http://yuiblog.com/blog/2008/07/30/tabview-aria/" rel="nofollow">Enhancing TabView Accessibility with WAI-ARIA Roles and States</a>, from the YUI blog</li>
<li><a class="external text" href="https://wiki.github.com/fnagel/jQuery-Accessible-RIA/tabs" rel="nofollow">Enhancing the jQuery UI Tabs accordingly to WCAG 2.0 and ARIA</a></li>
<li><a class="external text" href="https://codetalks.org/source/widgets/tabpanel/tabpanel1.html" rel="nofollow">Tab panel example here on CodeTalks</a></li>
</ul>
<h2 id="Lightbox">ライトボックス</h2>
<ul>
<li><a class="external text" href="https://wiki.github.com/fnagel/jQuery-Accessible-RIA/lightbox" rel="nofollow">WCAG 2.0 and ARIA-</a><a class="external text" href="https://wiki.github.com/fnagel/jQuery-Accessible-RIA/table" rel="nofollow">conformant</a><a class="external text" href="https://wiki.github.com/fnagel/jQuery-Accessible-RIA/lightbox" rel="nofollow"> lightbox application</a></li>
<li><a class="external free" href="http://majx-js.digissime.net/js/popin/" rel="nofollow">http://majx-js.digissime.net/js/popin/</a></li>
</ul>
<h2 id="Form_Validation">フォーム検証</h2>
<ul>
<li><a class="external text" href="https://wiki.github.com/fnagel/jQuery-Accessible-RIA/formular" rel="nofollow">WCAG 2.0 and ARIA-conformant live form validation</a></li>
</ul>
<h2 id="Tables">表</h2>
<ul>
<li><a class="external text" href="https://www.einfach-fuer-alle.de/artikel/barrierefreie-formulare-mit-html-css-und-javascript/" rel="nofollow">German tutorial on creating an accessible form</a></li>
<li><a class="external text" href="https://codetalks.org/source/widgets/grid/grid.sample.html" rel="nofollow">Simple grid example at CodeTalks</a></li>
<li><a class="external text" href="https://codetalks.org/source/widgets/datepicker/datepicker.sample.html" rel="nofollow">Date picker grid at CodeTalks</a></li>
<li><a class="external text" href="https://wiki.github.com/fnagel/jQuery-Accessible-RIA/table" rel="nofollow">WCAG 2.0 and ARIA-conformant sortable tables</a></li>
</ul>
|