What is this about?
Problem
Status messages ("Capture a screen first", "Couldn't save that", etc.) update visually but aren't announced to assistive tech.
Where to look
index.html — #status element (~613)
index.html — flash() function (~1121)
Acceptance criteria
Skills needed
One HTML attribute + small JS tweak.
What is this about?
Problem
Status messages ("Capture a screen first", "Couldn't save that", etc.) update visually but aren't announced to assistive tech.
Where to look
index.html—#statuselement (~613)index.html—flash()function (~1121)Acceptance criteria
aria-live(polite for info, assertive for errors if appropriate)Skills needed
One HTML attribute + small JS tweak.