Skip to content

Commit b95ba4e

Browse files
authored
Merge pull request #363 from ma10/consistent-kbd-notatin-20250619
Make the notation of key names consistent.
2 parents ccbfce7 + 6996420 commit b95ba4e

31 files changed

+231
-231
lines changed

data/yaml/checks/design/0152.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ platform:
66
- web
77
check:
88
ja: |-
9-
Tab/Shift+Tabキーでフォーカスを移動しているときに、以下のような変化を発生させる機能が設計資料にない:
9+
:kbd:`Tab` / :kbd:`Shift+Tab` キーでフォーカスを移動しているときに、以下のような変化を発生させる機能が設計資料にない:
1010
1111
* フォームの送信
1212
* レイアウトの変更
1313
* ページの遷移
1414
* モーダル・ダイアログの表示
1515
* 表示内容の大幅な変更、など
1616
en: |-
17-
The design documentation does not include features that cause the following changes when moving focus using the Tab/Shift+Tab keys:
17+
The design documentation does not include features that cause the following changes when moving focus using the :kbd:`Tab` / :kbd:`Shift+Tab` keys:
1818
1919
* Form submission
2020
* Layout changes

data/yaml/checks/product/0171.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ platform:
66
- web
77
check:
88
ja: |-
9-
Tab/Shift+Tabキーによるフォーカス移動時の挙動は以下のすべてを満たしている
9+
:kbd:`Tab` / :kbd:`Shift+Tab` キーによるフォーカス移動時の挙動は以下のすべてを満たしている
1010
1111
* フォーカス・インジケーターまたはそれを代替する表示がある
1212
* 自動的に次のような挙動が発生しない:
@@ -17,7 +17,7 @@ check:
1717
- モーダル・ダイアログの表示
1818
- 表示内容の大幅な変更
1919
en: |-
20-
Behavior when moving focus using tab/shift+tab keys fulfills all of the following
20+
Behavior when moving focus using :kbd:`Tab` / :kbd:`Shift+Tab` keys fulfills all of the following
2121
2222
* Focus indicator or alternative display is present
2323
* The following behaviors do not occur automatically:

data/yaml/checks/product/0172.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ conditions:
2525
id: "0172-keyboard-01"
2626
procedure:
2727
ja: |-
28-
Tabキー、またはShift+Tabキーでフォーカスを移動したときの挙動は、以下を満たしている:
28+
:kbd:`Tab` / :kbd:`Shift+Tab` キーでフォーカスを移動したときの挙動は、以下を満たしている:
2929
3030
* すべてのリンク、ボタン、フォーム・コントロールおよび操作を受け付けるコンポーネントにフォーカスを移動できる
3131
* フォーカスの移動順序は、文脈、レイアウト、操作手順に即した自然な順序になっている
3232
en: |-
33-
Behavior when moving focus using the Tab key or Shift+Tab key fulfills the following:
33+
Behavior when moving focus using the :kbd:`Tab` / :kbd:`Shift+Tab` key fulfills the following:
3434
3535
* The focus moves to all the links, buttons, form controls, and components that accepts operation.
3636
* The focus moves in a natural order that is consistent with the context, layout, and operating procedures.

