mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-28 12:36:55 +02: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>