AXE-3625: Add defaultCategory to Phase 2 bulk-review rules#244
AXE-3625: Add defaultCategory to Phase 2 bulk-review rules#244rajathmr2000 wants to merge 2 commits into
Conversation
Wire seven axe-core rules to their Phase 2 bulk-review categories via metadata.defaultCategory (reference data only; no rule logic change): aria-hidden-focus -> aria-hidden aria-valid-attr-value -> aria-attributes bypass -> bypass-blocks css-orientation-lock -> orientation duplicate-id-aria -> duplicate-ids identical-links-same-purpose -> link-consistency video-caption -> media-captions Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude Code PR ReviewPR: #244 • Head: 7b2a6b3 • Reviewers: stack:code-reviewer SummaryAdds a Review Table
FindingsNo blocking findings. Note: Note: The guarding tests live in the consuming Verdict: PASS — clean, low-risk, test-backed metadata addition; every value resolves against the category registry and the guard suite is green. |
Add reviewPayload.visualHelperData emits for aria-valid-attr-value, aria-hidden-focus, identical-links-same-purpose and duplicate-id-aria (dedicated evaluate/after), plus their unit specs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Wire seven axe-core rules to their Phase 2 bulk-review categories via metadata.defaultCategory (reference data only; no rule logic change):
aria-hidden-focus -> aria-hidden
aria-valid-attr-value -> aria-attributes
bypass -> bypass-blocks
css-orientation-lock -> orientation
duplicate-id-aria -> duplicate-ids
identical-links-same-purpose -> link-consistency
video-caption -> media-captions
<< Describe the changes >>
Closes: