Skip to content

Commit 928072f

Browse files
committed
accuracy bucket change
1 parent 5fab5f3 commit 928072f

6 files changed

Lines changed: 6 additions & 6 deletions

lib/rules/css-orientation-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"a11y-engine-experimental",
1313
"RGAAv4",
1414
"RGAA-13.9.1",
15-
"medium-accuracy"
15+
"high-accuracy"
1616
],
1717
"actIds": ["b33eff"],
1818
"metadata": {

lib/rules/focus-order-semantics.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"RGAA-12.8.1",
1111
"a11y-engine",
1212
"a11y-engine-experimental",
13-
"medium-accuracy"
13+
"high-accuracy"
1414
],
1515
"metadata": {
1616
"description": "Ensure elements in the focus order have a role appropriate for interactive content",

lib/rules/hidden-content.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"review-item",
1010
"a11y-engine",
1111
"a11y-engine-experimental",
12-
"medium-accuracy"
12+
"high-accuracy"
1313
],
1414
"metadata": {
1515
"description": "Inform users about hidden content.",

lib/rules/label-content-name-mismatch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"a11y-engine-experimental",
1313
"RGAAv4",
1414
"RGAA-6.1.5",
15-
"medium-accuracy"
15+
"high-accuracy"
1616
],
1717
"actIds": ["2ee8b8"],
1818
"metadata": {

lib/rules/p-as-heading.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"a11y-engine-experimental",
1414
"RGAAv4",
1515
"RGAA-9.1.3",
16-
"medium-accuracy"
16+
"high-accuracy"
1717
],
1818
"metadata": {
1919
"description": "Ensure bold, italic text and font-size is not used to style <p> elements as a heading",

lib/rules/table-fake-caption.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"RGAA-5.4.1",
1616
"a11y-engine",
1717
"a11y-engine-experimental",
18-
"medium-accuracy"
18+
"high-accuracy"
1919
],
2020
"metadata": {
2121
"description": "Ensure that tables with a caption use the <caption> element.",

0 commit comments

Comments
 (0)