|
1 |
| -# Standards |
| 1 | +# 標準 |
2 | 2 |
|
3 |
| -The World Wide Web Consortium (W3C) Web Accessibility Initiative (WAI) develops web accessibility standards for the different components: |
| 3 | +World Wide Web Consortium(W3C)の Web Accessibility Initiative(WAI)では、さまざまなコンポーネントにおけるウェブアクセシビリティの標準を定めて発展させています: |
4 | 4 |
|
5 |
| -- [User Agent Accessibility Guidelines (UAAG)](https://www.w3.org/WAI/standards-guidelines/uaag/) |
6 |
| - - web browsers and media players, including some aspects of assistive technologies |
7 |
| -- [Authoring Tool Accessibility Guidelines (ATAG)](https://www.w3.org/WAI/standards-guidelines/atag/) |
8 |
| - - authoring tools |
9 |
| -- [Web Content Accessibility Guidelines (WCAG)](https://www.w3.org/WAI/standards-guidelines/wcag/) |
10 |
| - - web content - used by developers, authoring tools, and accessibility evaluation tools |
11 | 5 |
|
12 |
| -## Web Content Accessibility Guidelines (WCAG) |
| 6 | +- [ユーザーエージェントアクセシビリティガイドライン(UAAG)](https://www.w3.org/WAI/standards-guidelines/uaag/) |
| 7 | + - ウェブブラウザおよびメディアプレーヤー、一部の支援技術を包む |
| 8 | +- [オーサリングツールアクセシビリティガイドライン (ATAG)](https://www.w3.org/WAI/standards-guidelines/atag/) |
| 9 | + - オーサリングツール |
| 10 | +- [ウェブコンテンツアクセシビリティガイドライン (WCAG)](https://www.w3.org/WAI/standards-guidelines/wcag/) |
| 11 | + - 開発者、オーサリングツール、およびアクセシビリティを評価するツールによって利用されるウェブコンテンツ |
13 | 12 |
|
14 |
| -[WCAG 2.1](https://www.w3.org/TR/WCAG21/) extends on [WCAG 2.0](https://www.w3.org/TR/WCAG20/) and allows implementation of new technologies by addressing changes to the web. The W3C encourages use of the most current version of WCAG when developing or updating Web accessibility policies. |
| 13 | +## ウェブコンテンツアクセシビリティガイドライン (WCAG) |
15 | 14 |
|
16 |
| -### WCAG 2.1 Four Main Guiding Principles (abbreviated as POUR): |
| 15 | +[WCAG 2.1](https://www.w3.org/TR/WCAG21/) は [WCAG 2.0](https://www.w3.org/TR/WCAG20/)を拡張し、ウェブへの変更に対処することによって新しいテクノロジーの実装を可能にします。W3Cではウェブアクセシビリティにおけるポリシーを改良または更新する時、最新版のWCAGの使用を推奨しています。 |
17 | 16 |
|
18 |
| -- [Perceivable](https://www.w3.org/TR/WCAG21/#perceivable) |
19 |
| - - Users must be able to perceive the information being presented |
20 |
| -- [Operable](https://www.w3.org/TR/WCAG21/#operable) |
21 |
| - - Interface forms, controls, and navigation are operable |
22 |
| -- [Understandable](https://www.w3.org/TR/WCAG21/#understandable) |
23 |
| - - Information and the operation of user interface must be understandable to all users |
24 |
| -- [Robust](https://www.w3.org/TR/WCAG21/#robust) |
25 |
| - - Users must be able to access the content as technologies advance |
| 17 | +### WCAG 2.1における4つの主要な土台となる原則(略してPOUR): |
26 | 18 |
|
27 |
| -### Web Accessibility Initiative – Accessible Rich Internet Applications (WAI-ARIA) |
| 19 | +- [知覚可能](https://www.w3.org/TR/WCAG21/#perceivable) |
| 20 | + - ユーザは提示されている情報を認識できる必要があります |
| 21 | +- [操作可能](https://www.w3.org/TR/WCAG21/#operable) |
| 22 | + - フォーム、コントロール、およびナビゲーションなどのインターフェースを操作できる必要があります |
| 23 | +- [理解可能](https://www.w3.org/TR/WCAG21/#understandable) |
| 24 | + - ユーザインターフェイスの情報と操作方法は、すべてのユーザが理解できる必要があります |
| 25 | +- [堅牢](https://www.w3.org/TR/WCAG21/#robust) |
| 26 | + - テクノロジーが進歩しても、ユーザはコンテンツにアクセスできる必要があります |
28 | 27 |
|
29 |
| -W3C's WAI-ARIA provides guidance on how to build dynamic content and advanced user interface controls. |
| 28 | +### Web Accessibility Initiative – アクセシビリティに優れたインターネットアプリケーション (WAI-ARIA) |
30 | 29 |
|
31 |
| -- [Accessible Rich Internet Applications (WAI-ARIA) 1.2](https://www.w3.org/TR/wai-aria-1.2/) |
32 |
| -- [WAI-ARIA Authoring Practices 1.2](https://www.w3.org/TR/wai-aria-practices-1.2/) |
| 30 | +W3CのWAI-ARIAでは、動的なコンテンツと高度なユーザインターフェイス制御を構築する方法について、ガイダンスを提供します。 |
| 31 | + |
| 32 | +- [アクセシビリティに優れたインターネットアプリケーション (WAI-ARIA) 1.2](https://www.w3.org/TR/wai-aria-1.2/) |
| 33 | +- [WAI-ARIA オーサリング演習1.2](https://www.w3.org/TR/wai-aria-practices-1.2/) |
0 commit comments