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
+事例
- - A Web page contains current stock market statistics and is set to refresh periodically. - When the user is warned prior to refreshing the first time, the user is provided with - an option to extend the time period between refreshes. + ウェブページに最新の株式市場のデータがあり、定期的に更新されている。利用者が最初の更新の前に警告を受けたとき、利用者には更新の間隔を延長するための選択肢が提供されている。
- - In an online chess game, each player is given a time limit for completing each move. - When the player is warned that time is almost up for this move, the user is provided - with an option to increase the time. + オンラインチェスゲームにおいて、各プレーヤーはそれぞれの動きが終わるまでの制限時間が与えられている。動かせる時間がほとんど終わりであるという警告をプレーヤーが受けたとき、利用者には時間を増やすための選択肢が提供されている。
Resources
-Resources are for information purposes only, no endorsement implied.
+参考リソース
+この参考リソースは、あくまでも情報提供のみが目的であり、推薦などを意味するものではない。
-
@@ -98,28 +82,27 @@
Resources
Tests
+検証
Procedure
+手順
- - On a Web page that uses scripts to enforce a time limit, wait until the time limit - has expired. + 制限時間を強制するためにスクリプトを使用しているウェブページで、制限時間が切れるまで待つ。
- - Determine if an option was provided to extend the time limit. + 制限時間を延長する選択肢が提供されているかどうかを判断する。 @@ -127,12 +110,12 @@
Procedure
Expected Results
+期待される結果
- - #2 is true and more time is provided to complete the interaction. + 2.の結果が真であり、かつインタラクションを完了するために更なる時間が提供されている。 diff --git a/techniques/index.html b/techniques/index.html index cc43f4904..25bc133d9 100644 --- a/techniques/index.html +++ b/techniques/index.html @@ -168,7 +168,7 @@