Skip to content

Commit 956281b

Browse files
committed
fix: Clearer fail message for aria-labelledby
1 parent 0957dab commit 956281b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/checks/shared/aria-labelledby.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"impact": "serious",
66
"messages": {
77
"pass": "aria-labelledby attribute exists and references elements that are visible to screen readers",
8-
"fail": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty or not visible"
8+
"fail": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
99
}
1010
}
1111
}

0 commit comments

Comments
 (0)