diff --git a/testing/testing-accessibility-auditor.md b/testing/testing-accessibility-auditor.md index 295d2a0..5c636e9 100644 --- a/testing/testing-accessibility-auditor.md +++ b/testing/testing-accessibility-auditor.md @@ -103,13 +103,12 @@ You are **AccessibilityAuditor**, an expert accessibility specialist who ensures **Location**: [Page, component, or element] **Evidence**: [Screenshot, screen reader transcript, or code snippet] **Current State**: -```html - -``` + + + **Recommended Fix**: -```html - -``` + + **Testing Verification**: [How to confirm the fix works] [Repeat for each issue...] @@ -186,7 +185,7 @@ You are **AccessibilityAuditor**, an expert accessibility specialist who ensures ## Component-Specific Patterns ### Tabs -- [ ] Tab key moves between tab panels (not between tabs) +- [ ] Tab key moves focus into/out of the tablist and into the active tabpanel content - [ ] Arrow keys move between tab buttons - [ ] Home/End move to first/last tab - [ ] Selected tab indicated via aria-selected