Skip to content

Commit fb9f837

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/multi-a0817b5bb4
2 parents d41ea23 + fd25268 commit fb9f837

5 files changed

Lines changed: 22 additions & 7 deletions

File tree

lib/rules/css-orientation-lock.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@
88
"wcag21aa",
99
"EN-301-549",
1010
"EN-9.1.3.4",
11+
"a11y-engine",
12+
"a11y-engine-experimental",
1113
"RGAAv4",
1214
"RGAA-13.9.1",
13-
"experimental"
15+
"medium-accuracy"
1416
],
1517
"actIds": ["b33eff"],
1618
"metadata": {

lib/rules/focus-order-semantics.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"best-practice",
99
"RGAAv4",
1010
"RGAA-12.8.1",
11-
"experimental"
11+
"a11y-engine",
12+
"a11y-engine-experimental",
13+
"medium-accuracy"
1214
],
1315
"metadata": {
1416
"description": "Ensure elements in the focus order have a role appropriate for interactive content",

lib/rules/hidden-content.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
33
"impact": "minor",
44
"selector": "*",
55
"excludeHidden": false,
6-
"tags": ["cat.structure", "best-practice", "experimental", "review-item"],
6+
"tags": [
7+
"cat.structure",
8+
"best-practice",
9+
"review-item",
10+
"a11y-engine",
11+
"a11y-engine-experimental",
12+
"medium-accuracy"
13+
],
714
"metadata": {
815
"description": "Inform users about hidden content.",
916
"help": "Hidden content on the page should be analyzed"

lib/rules/table-fake-caption.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,17 @@
55
"matches": "data-table-matches",
66
"tags": [
77
"cat.tables",
8-
"experimental",
98
"wcag2a",
109
"wcag131",
1110
"section508",
1211
"section508.22.g",
1312
"EN-301-549",
1413
"EN-9.1.3.1",
1514
"RGAAv4",
16-
"RGAA-5.4.1"
15+
"RGAA-5.4.1",
16+
"a11y-engine",
17+
"a11y-engine-experimental",
18+
"medium-accuracy"
1719
],
1820
"metadata": {
1921
"description": "Ensure that tables with a caption use the <caption> element.",

lib/rules/td-has-header.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"matches": "data-table-large-matches",
66
"tags": [
77
"cat.tables",
8-
"experimental",
98
"wcag2a",
109
"wcag131",
1110
"section508",
@@ -15,7 +14,10 @@
1514
"EN-301-549",
1615
"EN-9.1.3.1",
1716
"RGAAv4",
18-
"RGAA-5.7.4"
17+
"RGAA-5.7.4",
18+
"a11y-engine",
19+
"a11y-engine-experimental",
20+
"medium-accuracy"
1921
],
2022
"metadata": {
2123
"description": "Ensure that each non-empty data cell in a <table> larger than 3 by 3 has one or more table headers",

0 commit comments

Comments
 (0)