You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The design specifies that when the modal dialog is closed, the focus returns to the position immediately before the modal dialog was opened or to an adjacent position, and the position to which the focus should return is clearly indicated in the design documents.
Behavior when moving the focus sequentially from the top of the page using the :kbd:`Tab` key fulfills the following:
39
-
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.
When moving the focus sequentially from the top of the page using the :kbd:`Tab` key, no situation occurs where the focus cannot escape from a specific location.
If the focus cannot escape by pressing the :kbd:`Tab` / :kbd:`Shift+Tab` keys, it can be moved away from that location using simple key operations such as the arrow keys or the :kbd:`Esc` key.
If the focus cannot escape by pressing the :kbd:`Tab` / :kbd:`Shift+Tab` keys, there is a button or menu to hide that component, and it can be operated using only the keyboard.
Copy file name to clipboardExpand all lines: data/yaml/checks/product/0682.yaml
+18-8Lines changed: 18 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -43,11 +43,21 @@ conditions:
43
43
- :ref:`axe-rule-landmark-one-main`
44
44
- :ref:`axe-rule-landmark-unique`
45
45
- :ref:`axe-rule-region`
46
-
- type: simple
47
-
tool: Landmark Navigation via Keyboard or Pop-up
48
-
id: "0682-misc-01"
49
-
procedure:
50
-
ja: |-
51
-
`Landmark Navigation via Keyboard or Pop-up <https://matatk.agrip.org.uk/landmarks/>`__ をインストールしたブラウザーで表示した際、コンテンツのすべてのパーツが適切なARIAランドマークの領域に属している。
52
-
en: |-
53
-
Every part of the page content is contained in an appropriate ARIA landmark region when viewed using a browser with the `Landmark Navigation via Keyboard or Pop-up <https://matatk.agrip.org.uk/landmarks/>`__ extention installed.
46
+
- type: or
47
+
conditions:
48
+
- type: simple
49
+
tool: misc
50
+
id: "0682-content-00"
51
+
procedure:
52
+
ja: |-
53
+
チェック対象はモーダル・ダイアログである。
54
+
en: |-
55
+
The check target is a modal dialog.
56
+
- type: simple
57
+
tool: Landmark Navigation via Keyboard or Pop-up
58
+
id: "0682-misc-01"
59
+
procedure:
60
+
ja: |-
61
+
`Landmark Navigation via Keyboard or Pop-up <https://matatk.agrip.org.uk/landmarks/>`__ をインストールしたブラウザーで表示した際、コンテンツのすべてのパーツが適切なARIAランドマークの領域に属している。
62
+
en: |-
63
+
Every part of the page content is contained in an appropriate ARIA landmark region when viewed using a browser with the `Landmark Navigation via Keyboard or Pop-up <https://matatk.agrip.org.uk/landmarks/>`__ extention installed.
0 commit comments