data/yaml/checks/product/0201.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ platform:
66
- web
77
check:
88
ja: |-
9-
* Tab/Shift+Tabキーによるフォーカスの移動時、特定の箇所からフォーカスが抜け出せないような状況が発生しない、または
9+
* :kbd:`Tab` / :kbd:`Shift+Tab` キーによるフォーカスの移動時、特定の箇所からフォーカスが抜け出せないような状況が発生しない、または
1010
* 特定の箇所からフォーカスが抜け出せない状態では、矢印キーやEscキーの押下といった簡単な操作でその状態を抜け出すことができる
1111
1212
特に注意が必要なコンポーネントの例:
@@ -15,7 +15,7 @@ check:
1515
* ポップアップ・メニュー
1616
* モーダル・ダイアログ
1717
en: |-
18-
* When moving the focus using Tab/Shift+Tab keys, the focus does not get stuck at certain location, or
18+
* When moving the focus using :kbd:`Tab` / :kbd:`Shift+Tab` keys, the focus does not get stuck at certain location, or
1919
* If the focus gets stuck at certain location, simple operation such as pressing arrow keys or Esc key gets the focus away from the location
2020
2121
Examples of components that require special caution:
@@ -30,12 +30,12 @@ conditions:
3030
id: "0201-keyboard-01"
3131
procedure:
3232
ja: |-
33-
Tabキーを使って、ページの先頭からフォーカスを順に移動したときの挙動は、以下を満たしている:
33+
:kbd:`Tab` キーを使って、ページの先頭からフォーカスを順に移動したときの挙動は、以下を満たしている:
3434
35-
* TabキーまたはShift+Tabキーを押下しても、特定の場所からフォーカスが抜け出せないような状況が発生しない、または
36-
* TabキーやShift+Tabキーの押下でフォーカスが抜け出せない場合に、矢印キーやEscキーなど、簡単なキー操作でフォーカスを当該箇所から外すことができる。
35+
* :kbd:`Tab` / :kbd:`Shift+Tab` キーを押下しても、特定の場所からフォーカスが抜け出せないような状況が発生しない、または
36+
* :kbd:`Tab` / :kbd:`Shift+Tab` キーの押下でフォーカスが抜け出せない場合に、矢印キーや :kbd:`Esc` キーなど、簡単なキー操作でフォーカスを当該箇所から外すことができる。
3737
en: |-
38-
Behavior when moving the focus sequentially from the top of the page using the Tab key fulfills the following:
38+
Behavior when moving the focus sequentially from the top of the page using the :kbd:`Tab` key fulfills the following:
3939
40-
* Pressing the Tab key or Shift+Tab key does not cause a situation where the focus cannot escape from a specific location, or
41-
* If the focus cannot escape by pressing the Tab key or Shift+Tab key, it is possible to remove the focus from the corresponding location with simple key operations such as the arrow keys or the Esc key.
40+
* Pressing the :kbd:` / :kbd:`Shift+Tab` key does not cause a situation where the focus cannot escape from a specific location, or
41+
* If the focus cannot escape by pressing the :kbd:`Tab` / :kbd:`Shift+Tab` key, it is possible to remove the focus from the corresponding location with simple key operations such as the arrow keys or the :kbd:`Esc` key.

data/yaml/checks/product/0411.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ conditions:
4242
NVDAで以下の操作をしたとき、アイコンの役割や状態を適切に表す読み上げがされる。
4343
4444
- ブラウズ・モードで矢印キーを操作してアイコンがある箇所を読み上げさせたとき
45-
- そのアイコンがボタンやリンクなど、フォーカスを受け取るものの場合、Tab/Shift+Tabキーの操作でフォーカスされたとき
45+
- そのアイコンがボタンやリンクなど、フォーカスを受け取るものの場合、 :kbd:`Tab` / :kbd:`Shift+Tab` キーの操作でフォーカスされたとき
4646
en: |-
4747
The screen reader announces text that appropriately describes the role and status of the icon when the following operations are performed using NVDA:
4848
4949
* When the part with the icon is read aloud using arrow keys in browse mode
50-
* When the icon is something that can receive focus, like a button or a link, and is focused on by pressing the Tab/Shift+Tab keys
50+
* When the icon is something that can receive focus, like a button or a link, and is focused on by pressing the :kbd:`Tab` / :kbd:`Shift+Tab` keys
5151
YouTube:
5252
id: OQrwQ4rnudY
5353
title: アイコンの役割や示している状態【NVDAでアクセシビリティー チェック】
@@ -59,12 +59,12 @@ conditions:
5959
macOS VoiceOverで以下の操作をしたとき、アイコンの役割や状態を適切に表す読み上げがされる。
6060
6161
- :kbd:`VO` キーと左右矢印キーでVoiceOverカーソルを操作し、アイコンがある箇所を読み上げさせたとき
62-
- そのアイコンがボタンやリンクなど、フォーカスを受け取るものの場合、Tab/Shift+Tabキーの操作でフォーカスされたとき
62+
- そのアイコンがボタンやリンクなど、フォーカスを受け取るものの場合、 :kbd:`Tab` / :kbd:`Shift+Tab` キーの操作でフォーカスされたとき
6363
en: |-
6464
The screen reader announces text that appropriately describes the role and status of the icon when the following operations are performed using macOS VoiceOver:
6565
6666
* When the part with the icon is read aloud using the :kbd:`VO` key and the left/right arrow keys to operate the VoiceOver cursor
67-
* When the icon is something that can receive focus, like a button or a link, and is focused on by pressing the Tab/Shift+Tab keys
67+
* When the icon is something that can receive focus, like a button or a link, and is focused on by pressing the :kbd:`Tab` / :kbd:`Shift+Tab` keys
6868
- platform: ios
6969
type: simple
7070
id: "0411-iosvo-01"

data/yaml/checks/product/0441.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ conditions:
4848
* NVDAで以下の操作をしたとき、画像の内容を適切に表す簡潔な読み上げがされる。
4949
5050
- ブラウズ・モードで矢印キーを操作して当該箇所を読み上げさせたとき
51-
- その画像がリンクなど、フォーカスを受け取るものの場合、 :kbd:`Tab` / :kbd:`Shift + Tab` キーの操作でフォーカスされたとき
51+
- その画像がリンクなど、フォーカスを受け取るものの場合、 :kbd:`Tab` / :kbd:`Shift+Tab` キーの操作でフォーカスされたとき
5252
5353
* 詳細な説明が必要な画像の場合、以下のいずれかを満たしている。
5454
@@ -59,7 +59,7 @@ conditions:
5959
* Using NVDA, an appropriate brief description of the image is announced when performing the following:
6060
6161
- When reading the part with the image using arrow keys in browse mode
62-
- When the image receives focus with :kbd:`Tab` / :kbd:`Shift + Tab` key operation, for focusable images, such as links.
62+
- When the image receives focus with :kbd:`Tab` / :kbd:`Shift+Tab` key operation, for focusable images, such as links.
6363
6464
* One of the following is true for images that require detailed description
6565
@@ -77,7 +77,7 @@ conditions:
7777
* macOS VoiceOverで以下の操作をしたとき、画像の内容を適切に表す簡潔な読み上げがされる。
7878
7979
- :kbd:`VO` キーと左右矢印キーによるVoiceOverカーソルの操作で当該箇所を読み上げさせたとき
80-
- その画像がリンクなど、フォーカスを受け取るものの場合、 :kbd:`Tab` / :kbd:`Shift + Tab` キーの操作でフォーカスされたとき
80+
- その画像がリンクなど、フォーカスを受け取るものの場合、 :kbd:`Tab` / :kbd:`Shift+Tab` キーの操作でフォーカスされたとき
8181
8282
* 詳細な説明が必要な画像の場合、以下のいずれかを満たしている。
8383
@@ -88,7 +88,7 @@ conditions:
8888
* Using macOS VoiceOver, an appropriate brief description of the image is announced when performing the following:
8989
9090
- When reading the part with the image using the :kbd:`VO` key and the left/right arrow keys to operate the VoiceOver cursor.
91-
- When the image receives focus with :kbd:`Tab` / :kbd:`Shift + Tab` key operation, for focusable images, such as links.
91+
- When the image receives focus with :kbd:`Tab` / :kbd:`Shift+Tab` key operation, for focusable images, such as links.
9292
9393
* Confirm that one of the following is true for images that require detailed description
9494

data/yaml/checks/product/0471.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ conditions:
4444
ja: |-
4545
NVDAのブラウズ・モードで以下の操作を行った際、情報や機能性を持たない画像が無視される:
4646
47-
1. :kbd:`Ctrl + Home` を押下してページの先頭に移動
47+
1. :kbd:`Ctrl+Home` を押下してページの先頭に移動
4848
2. :kbd:`G` を押下して次の画像まで移動
4949
3. 「次の画像がありません」という読み上げがあるまで繰り返す
5050
en: |-
5151
Images that do not contain any information or functionality are ignored when performing the following operations in NVDA's browse mode:
5252
53-
1. Press :kbd:`Ctrl + Home` to move to the top of the page
53+
1. Press :kbd:`Ctrl+Home` to move to the top of the page
5454
2. Press :kbd:`G` to move to the next image
5555
3. Repeat until "no next graphic" is announced
5656
- type: and
@@ -70,14 +70,14 @@ conditions:
7070
ja: |-
7171
macOS VoiceOverで以下の操作を行った際、情報や機能性を持たない画像が無視される:
7272
73-
1. :kbd:`VO + Home` を押下してページの先頭に移動
74-
2. :kbd:`VO + Command + G` を押下して次の画像まで移動
73+
1. :kbd:`VO+Home` を押下してページの先頭に移動
74+
2. :kbd:`VO+Command+G` を押下して次の画像まで移動
7575
3. それ以上VoiceOverカーソルが移動しなくなるまで、または「イメージが見つかりません」という読み上げがあるまで繰り返す
7676
en: |-
7777
Images that do not contain any information or functionality are ignored when performing the following operations with macOS VoiceOver enabled:
7878
79-
1. Press :kbd:`VO + Home` to move to the top of the page
80-
2. Press :kbd:`VO + Command + G` to move to the next image
79+
1. Press :kbd:`VO+Home` to move to the top of the page
80+
2. Press :kbd:`VO+Command+G` to move to the next image
8181
3. Repeat until the VoiceOver cursor stops moving or "no image found" is announced
8282
- platform: ios
8383
type: simple

data/yaml/checks/product/0561.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ conditions:
6666
ja: |-
6767
macOS VoiceOverで以下の操作をして見出しリストを表示したとき、ページ中の見出しが過不足なく表示される。
6868
69-
1. :kbd:`VO + U` を押下してローターのメニューを表示
69+
1. :kbd:`VO+U` を押下してローターのメニューを表示
7070
2. 「見出し」を選択
7171
en: |-
7272
All headings on the page are displayed appropriately when displaying the heading list by steps below with macOS VoiceOver.
7373
74-
1. Press :kbd:`VO + U` to display the rotor menu
74+
1. Press :kbd:`VO+U` to display the rotor menu
7575
2. Select "Headings"
7676
- platform: ios
7777
type: simple

data/yaml/checks/product/0681.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ conditions:
3434
id: "0681-nvda-01"
3535
procedure:
3636
ja: |-
37-
NVDAのブラウズ・モードで、次/前の見出しへの移動( :kbd:`H` / :kbd:`Shift + H` キー)を用いて、本文直前の見出しに移動できる。
37+
NVDAのブラウズ・モードで、次/前の見出しへの移動( :kbd:`H` / :kbd:`Shift+H` キー)を用いて、本文直前の見出しに移動できる。
3838
en: |-
39-
Users can move to the position immediately before the main body using the jump to next/previous heading function ( :kbd:`H` / :kbd:`Shift + H` key) in NVDA's browse mode.
39+
Users can move to the position immediately before the main body using the jump to next/previous heading function ( :kbd:`H` / :kbd:`Shift+H` key) in NVDA's browse mode.
4040
YouTube:
4141
id: WP_2VExrCPU
4242
title: 本文の開始位置【NVDAでアクセシビリティー チェック】
@@ -47,28 +47,28 @@ conditions:
4747
ja: |-
4848
NVDAのブラウズ・モードで、次のランドマークへの移動( :kbd:`D` キー)でmain要素の先頭部分に移動でき、その直後から本文が始まっている。
4949
en: |-
50-
Users can move to the beginning of the main landmark using the jump to next landmark function ( :kbd:`D`` key) in NVDA's browse mode, and the main body begins immediately after that position.
50+
Users can move to the beginning of the main landmark using the jump to next landmark function ( :kbd:`D` key) in NVDA's browse mode, and the main body begins immediately after that position.
5151
- type: simple
5252
tool: macos-vo
5353
id: "0681-macosvo-01"
5454
procedure:
5555
ja: |-
56-
macOS VoiceOverの次/前の見出しへの移動( :kbd:`VO + Command + H` / :kbd:`VO + Command + Shift + H` キー)を用いて、本文直前の見出しに移動できる。
56+
macOS VoiceOverの次/前の見出しへの移動( :kbd:`VO+Command+H` / :kbd:`VO+Command+Shift+H` キー)を用いて、本文直前の見出しに移動できる。
5757
en: |-
58-
Users can move to the position immediately before the main body using the jump to next/previous heading function of macOS VoiceOver ( :kbd:`VO + Command + H` / :kbd:`VO + Command + Shift + H` key).
58+
Users can move to the position immediately before the main body using the jump to next/previous heading function of macOS VoiceOver ( :kbd:`VO+Command+H` / :kbd:`VO+Command+Shift+H` key).
5959
- type: simple
6060
tool: macos-vo
6161
id: "0681-macosvo-02"
6262
procedure:
6363
ja: |-
6464
macOS VoiceOverで以下の以下の操作を行ってmain要素の先頭部分に移動でき、その直後から本文が始まっている。
6565
66-
1. :kbd:`VO + U` キーを押下してローターのメニューを表示
66+
1. :kbd:`VO+U` キーを押下してローターのメニューを表示
6767
2. 「ランドマーク」を選択
6868
3. 「本文」を選んで :kbd:`Enter` キーを押下
6969
en: |-
7070
Users can move to the beginning of the main landmark by the following steps with macOS VoiceOver enabled, and the main body begins immediately after that position.
7171
72-
1. Press :kbd:`VO + U` to display the rotor menu
72+
1. Press :kbd:`VO+U` to display the rotor menu
7373
2. Select "Landmarks"
7474
3. Select "Main" and press :kbd:`Enter`

data/yaml/checks/product/0801.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ conditions:
2121
id: "0801-keyboard-01"
2222
procedure:
2323
ja: |-
24-
TabキーおよびShift+Tabキーでフォーカスを移動した際、複数のページで移動順序が一貫している。
24+
:kbd:`Tab` / :kbd:`Shift+Tab` キーでフォーカスを移動した際、複数のページで移動順序が一貫している。
2525
en: |-
26-
Focus moves in a consistent order across multiple pages when moving the focus using the Tab key and Shift+Tab key.
26+
Focus moves in a consistent order across multiple pages when moving the focus using the :kbd:`Tab` / :kbd:`Shift+Tab` key.
2727
- type: or
2828
conditions:
2929
- type: simple

0 commit comments

Comments
 (0)