@uuv/runner-commons 2.16.1 → 2.16.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/dist/assets/i18n/web/en/en-enriched-wordings.json +3 -3
- package/dist/assets/i18n/web/en/en.json +7 -7
- package/package.json +1 -1
- package/src/assets/i18n/web/en/en-enriched-wordings.json +3 -3
- package/src/assets/i18n/web/en/en.json +7 -7
- package/src/assets/i18n/web/fr/fr-enriched-wordings.json +3 -3
- package/src/assets/i18n/web/fr/fr.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [2.16.2](https://github.com/Orange-OpenSource/uuv/compare/runner-commons-v2.16.1...runner-commons-v2.16.2) (2024-06-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* add exemple to keyboard sentences description ([8b545e9](https://github.com/Orange-OpenSource/uuv/commit/8b545e9a7fe11963ebae4216735b43e6b142732e))
|
|
7
|
+
|
|
1
8
|
## [2.16.1](https://github.com/Orange-OpenSource/uuv/compare/runner-commons-v2.16.0...runner-commons-v2.16.1) (2024-06-03)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -14,19 +14,19 @@
|
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "key.then.element.withRoleAndNameFocused",
|
|
17
|
-
"description": "Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused",
|
|
17
|
+
"description": "Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
18
18
|
"wording": "I should see $indefiniteArticle $roleName named {string} keyboard focused",
|
|
19
19
|
"section": "keyboard"
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
"key": "key.then.element.nextWithRoleAndNameFocused",
|
|
23
|
-
"description": "Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused",
|
|
23
|
+
"description": "Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
24
24
|
"wording": "the next keyboard element focused should be $indefiniteArticle $roleName named {string}",
|
|
25
25
|
"section": "keyboard"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"key": "key.then.element.previousWithRoleAndNameFocused",
|
|
29
|
-
"description": "Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused",
|
|
29
|
+
"description": "Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
30
30
|
"wording": "the previous keyboard element focused should be $indefiniteArticle $roleName named {string}",
|
|
31
31
|
"section": "keyboard"
|
|
32
32
|
},
|
|
@@ -56,12 +56,12 @@
|
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
58
|
"key": "key.when.keyboard.nextElement",
|
|
59
|
-
"description": "Move to the next html element that can be reached with Tab",
|
|
59
|
+
"description": "Move to the next html element that can be reached with Tab<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
60
60
|
"wording": "I go to next keyboard element"
|
|
61
61
|
},
|
|
62
62
|
{
|
|
63
63
|
"key": "key.when.keyboard.previousElement",
|
|
64
|
-
"description": "Move to the previous html element that can be reached with back Tab",
|
|
64
|
+
"description": "Move to the previous html element that can be reached with back Tab<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
65
65
|
"wording": "I go to previous keyboard element"
|
|
66
66
|
},
|
|
67
67
|
{
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
},
|
|
117
117
|
{
|
|
118
118
|
"key": "key.given.keyboard.startNavigationFromTheTop",
|
|
119
|
-
"description": "Start a keyboard navigation session from the top of the page",
|
|
119
|
+
"description": "Start a keyboard navigation session from the top of the page<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
120
120
|
"wording": "I start a keyboard navigation from the top of the page"
|
|
121
121
|
},
|
|
122
122
|
{
|
|
@@ -161,12 +161,12 @@
|
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"key": "key.then.element.withSelectorFocused",
|
|
164
|
-
"description": "Checks that the Html element with the specified selector is focused",
|
|
164
|
+
"description": "Checks that the Html element with the specified selector is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
165
165
|
"wording": "the element with selector {string} should be keyboard focused"
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
168
|
"key": "key.then.element.withRoleAndNameFocused",
|
|
169
|
-
"description": "Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused",
|
|
169
|
+
"description": "Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
170
170
|
"wording": "the element with role {string} and name {string} should be keyboard focused"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
@@ -206,13 +206,13 @@
|
|
|
206
206
|
},
|
|
207
207
|
{
|
|
208
208
|
"key": "key.then.element.nextWithRoleAndNameFocused",
|
|
209
|
-
"description": "Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused",
|
|
209
|
+
"description": "Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
210
210
|
"wording": "the next keyboard element focused should have name {string} and role {string}",
|
|
211
211
|
"section": "keyboard"
|
|
212
212
|
},
|
|
213
213
|
{
|
|
214
214
|
"key": "key.then.element.previousWithRoleAndNameFocused",
|
|
215
|
-
"description": "Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused",
|
|
215
|
+
"description": "Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
216
216
|
"wording": "the previous keyboard element focused should have name {string} and role {string}",
|
|
217
217
|
"section": "keyboard"
|
|
218
218
|
},
|
package/package.json
CHANGED
|
@@ -14,19 +14,19 @@
|
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "key.then.element.withRoleAndNameFocused",
|
|
17
|
-
"description": "Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused",
|
|
17
|
+
"description": "Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
18
18
|
"wording": "I should see $indefiniteArticle $roleName named {string} keyboard focused",
|
|
19
19
|
"section": "keyboard"
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
"key": "key.then.element.nextWithRoleAndNameFocused",
|
|
23
|
-
"description": "Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused",
|
|
23
|
+
"description": "Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
24
24
|
"wording": "the next keyboard element focused should be $indefiniteArticle $roleName named {string}",
|
|
25
25
|
"section": "keyboard"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"key": "key.then.element.previousWithRoleAndNameFocused",
|
|
29
|
-
"description": "Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused",
|
|
29
|
+
"description": "Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
30
30
|
"wording": "the previous keyboard element focused should be $indefiniteArticle $roleName named {string}",
|
|
31
31
|
"section": "keyboard"
|
|
32
32
|
},
|
|
@@ -56,12 +56,12 @@
|
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
58
|
"key": "key.when.keyboard.nextElement",
|
|
59
|
-
"description": "Move to the next html element that can be reached with Tab",
|
|
59
|
+
"description": "Move to the next html element that can be reached with Tab<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
60
60
|
"wording": "I go to next keyboard element"
|
|
61
61
|
},
|
|
62
62
|
{
|
|
63
63
|
"key": "key.when.keyboard.previousElement",
|
|
64
|
-
"description": "Move to the previous html element that can be reached with back Tab",
|
|
64
|
+
"description": "Move to the previous html element that can be reached with back Tab<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
65
65
|
"wording": "I go to previous keyboard element"
|
|
66
66
|
},
|
|
67
67
|
{
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
},
|
|
117
117
|
{
|
|
118
118
|
"key": "key.given.keyboard.startNavigationFromTheTop",
|
|
119
|
-
"description": "Start a keyboard navigation session from the top of the page",
|
|
119
|
+
"description": "Start a keyboard navigation session from the top of the page<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
120
120
|
"wording": "I start a keyboard navigation from the top of the page"
|
|
121
121
|
},
|
|
122
122
|
{
|
|
@@ -161,12 +161,12 @@
|
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"key": "key.then.element.withSelectorFocused",
|
|
164
|
-
"description": "Checks that the Html element with the specified selector is focused",
|
|
164
|
+
"description": "Checks that the Html element with the specified selector is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
165
165
|
"wording": "the element with selector {string} should be keyboard focused"
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
168
|
"key": "key.then.element.withRoleAndNameFocused",
|
|
169
|
-
"description": "Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused",
|
|
169
|
+
"description": "Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
170
170
|
"wording": "the element with role {string} and name {string} should be keyboard focused"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
@@ -206,13 +206,13 @@
|
|
|
206
206
|
},
|
|
207
207
|
{
|
|
208
208
|
"key": "key.then.element.nextWithRoleAndNameFocused",
|
|
209
|
-
"description": "Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused",
|
|
209
|
+
"description": "Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
210
210
|
"wording": "the next keyboard element focused should have name {string} and role {string}",
|
|
211
211
|
"section": "keyboard"
|
|
212
212
|
},
|
|
213
213
|
{
|
|
214
214
|
"key": "key.then.element.previousWithRoleAndNameFocused",
|
|
215
|
-
"description": "Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused",
|
|
215
|
+
"description": "Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
216
216
|
"wording": "the previous keyboard element focused should have name {string} and role {string}",
|
|
217
217
|
"section": "keyboard"
|
|
218
218
|
},
|
|
@@ -14,19 +14,19 @@
|
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "key.then.element.withRoleAndNameFocused",
|
|
17
|
-
"description": "Vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) a le focus clavier",
|
|
17
|
+
"description": "Vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) a le focus clavier<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>",
|
|
18
18
|
"wording": "je dois voir $indefiniteArticle $roleName $namedAdjective {string} avoir le focus clavier",
|
|
19
19
|
"section": "keyboard"
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
"key": "key.then.element.nextWithRoleAndNameFocused",
|
|
23
|
-
"description": "Se déplace au prochain élément HTML atteignable avec la tabulation et vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) a le focus clavier",
|
|
23
|
+
"description": "Se déplace au prochain élément HTML atteignable avec la tabulation et vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) a le focus clavier<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>",
|
|
24
24
|
"wording": "le prochain élément avec le focus clavier doit être $indefiniteArticle $roleName $namedAdjective {string}",
|
|
25
25
|
"section": "keyboard"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"key": "key.then.element.previousWithRoleAndNameFocused",
|
|
29
|
-
"description": "Se déplace au précédent élément HTML atteignable avec la tabulation et vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) a le focus clavier",
|
|
29
|
+
"description": "Se déplace au précédent élément HTML atteignable avec la tabulation et vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) a le focus clavier<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>",
|
|
30
30
|
"wording": "le précédent élément avec le focus clavier doit être $indefiniteArticle $roleName $namedAdjective {string}",
|
|
31
31
|
"section": "keyboard"
|
|
32
32
|
},
|
|
@@ -56,12 +56,12 @@
|
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
58
|
"key": "key.when.keyboard.nextElement",
|
|
59
|
-
"description": "se déplace au prochain élément HTML atteignable avec la tabulation",
|
|
59
|
+
"description": "se déplace au prochain élément HTML atteignable avec la tabulation<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>",
|
|
60
60
|
"wording": "je vais au prochain élément au clavier"
|
|
61
61
|
},
|
|
62
62
|
{
|
|
63
63
|
"key": "key.when.keyboard.previousElement",
|
|
64
|
-
"description": "se déplace au précédent élément HTML atteignable avec la tabulation retour",
|
|
64
|
+
"description": "se déplace au précédent élément HTML atteignable avec la tabulation retour<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>",
|
|
65
65
|
"wording": "je vais au précédent élément au clavier"
|
|
66
66
|
},
|
|
67
67
|
{
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
},
|
|
117
117
|
{
|
|
118
118
|
"key": "key.given.keyboard.startNavigationFromTheTop",
|
|
119
|
-
"description": "Démarre une session de navigation au clavier à partir du haut de la page",
|
|
119
|
+
"description": "Démarre une session de navigation au clavier à partir du haut de la page<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>",
|
|
120
120
|
"wording": "je commence une navigation au clavier depuis le haut de la page"
|
|
121
121
|
},
|
|
122
122
|
{
|
|
@@ -161,12 +161,12 @@
|
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"key": "key.then.element.withSelectorFocused",
|
|
164
|
-
"description": "Vérifie que l'élément Html avec le sélecteur est focus",
|
|
164
|
+
"description": "Vérifie que l'élément Html avec le sélecteur est focus<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>",
|
|
165
165
|
"wording": "l'élément avec le sélecteur {string} doit avoir le focus clavier"
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
168
|
"key": "key.then.element.withRoleAndNameFocused",
|
|
169
|
-
"description": "Vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) est focus",
|
|
169
|
+
"description": "Vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) est focus<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>",
|
|
170
170
|
"wording": "l'élément avec le rôle {string} et le nom {string} doit avoir le focus clavier"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
@@ -206,13 +206,13 @@
|
|
|
206
206
|
},
|
|
207
207
|
{
|
|
208
208
|
"key": "key.then.element.nextWithRoleAndNameFocused",
|
|
209
|
-
"description": "Se déplace au prochain élément HTML atteignable avec la tabulation et vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) a le focus clavier",
|
|
209
|
+
"description": "Se déplace au prochain élément HTML atteignable avec la tabulation et vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) a le focus clavier<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>",
|
|
210
210
|
"wording": "le prochain élément avec le focus clavier doit avoir le role {string} et le nom {string}",
|
|
211
211
|
"section": "keyboard"
|
|
212
212
|
},
|
|
213
213
|
{
|
|
214
214
|
"key": "key.then.element.previousWithRoleAndNameFocused",
|
|
215
|
-
"description": "Se déplace au précédent élément HTML atteignable avec la tabulation et vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) a le focus clavier",
|
|
215
|
+
"description": "Se déplace au précédent élément HTML atteignable avec la tabulation et vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) a le focus clavier<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>",
|
|
216
216
|
"wording": "le précédent élément avec le focus clavier doit avoir le role {string} et le nom {string}",
|
|
217
217
|
"section": "keyboard"
|
|
218
218
|
},
|