We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c0e476 commit 9614192Copy full SHA for 9614192
1 file changed
tests/a11y-aria-label-is-readable.js
@@ -12,7 +12,7 @@ const ruleTester = new RuleTester({
12
})
13
14
const errorMessage =
15
- '[aria-label] text should be formatted the same as you would visible text.'
+ '[aria-label] text should be formatted the same as you would visible text. Use sentence case and make sure you are not using hyphens.'
16
17
ruleTester.run('a11y-aria-label-is-readable', rule, {
18
valid: [
0 commit comments