Skip to content

Commit 0929e48

Browse files
committed
docs: address Copilot review wording (PR #37)
1 parent 545ed9c commit 0929e48

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lib/rules/template-no-nested-interactive.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ module.exports = {
128128
}
129129

130130
// ARIA widget roles (author-declared interactivity — separate authority
131-
// from HTML content-model; see `docs/architectural/interactive.md`).
131+
// from HTML content-model: `html-interactive-content.js` speaks to the
132+
// HTML §3.2.5.2.7 content model, while `interactive-roles.js` speaks to
133+
// the WAI-ARIA 1.2 widget taxonomy).
132134
const role = getTextAttr(node, 'role');
133135
if (role && INTERACTIVE_ROLES.has(role)) {
134136
return true;

0 commit comments

Comments
 (0)