We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cee854 commit 7e3f338Copy full SHA for 7e3f338
1 file changed
lib/rules/template-no-aria-label-misuse.js
@@ -1,6 +1,6 @@
1
'use strict';
2
3
-// Logic inspired by html-validate (MIT), Copyright 2017 David Sveningsson.
+// See html-validate (https://html-validate.org/rules/aria-label-misuse.html) for the peer rule concept.
4
// Role resolution delegates to `aria-query` — the authoritative WAI-ARIA
5
// data package (already a dependency of this plugin). The
6
// `roles.get(r).prohibitedProps` list drives the flag/allow decision.
0 commit comments