Implement WCAG 2.1 Level AA accessibility compliance#45
Draft
Implement WCAG 2.1 Level AA accessibility compliance#45
Conversation
…iance Co-authored-by: david-mears-2 <60350599+david-mears-2@users.noreply.github.com>
…nt role Co-authored-by: david-mears-2 <60350599+david-mears-2@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Conduct accessibility audit and implement WCAG compliance improvements
Implement WCAG 2.1 Level AA accessibility compliance
Jan 27, 2026
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.
Vaxviz lacked proper semantic structure, keyboard navigation, and screen reader support. This implements WCAG 2.1 Level AA standards across all components.
Changes
Semantic HTML & Document Structure
<h1>page heading (visually hidden, screen reader accessible)<header>,<nav>,<main>,<aside>with descriptivearia-labelattributes<figure>with dynamicaria-labeldescribing content:Keyboard Navigation
outline: 3px solid #0066cc; outline-offset: 2pxDynamic Content Announcements
<div role="status" aria-live="polite"><div role="alert" aria-live="assertive">role="status"for "no data available" messagesForm Accessibility
aria-required="true"from fieldsets:ariaprop, now uses standardaria-labelledby)for/idattributesCSS Utilities
Documentation
docs/ACCESSIBILITY.md: Comprehensive guide covering WCAG compliance, keyboard testing, screen reader patterns, known limitationsScreenshots
Skip link on keyboard focus:

Full application with semantic structure:

Known Limitations
@reside-ic/skadi-chart)Original prompt
Accessibility Audit and Improvements for Vaxviz
Objective
Conduct a comprehensive accessibility analysis of the Vaxviz application and implement improvements to ensure WCAG 2.1 Level AA compliance.
Analysis Plan
Phase 1: Automated Static Code Analysis
Analyze the following areas across all components:
Semantic HTML Structure
index.htmlfor proper document structureARIA Implementation Audit
PlotControls.vueRidgelinePlot.vuefor chart accessibilityColorLegend.vueARIA labelsKeyboard Navigation
PlotControls.vue:Color & Contrast Analysis
ColorLegend.vuesrc/assets/styles/main.cssfor color definitionsFocus Management
Phase 2: Component-Level Accessibility Analysis
PlotControls.vue
aria-required="true"on fieldsetsRidgelinePlot.vue
@reside-ic/skadi-chart- verify SVG accessibilityrole="img"andaria-labelto chart containerColorLegend.vue
FetchErrorAlert.vue
<details>element accessibilityindex.html
langattribute value checkPhase 3: Specific Issues to Investigate
Form Accessibility
Dynamic Content
Data Visualization
Navigation & Structure
Responsive Design
Phase 4: Implementation Tasks
Based on findings, implement the following improvements:
Critical (WCAG A)
Important (WCAG AA)
Enhanced (WCAG AAA / Best Practices)
Deliverables
Documentation
Code Changes
Testing Recommendations
This pull request was created from Copilot chat.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.