From 3790574b628e61d74519f59bc87b5d941de73cd7 Mon Sep 17 00:00:00 2001 From: Momdo Nakamura Date: Wed, 26 Feb 2020 18:39:23 +0900 Subject: [PATCH 1/4] =?UTF-8?q?=E9=81=A9=E5=90=88=E5=AE=A3=E8=A8=80?= =?UTF-8?q?=E3=82=92=E7=90=86=E8=A7=A3=E3=81=99=E3=82=8B=E3=81=AE=E7=BF=BB?= =?UTF-8?q?=E8=A8=B3=E3=81=AE=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- understanding/conformance.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/understanding/conformance.html b/understanding/conformance.html index 837864415..c97a4a58a 100644 --- a/understanding/conformance.html +++ b/understanding/conformance.html @@ -182,12 +182,12 @@

適合要件 5 を理解する

適合宣言を理解する

-

適合する上では、適合宣言をすることは必須ではない。If one does make a claim, however, all the information required in a conformance claim must be provided. There are a number of ways this information can be provided.

+

適合する上では、適合宣言をすることは必須ではない。しかし、宣言する場合は、適合宣言に必要なすべての情報を提供しなければならない。この情報を提供する方法はいくつか存在する。

-

Schema.org provides one such option for including discovery metadata within a Web page. A set of descriptive accessibility properties is available under the CreativeWork type which, among other uses, provides the ability to include a summary of the overall accessibility of the page (e.g., the WCAG conformance claim), describe the accessible features of the content (e.g., availability of alternative text, extended descriptions and captions), and alert users to potential hazards (e.g., flashing). This information can be embedded in the page using any of RDFa, JSON and microdata. More information about these properties and their expected values is also available on the Web Schemas wiki.

+

Schema.org は、ウェブページ内に開示メタデータを含めるためのそのような選択肢の1つを提供する。記述的なアクセシビリティプロパティの集合は、CreativeWork タイプで利用できる。これは、とりわけ、ページの全体的なアクセシビリティの概要を含める機能 (WCAG 適合宣言など) を提供し、コンテンツのアクセシビリティ機能を説明する機能 (例えば、代替テキスト、拡張解説、キャプションの入手可能性) を説明し、潜在的な危険性 (閃光など) を利用者に警告する。この情報は、RDFa、JSON、及び microdata のいずれかを使用してページに埋め込むことができる。これらのプロパティ及びその期待される値に関する詳細情報は、Web Schemas wiki でも入手できる。

-

Here is a claim which has been enhanced with schema.org metadata:

+

schema.org メタデータで強化された宣言は次のとおり:

 <div typeof="WebPage" vocab="http://schema.org/">

From e9f9718bab3bf12efbf2cf3e3f41071f257ba3c5 Mon Sep 17 00:00:00 2001
From: Momdo Nakamura 
Date: Wed, 26 Feb 2020 18:47:38 +0900
Subject: [PATCH 2/4] =?UTF-8?q?=E9=81=A9=E5=90=88=E3=81=97=E3=81=A6?=
 =?UTF-8?q?=E3=81=84=E3=82=8B=E4=BB=A3=E6=9B=BF=E7=89=88=E3=82=92=E7=90=86?=
 =?UTF-8?q?=E8=A7=A3=E3=81=99=E3=82=8B=E3=81=AE=E7=BF=BB=E8=A8=B3=E3=81=AE?=
 =?UTF-8?q?=E8=BF=BD=E5=8A=A0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 understanding/conformance.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/understanding/conformance.html b/understanding/conformance.html
index c97a4a58a..7f48d05a6 100644
--- a/understanding/conformance.html
+++ b/understanding/conformance.html
@@ -718,7 +718,7 @@ 

適合している代替版を理解する

これにより、適合宣言の範囲内にあるページ上のすべての情報及びすべての機能は、適合しているウェブページ上で利用可能になる。

-

Authors relying on conforming alternate versions must make end users aware that a conforming alternate version is available. This may be accomplished by providing a link to a more accessible version, identified clearly by link text. Alternatively a link to instructions may be provided which documents how to access a more accessible version as well as the specific ways the alternate version is more accessible (e.g. a "high contrast version").

