From d59bfa15d9e9804c7badacf63444562901c461b8 Mon Sep 17 00:00:00 2001 From: Hiroki Yokouchi <8845musign@gmail.com> Date: Fri, 19 Nov 2021 11:14:04 +0900 Subject: [PATCH] =?UTF-8?q?=E9=81=94=E6=88=90=E6=96=B9=E6=B3=95=E9=9B=86?= =?UTF-8?q?=20SCR1=E3=81=AE=E7=BF=BB=E8=A8=B3=20(#1236)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- techniques/client-side-script/SCR1.html | 83 ++++++++++--------------- techniques/index.html | 2 +- 2 files changed, 34 insertions(+), 51 deletions(-) diff --git a/techniques/client-side-script/SCR1.html b/techniques/client-side-script/SCR1.html index 5f241d148..4a473c6be 100644 --- a/techniques/client-side-script/SCR1.html +++ b/techniques/client-side-script/SCR1.html @@ -2,7 +2,7 @@ - SCR1: Allowing the user to extend the default time limit + <title>SCR1: 利用者が初期設定の制限時間を延長できるようにする @@ -12,82 +12,66 @@ -

Allowing the user to extend the default time limit +

利用者が初期設定の制限時間を延長できるようにする

-

Important Information about Techniques

-

See Understanding Techniques for WCAG Success Criteria for important information about the usage of these informative techniques and how - they relate to the normative WCAG 2.1 success criteria. The Applicability section - explains the scope of the technique, and the presence of techniques for a specific - technology does not imply that the technology can be used in all situations to create - content that meets WCAG 2.1. +

達成方法に関する重要な情報

+

この達成方法 (参考) の使用法と、この達成方法が WCAG 2.1 達成基準 (規定) とどのように関係するのかに関する重要な情報については、WCAG 達成基準の達成方法を理解するを参照のこと。適用 (対象) のセクションは、その達成方法の範囲について説明しており、特定の技術に関する達成方法の存在は、その技術があらゆる状況で WCAG 2.1 を満たすコンテンツを作成するために使用できることを意味するものではない。

-

Applicability

+

適用 (対象)

- Time limits that are controlled by client-side scripting. + クライアントサイドスクリプトによりコントロールされた制限時間。

-

This technique relates to Success Criterion 2.2.1: Timing Adjustable (Sufficient, together with SCR16: Providing a script that warns the user a time limit is about to expire). +

これは達成基準 2.2.1 (タイミング調整可能)(SCR16: 制限時間が切れようとしていることを利用者に警告するスクリプトを提供するの達成方法として十分) に関する達成方法である。

-

Description

-

The objective of this technique is to allow user to extend the default time limit - by providing a mechanism to extend the time when scripts provide functionality that - has default time limits. In order to allow the user to request a longer time limit, - the script can provide a form (for example) allowing the user to enter a larger time - limit or indicating that more time is needed. If the user is being warned that a time - limit is about to expire (see ), this form can be made available from the warning dialog. The user can extend the - time limit to at least 10 times the default time limit, either by allowing the user - to indicate how much additional time is needed or by repeatedly allowing the user - to extend the time limit. +

解説

+

この達成方法の目的は、スクリプトがデフォルトの制限時間のある機能を提供する際、その時間を延長するメカニズムを提供することによって、利用者がデフォルトの制限時間を延長できるようにすることである。利用者がより長い制限時間を要求できるようにするために、利用者がより長い制限時間を入力できる、又はより多くの時間を必要としていることを示す (例えば) フォームをスクリプトが提供することができる。制限時間が切れそうであることを利用者に警告する場合 (SCR16: 制限時間が切れようとしていることを利用者に警告するスクリプトを提供するを参照)、このフォームを警告のダイアログから利用可能にする。どれぐらいの追加時間が必要かを示すことができるようにするか、繰り返し制限時間を延長できるようにすることによって、利用者はデフォルトの制限時間を少なくとも 10 倍延長することができる。

-

Examples

+

事例

-

Resources

-

Resources are for information purposes only, no endorsement implied.

+

参考リソース

+

この参考リソースは、あくまでも情報提供のみが目的であり、推薦などを意味するものではない。

  1. @@ -98,28 +82,27 @@

    Resources

-

Tests

+

検証

-

Procedure

+

手順

  1. - On a Web page that uses scripts to enforce a time limit, wait until the time limit - has expired. + 制限時間を強制するためにスクリプトを使用しているウェブページで、制限時間が切れるまで待つ。
  2. - Determine if an option was provided to extend the time limit. + 制限時間を延長する選択肢が提供されているかどうかを判断する。
  3. @@ -127,12 +110,12 @@

    Procedure

-

Expected Results

+

期待される結果