Skip to content

Commit 983e41d

Browse files
authored
Merge pull request #128 from browserstack/AXE-1042-exp-rule-live
fix: AXE 1042 Experimental Rule Live
2 parents f8442da + e2d1ba3 commit 983e41d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"wcag253",
99
"EN-301-549",
1010
"EN-9.2.5.3",
11-
"experimental"
11+
"a11y-engine-experimental"
1212
],
1313
"actIds": ["2ee8b8"],
1414
"metadata": {

lib/rules/p-as-heading.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"wcag131",
1010
"EN-301-549",
1111
"EN-9.1.3.1",
12-
"experimental"
12+
"a11y-engine-experimental"
1313
],
1414
"metadata": {
1515
"description": "Ensure bold, italic text and font-size is not used to style <p> elements as a heading",

0 commit comments

Comments
 (0)