File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 21
21
< form method ="post " name ="search " style ="float: right ">
22
22
< div >
23
23
< input type ="text " tabindex ="1 ">
24
- < input type ="submit " value ="検索 " tabindex ="1 ">
24
+ < input type ="submit " value ="送信 " tabindex ="1 ">
25
25
</ div >
26
26
</ form >
27
27
</ div >
Original file line number Diff line number Diff line change 34
34
<form method =" post" name =" search" style =" float : right " >
35
35
<div >
36
36
<input type =" text" tabindex =" 1" >
37
- <input type =" submit" value =" 検索 " tabindex =" 1" >
37
+ <input type =" submit" value =" 送信 " tabindex =" 1" >
38
38
</div >
39
39
</form >
40
40
</div >
51
51
次の順序でフォーカスが移動する :
52
52
53
53
- テキストフィールド
54
- - “検索 ” ボタン
54
+ - “送信 ” ボタン
55
55
- 携帯サイト
56
56
- サイトマップ
57
57
58
+ なお、改訂前のテストコードでは"送信"ボタンではなく"検索"ボタンだった。
59
+
58
60
# テスト実施時の注意点 (視覚閲覧環境)
59
61
60
- なし
62
+ コンテンツの順序とは異なる順序でフォーカスが移動するが、これは意図的なものである。
61
63
62
64
# テスト手順 (音声閲覧環境)
63
65
68
70
次の順序でフォーカスが移動する :
69
71
70
72
- テキストフィールド
71
- - “検索 ” ボタン
73
+ - “送信 ” ボタン
72
74
- 携帯サイト
73
75
- サイトマップ
74
76
77
+ なお、改訂前のテストコードでは"送信"ボタンではなく"検索"ボタンだった。
78
+
75
79
# テスト実施時の注意点 (音声閲覧環境)
76
80
77
- なし
81
+ コンテンツの順序とは異なる順序でフォーカスが移動するが、これは意図的なものである。
78
82
79
83
# 関連する要素や属性
80
84
You can’t perform that action at this time.
0 commit comments