Skip to content

Commit b1e970d

Browse files
committed
docs: address Copilot review wording (PR #37)
1 parent daf30f5 commit b1e970d

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
@@ -132,7 +132,9 @@ module.exports = {
132132
}
133133

134134
// ARIA widget roles (author-declared interactivity — separate authority
135-
// from HTML content-model; see `docs/architectural/interactive.md`).
135+
// from HTML content-model: `html-interactive-content.js` speaks to the
136+
// HTML §3.2.5.2.7 content model, while `interactive-roles.js` speaks to
137+
// the WAI-ARIA 1.2 widget taxonomy).
136138
const role = getTextAttr(node, 'role');
137139
if (role && INTERACTIVE_ROLES.has(role)) {
138140
return true;

0 commit comments

Comments
 (0)