Keyboard accessibility pass: file imports, table sorting, tab semantics #40
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Keyboard-only users cannot reach any file-import control: the triggers are click-handling divs/labels wrapping
display:noneinputs (MyDataTab.jsx:179-203Emporia drop zone,:377-380config import,WeatherTab.jsx:159-178,BillingTab.jsx:75-78). Replace each trigger with a real<button>that callsinput.click()(keep the drop-zone div for drag events).Also:
SortTh(MyDataTab.jsx:414-423) needs a button inside the th; the tab nav (App.jsx:727-743) should carryrole="tablist"/"tab",aria-selected,aria-controls; the whole-home exclusion checkbox (MyDataTab.jsx:315-325) needs a visible text label instead of title-only; inverter risk colors (QuotesTab.jsx:606-610, BackupTab) need a text/icon companion ("near limit"/"over limit") so the state isn't color-only.Acceptance criteria
(Audit finding F-20, 2026-07-16 — Severity: Medium, Confidence: High)