Skip to content

Commit

Permalink
fix: Clearer fail message for aria-labelledby
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoFiers committed Jul 13, 2018
1 parent 0957dab commit 956281b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/checks/shared/aria-labelledby.json
Expand Up @@ -5,7 +5,7 @@
"impact": "serious",
"messages": {
"pass": "aria-labelledby attribute exists and references elements that are visible to screen readers",
"fail": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty or not visible"
"fail": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
}
}
}

0 comments on commit 956281b

Please sign in to comment.