Skip to content

Commit dbb5108

Browse files
Minor changes
1 parent 4480a9a commit dbb5108

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"wcag253",
99
"EN-301-549",
1010
"EN-9.2.5.3",
11+
"experimental",
1112
"a11y-engine",
1213
"a11y-engine-experimental",
1314
"RGAAv4",
14-
"RGAA-6.1.5",
15-
"experimental"
15+
"RGAA-6.1.5"
1616
],
1717
"actIds": ["2ee8b8"],
1818
"metadata": {

lib/rules/p-as-heading.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"wcag131",
1010
"EN-301-549",
1111
"EN-9.1.3.1",
12+
"experimental",
1213
"a11y-engine",
1314
"a11y-engine-experimental",
1415
"RGAAv4",
15-
"RGAA-9.1.3",
16-
"experimental"
16+
"RGAA-9.1.3"
1717
],
1818
"metadata": {
1919
"description": "Ensure bold, italic text and font-size is not used to style <p> elements as a heading",

test/rule-matches/autocomplete-matches.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,9 @@ describe('autocomplete-matches', function () {
4646
});
4747
});
4848

49-
<<<<<<< HEAD
50-
it('returns true for elements with an empty autocomplete', function () {
51-
var vNode = queryFixture('<input id="target" autocomplete=" ">');
52-
assert.isTrue(rule.matches(null, vNode));
53-
=======
5449
it('returns false for elements with an empty autocomplete', function () {
5550
const vNode = queryFixture('<input id="target" autocomplete=" ">');
5651
assert.isFalse(rule.matches(null, vNode));
57-
>>>>>>> e997880ebbfefc634caf535727afe2d5efd212f3
5852
});
5953

6054
it('returns false for intput[type=hidden]', function () {

0 commit comments

Comments
 (0)