Skip to content

Commit 9a9847a

Browse files
authored
Merge pull request #176 from browserstack/updating-accuracy-taggings
chore: Updating accuracy taggings
2 parents ab3113e + 166f994 commit 9a9847a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

build/tasks/validate.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,9 @@ const miscTags = [
316316
'a11y-engine-experimental',
317317
'advanced',
318318
'ai',
319-
'new'
319+
'new',
320+
'medium-accuracy',
321+
'high-accuracy'
320322
];
321323

322324
const categories = [

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"a11y-engine",
1212
"a11y-engine-experimental",
1313
"RGAAv4",
14-
"RGAA-6.1.5"
14+
"RGAA-6.1.5",
15+
"medium-accuracy"
1516
],
1617
"actIds": ["2ee8b8"],
1718
"metadata": {

lib/rules/p-as-heading.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"a11y-engine",
1313
"a11y-engine-experimental",
1414
"RGAAv4",
15-
"RGAA-9.1.3"
15+
"RGAA-9.1.3",
16+
"medium-accuracy"
1617
],
1718
"metadata": {
1819
"description": "Ensure bold, italic text and font-size is not used to style <p> elements as a heading",

0 commit comments

Comments
 (0)