Problem Statement
Changing simulation speed multiplier (1x, 10x, 100x) updates UI text without screen reader announcement.
Why It Matters
Visually impaired users cannot tell what simulation speed rate is active.
Expected Behaviour
Speed multiplier button clicks should update an aria-live='polite' region (e.g. 'Simulation speed set to 10x').
Acceptance Criteria
Likely Affected Files / Components
src/components/Header.tsx
Problem Statement
Changing simulation speed multiplier (1x, 10x, 100x) updates UI text without screen reader announcement.
Why It Matters
Visually impaired users cannot tell what simulation speed rate is active.
Expected Behaviour
Speed multiplier button clicks should update an
aria-live='polite'region (e.g. 'Simulation speed set to 10x').Acceptance Criteria
Likely Affected Files / Components
src/components/Header.tsx