From 1b7ba7a12fe70a0cc5ad55c792e00b4fe6b7b828 Mon Sep 17 00:00:00 2001 From: Benji Date: Thu, 5 Mar 2026 21:00:00 -0800 Subject: [PATCH] Fix tab keyboard pattern per WAI-ARIA spec and nested code fence rendering --- testing/testing-accessibility-auditor.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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