Skip to content

Commit 77571f2

Browse files
WilcoFiersstraker
andauthored
fix(rgaa): adjust mapping of aria-hidden-* and valid-lang (#4935)
Map `aria-hidden-body` and `aria-hidden-focus` to RGAA test 10.8.1 and `valid-lang` to RGAA 8.8.1 Closes: #4926 --------- Co-authored-by: Steven Lambert <[email protected]>
1 parent 7691bab commit 77571f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/rules/aria-hidden-body.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"EN-9.1.3.1",
1414
"EN-9.4.1.2",
1515
"RGAAv4",
16-
"RGAA-7.1.1"
16+
"RGAA-10.8.1"
1717
],
1818
"metadata": {
1919
"description": "Ensure aria-hidden=\"true\" is not present on the document body.",

lib/rules/aria-hidden-focus.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"EN-301-549",
1414
"EN-9.4.1.2",
1515
"RGAAv4",
16-
"RGAA-7.1.1"
16+
"RGAA-10.8.1"
1717
],
1818
"actIds": ["6cfa84"],
1919
"metadata": {

lib/rules/valid-lang.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"EN-9.3.1.2",
1313
"ACT",
1414
"RGAAv4",
15-
"RGAA-8.7.1"
15+
"RGAA-8.8.1"
1616
],
1717
"actIds": ["de46e4"],
1818
"metadata": {

0 commit comments

Comments
 (0)