Skip to content

Commit b3f6774

Browse files
committed
json update
1 parent 3e4d665 commit b3f6774

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

build/tasks/validate.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -313,12 +313,12 @@ const miscTags = [
313313
'review-item',
314314
'deprecated',
315315
'a11y-engine',
316-
'medium-accuracy',
317-
'high-accuracy',
318316
'a11y-engine-experimental',
319317
'advanced',
320318
'ai',
321-
'new'
319+
'new',
320+
'medium-accuracy',
321+
'high-accuracy'
322322
];
323323

324324
const categories = [

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"EN-301-549",
1010
"EN-9.2.5.3",
1111
"a11y-engine",
12-
"medium-accuracy",
13-
"a11y-engine-experimental"
12+
"a11y-engine-experimental",
13+
"medium-accuracy"
1414
],
1515
"actIds": ["2ee8b8"],
1616
"metadata": {

lib/rules/p-as-heading.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"EN-301-549",
1111
"EN-9.1.3.1",
1212
"a11y-engine",
13-
"medium-accuracy",
14-
"a11y-engine-experimental"
13+
"a11y-engine-experimental",
14+
"medium-accuracy"
1515
],
1616
"metadata": {
1717
"description": "Ensure bold, italic text and font-size is not used to style <p> elements as a heading",

0 commit comments

Comments
 (0)