mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:10:44 +00:00
- Voice input button had title= but no aria-label, so screen readers announced it without context. Add aria-label mirroring the title, toggling between "Voice input" and "Stop recording". - Pinned messages toggle lacked aria-expanded, so screen readers could not announce the collapsed/expanded state of the section. Co-authored-by: akinshaywai <akinshaywai@users.noreply.github.com>