We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac82a7d commit 2674fbbCopy full SHA for 2674fbb
__tests__/src/rules/aria-props-test.js
@@ -53,6 +53,7 @@ ruleTester.run('aria-props', rule, {
53
{ code: '<div fooaria-foobar="true"></div>' },
54
{ code: '<div fooaria-hidden="true"></div>' },
55
{ code: '<Bar baz />' },
56
+ { code: '<input type="text" aria-errormessage="foobar" />'},
57
].concat(basicValidityTests).map(parserOptionsMapper),
58
invalid: [
59
{ code: '<div aria-="foobar" />', errors: [errorMessage('aria-')] },
0 commit comments