Validate Chart Accessibility #37

Open
opened 2026-09-02 05:17:07 +00:00 by Ninosaurier · 0 comments
Owner

Goal

Validate whether the first chart can meet LUNA Charts' accessibility requirements in practice.

Description

The Proof of Concept must validate the accessibility-first architecture using both automated and manual testing.

Automated accessibility testing provides machine-verifiable feedback, while manual screen reader testing is required to validate the experience that cannot be fully assessed by automated tools.

Tasks

  • Define the accessibility requirements for the POC chart.
  • Add axe-core accessibility tests.
  • Execute automated accessibility tests.
  • Test the chart manually with a screen reader.
  • Document identified accessibility issues.
  • Fix accessibility issues discovered during the POC.
  • Document the accessibility findings.

Acceptance Criteria

  • axe-core tests run successfully against the chart.
  • No known critical accessibility violations remain.
  • The chart has been tested manually with a screen reader.
  • Accessibility findings are documented.
  • Any required architectural changes are documented.
## Goal Validate whether the first chart can meet LUNA Charts' accessibility requirements in practice. ## Description The Proof of Concept must validate the accessibility-first architecture using both automated and manual testing. Automated accessibility testing provides machine-verifiable feedback, while manual screen reader testing is required to validate the experience that cannot be fully assessed by automated tools. ## Tasks - [ ] Define the accessibility requirements for the POC chart. - [ ] Add axe-core accessibility tests. - [ ] Execute automated accessibility tests. - [ ] Test the chart manually with a screen reader. - [ ] Document identified accessibility issues. - [ ] Fix accessibility issues discovered during the POC. - [ ] Document the accessibility findings. ## Acceptance Criteria - axe-core tests run successfully against the chart. - No known critical accessibility violations remain. - The chart has been tested manually with a screen reader. - Accessibility findings are documented. - Any required architectural changes are documented.
Ninosaurier added this to the v0.3.0 - Phase 3: First Proof of Concept milestone 2026-09-02 05:17:07 +00:00
Ninosaurier added the Kind/TestingPriority/High labels 2026-09-02 05:17:07 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Ninosaurier/LUNA-Charts#37