Merge Reed's WCAG fixes onto Wes's token base#197
Merged
dgarson merged 3 commits intofeat/horizon-ui-phase1-cleanupfrom Mar 3, 2026
Merged
Merge Reed's WCAG fixes onto Wes's token base#197dgarson merged 3 commits intofeat/horizon-ui-phase1-cleanupfrom
dgarson merged 3 commits intofeat/horizon-ui-phase1-cleanupfrom
Conversation
## Summary - Added skip links to all 10 modified views for keyboard navigation - Added main landmarks with role='main' for screen reader navigation - Fixed animate-pulse to use motion-safe: prefix for reduced motion - Added aria-hidden to decorative status indicator dots - Added aria-labels to filter selects without visible labels - Added scope='col' to table headers in SupportTicketDashboard - Added screen reader text to color-only status indicators ## Files Modified 1. SupportTicketDashboard.tsx 2. CloudCostOptimizer.tsx 3. EnvironmentDriftDetector.tsx 4. APIRateLimitManager.tsx 5. DataCatalog.tsx 6. DatabaseSchemaViewer.tsx 7. QueueInspector.tsx 8. TokenUsageOptimizer.tsx 9. SecurityAuditTrail.tsx 10. DecisionProvenance.tsx ## Audit Document - WCAG_AUDIT_PHASE2.md contains full audit findings WCAG Criteria Addressed: - 2.4.1 Bypass Blocks (Level A) - Skip links - 1.3.1 Info and Relationships (Level A) - Main landmarks, table scope - 1.4.1 Use of Color (Level A) - Status indicator text alternatives - 2.3.3 Animation from Interactions (Level AAA) - motion-safe prefix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Combined token unification (Wes) + WCAG 2.1 AA audit fixes (Reed). 11 files updated with accessibility improvements. Build passes.