Skip to content

Commit 7e3f338

Browse files
committed
fix: correct attribution — concept only, not adapted code
1 parent 7cee854 commit 7e3f338

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/rules/template-no-aria-label-misuse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
// Logic inspired by html-validate (MIT), Copyright 2017 David Sveningsson.
3+
// See html-validate (https://html-validate.org/rules/aria-label-misuse.html) for the peer rule concept.
44
// Role resolution delegates to `aria-query` — the authoritative WAI-ARIA
55
// data package (already a dependency of this plugin). The
66
// `roles.get(r).prohibitedProps` list drives the flag/allow decision.

0 commit comments

Comments
 (0)