Skip to content

Commit d59bfa1

Browse files
authored
達成方法集 SCR1の翻訳 (#1236)
1 parent e779eed commit d59bfa1

File tree

2 files changed

+34
-51
lines changed

2 files changed

+34
-51
lines changed

techniques/client-side-script/SCR1.html

Lines changed: 33 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="ja">
33
<head>
44
<meta charset="UTF-8" />
5-
<title>SCR1: Allowing the user to extend the default time limit
5+
<title>SCR1: 利用者が初期設定の制限時間を延長できるようにする
66

77
</title>
88
<link rel="stylesheet" type="text/css" href="https://www.w3.org/StyleSheets/TR/2016/base" />
@@ -12,82 +12,66 @@
1212
<body>
1313
<nav>
1414
<ul id="navigation">
15-
<li><a href="../#techniques" title="Table of Contents">Contents</a></li>
16-
<li><a href="../#introduction" title="Introduction to Techniques">Intro</a></li>
17-
<li><a href="../aria/ARIA24">Previous Technique: ARIA24</a></li>
18-
<li><a href="SCR2">Next Technique: SCR2</a></li>
15+
<li><a href="../#techniques" title="Table of Contents">目次</a></li>
16+
<li><a href="../#introduction" title="Introduction to Techniques">イントロダクション</a></li>
17+
<li><a href="../aria/ARIA24">前の達成方法: ARIA24</a></li>
18+
<li><a href="SCR2">次の達成方法: SCR2</a></li>
1919
</ul>
2020
</nav>
2121
<nav class="navtoc">
2222
<p>On this page:</p>
2323
<ul id="navbar">
24-
<li><a href="#important-information">Important Information about Techniques</a></li>
25-
<li><a href="#applicability">Applicability</a></li>
26-
<li><a href="#description">Description</a></li>
27-
<li><a href="#examples">Examples</a></li>
28-
<li><a href="#resources">Related Resources</a></li>
29-
<li><a href="#related">Related Techniques</a></li>
30-
<li><a href="#tests">Tests</a></li>
24+
<li><a href="#important-information">達成方法に関する重要な情報</a></li>
25+
<li><a href="#applicability">適用 (対象)</a></li>
26+
<li><a href="#description">解説</a></li>
27+
<li><a href="#examples">事例</a></li>
28+
<li><a href="#resources">参考リソース</a></li>
29+
<li><a href="#related">関連する達成方法</a></li>
30+
<li><a href="#tests">検証</a></li>
3131
</ul>
3232
</nav>
33-
<h1>Allowing the user to extend the default time limit
33+
<h1>利用者が初期設定の制限時間を延長できるようにする
3434

3535
</h1>
3636
<section id="important-information">
37-
<h2>Important Information about Techniques</h2>
38-
<p>See <a href="https://waic.jp/docs/WCAG21/Understanding/understanding-techniques">Understanding Techniques for WCAG Success Criteria</a> for important information about the usage of these informative techniques and how
39-
they relate to the normative WCAG 2.1 success criteria. The Applicability section
40-
explains the scope of the technique, and the presence of techniques for a specific
41-
technology does not imply that the technology can be used in all situations to create
42-
content that meets WCAG 2.1.
37+
<h2>達成方法に関する重要な情報</h2>
38+
<p>この達成方法 (参考) の使用法と、この達成方法が WCAG 2.1 達成基準 (規定) とどのように関係するのかに関する重要な情報については、<a href="https://waic.jp/docs/WCAG21/Understanding/understanding-techniques">WCAG 達成基準の達成方法を理解する</a>を参照のこと。適用 (対象) のセクションは、その達成方法の範囲について説明しており、特定の技術に関する達成方法の存在は、その技術があらゆる状況で WCAG 2.1 を満たすコンテンツを作成するために使用できることを意味するものではない。
4339
</p>
4440
</section>
4541
<main>
4642
<section id="applicability">
47-
<h2>Applicability</h2>
43+
<h2>適用 (対象)</h2>
4844
<p>
49-
Time limits that are controlled by client-side scripting.
45+
クライアントサイドスクリプトによりコントロールされた制限時間。
5046

5147
</p>
52-
<p>This technique relates to <span><a href="https://waic.jp/docs/WCAG21/Understanding/timing-adjustable">Success Criterion 2.2.1: Timing Adjustable</a> (Sufficient, together with <a href="../client-side-script/SCR16">SCR16: Providing a script that warns the user a time limit is about to expire</a>)</span>.
48+
<p>これは<span><a href="https://waic.jp/docs/WCAG21/Understanding/timing-adjustable">達成基準 2.2.1 (タイミング調整可能)</a>(<a href="../client-side-script/SCR16">SCR16: 制限時間が切れようとしていることを利用者に警告するスクリプトを提供する</a>の達成方法として十分)</span> に関する達成方法である。
5349
</p>
5450
</section>
5551
<section id="description">
56-
<h2>Description</h2>
57-
<p>The objective of this technique is to allow user to extend the default time limit
58-
by providing a mechanism to extend the time when scripts provide functionality that
59-
has default time limits. In order to allow the user to request a longer time limit,
60-
the script can provide a form (for example) allowing the user to enter a larger time
61-
limit or indicating that more time is needed. If the user is being warned that a time
62-
limit is about to expire (see <a href="#SCR16"></a>), this form can be made available from the warning dialog. The user can extend the
63-
time limit to at least 10 times the default time limit, either by allowing the user
64-
to indicate how much additional time is needed or by repeatedly allowing the user
65-
to extend the time limit.
52+
<h2>解説</h2>
53+
<p>この達成方法の目的は、スクリプトがデフォルトの制限時間のある機能を提供する際、その時間を延長するメカニズムを提供することによって、利用者がデフォルトの制限時間を延長できるようにすることである。利用者がより長い制限時間を要求できるようにするために、利用者がより長い制限時間を入力できる、又はより多くの時間を必要としていることを示す (例えば) フォームをスクリプトが提供することができる。制限時間が切れそうであることを利用者に警告する場合 (<a href="SCR16.html">SCR16: 制限時間が切れようとしていることを利用者に警告するスクリプトを提供する</a>を参照)、このフォームを警告のダイアログから利用可能にする。どれぐらいの追加時間が必要かを示すことができるようにするか、繰り返し制限時間を延長できるようにすることによって、利用者はデフォルトの制限時間を少なくとも 10 倍延長することができる。
6654
</p>
6755
</section>
6856
<section id="examples">
69-
<h2>Examples</h2>
57+
<h2>事例</h2>
7058
<ul>
7159

7260
<li>
73-
A Web page contains current stock market statistics and is set to refresh periodically.
74-
When the user is warned prior to refreshing the first time, the user is provided with
75-
an option to extend the time period between refreshes.
61+
ウェブページに最新の株式市場のデータがあり、定期的に更新されている。利用者が最初の更新の前に警告を受けたとき、利用者には更新の間隔を延長するための選択肢が提供されている。
7662

7763
</li>
7864

7965
<li>
80-
In an online chess game, each player is given a time limit for completing each move.
81-
When the player is warned that time is almost up for this move, the user is provided
82-
with an option to increase the time.
66+
オンラインチェスゲームにおいて、各プレーヤーはそれぞれの動きが終わるまでの制限時間が与えられている。動かせる時間がほとんど終わりであるという警告をプレーヤーが受けたとき、利用者には時間を増やすための選択肢が提供されている。
8367

8468
</li>
8569

8670
</ul>
8771
</section>
8872
<section id="resources">
89-
<h2>Resources</h2>
90-
<p>Resources are for information purposes only, no endorsement implied.</p>
73+
<h2>参考リソース</h2>
74+
<p>この参考リソースは、あくまでも情報提供のみが目的であり、推薦などを意味するものではない。</p>
9175
<ol>
9276

9377
<li>
@@ -98,41 +82,40 @@ <h2>Resources</h2>
9882
</ol>
9983
</section>
10084
<section id="related">
101-
<h2>Related Techniques</h2>
85+
<h2>関連する達成方法</h2>
10286
<ul>
10387

104-
<li><a href="SCR16">SCR16: Providing a script that warns the user a time limit is about to expire</a></li>
88+
<li><a href="SCR16">SCR16: 制限時間が切れようとしていることを利用者に警告するスクリプトを提供する</a></li>
10589

10690
</ul>
10791
</section>
10892
<section id="tests">
109-
<h2>Tests</h2>
93+
<h2>検証</h2>
11094
<section class="procedure" id="procedure">
111-
<h3>Procedure</h3>
95+
<h3>手順</h3>
11296

11397
<ol>
11498

11599
<li>
116-
On a Web page that uses scripts to enforce a time limit, wait until the time limit
117-
has expired.
100+
制限時間を強制するためにスクリプトを使用しているウェブページで、制限時間が切れるまで待つ。
118101

119102
</li>
120103

121104
<li>
122-
Determine if an option was provided to extend the time limit.
105+
制限時間を延長する選択肢が提供されているかどうかを判断する。
123106

124107
</li>
125108

126109
</ol>
127110

128111
</section>
129112
<section class="results" id="expected-results">
130-
<h3>Expected Results</h3>
113+
<h3>期待される結果</h3>
131114

132115
<ul>
133116

134117
<li>
135-
#2 is true and more time is provided to complete the interaction.
118+
2.の結果が真であり、かつインタラクションを完了するために更なる時間が提供されている。
136119

137120
</li>
138121

techniques/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ <h3 id="aria">ARIA の達成方法<span class="permalink"><a href="#aria" aria-l
168168
</ul>
169169
<h3 id="client-side-script">クライアントサイドスクリプトの達成方法<span class="permalink"><a href="#client-side-script" aria-label="Permalink for Client-Side Script Techniques" title="Permalink for Client-Side Script Techniques"><span>§</span></a></span></h3>
170170
<ul>
171-
<li><a href="client-side-script/SCR1">SCR1: Allowing the user to extend the default time limit </a></li>
171+
<li><a href="client-side-script/SCR1">SCR1: 利用者が初期設定の制限時間を延長できるようにする</a></li>
172172
<li><a href="client-side-script/SCR2">SCR2: キーボード及びマウスのイベントハンドラを両方とも使用する</a></li>
173173
<li><a href="client-side-script/SCR14">SCR14: 不可欠ではないアラートの表示を任意にするために、スクリプトを使用する</a></li>
174174
<li><a href="client-side-script/SCR16">SCR16: 制限時間が切れようとしていることを利用者に警告するスクリプトを提供する</a></li>

0 commit comments

Comments
 (0)