What is this about?
Problem
Cipher's UI has almost no accessibility metadata. Screen reader users can't tell which tab is active or what icon-only buttons do.
Currently only one aria-hidden exists on the brand icon.
Where to look
index.html — tab buttons (~617), titlebar buttons (~602), composer, opacity slider (~705), capture remove buttons
Acceptance criteria
Skills needed
HTML accessibility basics — great first PR, no backend work.
What is this about?
Problem
Cipher's UI has almost no accessibility metadata. Screen reader users can't tell which tab is active or what icon-only buttons do.
Currently only one
aria-hiddenexists on the brand icon.Where to look
index.html— tab buttons (~617), titlebar buttons (~602), composer, opacity slider (~705), capture remove buttonsAcceptance criteria
role="tablist"; tabs haverole="tab",aria-selected,aria-controlsaria-labelaria-labelSkills needed
HTML accessibility basics — great first PR, no backend work.