Skip to content

Commit 52f726f

Browse files
authored
Bulk review Confidence score fix (#218)
1 parent e8045a4 commit 52f726f

7 files changed

Lines changed: 9 additions & 8 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.",

lib/rules/td-has-header.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@
1717
"RGAA-5.7.4",
1818
"a11y-engine",
1919
"a11y-engine-experimental",
20-
"medium-accuracy"
20+
"high-accuracy"
2121
],
2222
"metadata": {
2323
"description": "Ensure that each non-empty data cell in a <table> larger than 3 by 3 has one or more table headers",
2424
"help": "Non-empty <td> elements in larger <table> must have an associated table header",
25-
"violationConfidence": 99
25+
"violationConfidence": 90,
26+
"needsReviewConfidence": 49.99
2627
},
2728
"all": ["td-has-header"],
2829
"any": [],

0 commit comments

Comments
 (0)