Skip to content

Commit 6b5e98e

Browse files
authored
Accessibility > Standards translation (#58)
1 parent e4cd4b5 commit 6b5e98e

File tree

1 file changed

+24
-23
lines changed

1 file changed

+24
-23
lines changed

src/guide/a11y-standards.md

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,33 @@
1-
# Standards
1+
# 標準
22

3-
The World Wide Web Consortium (W3C) Web Accessibility Initiative (WAI) develops web accessibility standards for the different components:
3+
World Wide Web ConsortiumW3C)の Web Accessibility InitiativeWAI)では、さまざまなコンポーネントにおけるウェブアクセシビリティの標準を定めて発展させています:
44

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
115

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+
- 開発者、オーサリングツール、およびアクセシビリティを評価するツールによって利用されるウェブコンテンツ
1312

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)
1514

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の使用を推奨しています。
1716

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):
2618

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+
- テクノロジーが進歩しても、ユーザはコンテンツにアクセスできる必要があります
2827

29-
W3C's WAI-ARIA provides guidance on how to build dynamic content and advanced user interface controls.
28+
### Web Accessibility Initiative – アクセシビリティに優れたインターネットアプリケーション (WAI-ARIA)
3029

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

Comments
 (0)