+

適合している代替版に依存するコンテンツ制作者は、適合している代替版が利用可能であることをエンドユーザに知らせなければならない。これは、リンクテキストで明確に特定される、よりアクセシブルな版へのリンクを提供することで実現できる。あるいは、代替版がよりアクセシブルである特定の方法 (「ハイコントラスト版」など)だけでなく、よりアクセシブルな版にアクセスする方法も文書化した説明書へのリンクを提供してもよい。

From f0c9e011e3709ba97eb4770155503c7b5f4a5730 Mon Sep 17 00:00:00 2001 From: Momdo Nakamura Date: Wed, 26 Feb 2020 18:51:12 +0900 Subject: [PATCH 3/4] =?UTF-8?q?=E3=82=A6=E3=82=A7=E3=83=96=E3=83=9A?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E3=81=AE=E9=81=A9=E5=90=88=E3=81=97=E3=81=A6?= =?UTF-8?q?=E3=81=84=E3=82=8B=E4=BB=A3=E6=9B=BF=E7=89=88=E3=82=92=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E3=81=99=E3=82=8B...=E3=81=AE=E7=BF=BB=E8=A8=B3?= =?UTF-8?q?=E3=81=AE=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- understanding/conformance.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/understanding/conformance.html b/understanding/conformance.html index 7f48d05a6..61e36bd0c 100644 --- a/understanding/conformance.html +++ b/understanding/conformance.html @@ -795,7 +795,7 @@

適合している代替版を提供するための達成方法

ウェブページの適合している代替版を提供する適合要件を満たすことができる達成方法

-

この節にある番号付きの各項目は、WCAG ワーキンググループがこの達成基準を満たすのに十分であると判断する達成方法、又は複数の達成方法の組み合わせを表している。しかしながら、必ずしもこれらの達成方法を用いる必要はない。For information on using other techniques, see , particularly the "Other Techniques" section.

+

この節にある番号付きの各項目は、WCAG ワーキンググループがこの達成基準を満たすのに十分であると判断する達成方法、又は複数の達成方法の組み合わせを表している。しかしながら、必ずしもこれらの達成方法を用いる必要はない。他の達成方法の利用については、具体的にはその他の達成方法のセクションを参照のこと。

    From 1ac8f04c87853b938bb51d9e9c3aca01af3a61e9 Mon Sep 17 00:00:00 2001 From: Momdo Nakamura Date: Wed, 26 Feb 2020 19:21:37 +0900 Subject: [PATCH 4/4] =?UTF-8?q?=E3=83=AC=E3=83=93=E3=83=A5=E3=83=BC?= =?UTF-8?q?=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E3=81=AB=E5=9F=BA=E3=81=A5?= =?UTF-8?q?=E3=81=8F=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- understanding/conformance.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/understanding/conformance.html b/understanding/conformance.html index 61e36bd0c..aa0dc5e85 100644 --- a/understanding/conformance.html +++ b/understanding/conformance.html @@ -718,7 +718,7 @@

    適合している代替版を理解する

    これにより、適合宣言の範囲内にあるページ上のすべての情報及びすべての機能は、適合しているウェブページ上で利用可能になる。

    -

    適合している代替版に依存するコンテンツ制作者は、適合している代替版が利用可能であることをエンドユーザに知らせなければならない。これは、リンクテキストで明確に特定される、よりアクセシブルな版へのリンクを提供することで実現できる。あるいは、代替版がよりアクセシブルである特定の方法 (「ハイコントラスト版」など)だけでなく、よりアクセシブルな版にアクセスする方法も文書化した説明書へのリンクを提供してもよい。

    +

    適合している代替版に依存するコンテンツ制作者は、適合している代替版が利用可能であることをエンドユーザに知らせなければならない。これは、リンクテキストで明確に特定される、よりアクセシブルな版へのリンクを提供することで実現できる。あるいは、代替版をよりアクセシブルにする特定の方法 (「ハイコントラスト版」など) だけでなく、そのよりアクセシブルな版にアクセスする方法も文書化した説明書へのリンクを提供してもよい。