You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/erblint-github/linters/github/accessibility/navigation_has_label.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ class NavigationHasLabel < Linter
10
10
includeERBLint::Linters::CustomHelpers
11
11
includeLinterRegistry
12
12
13
-
MESSAGE="The navigation landmark should have a unique accessible name via `aria-label` or `aria-labelledby`."
13
+
MESSAGE="The navigation landmark should have a unique accessible name via `aria-label` or `aria-labelledby`. Remember that the name does not need to include `navigation` or `nav` since it will already be announced."
0 commit comments