a11y(transcription): give @mention search input its own sr-only label
The sr-only label for the search input was reusing the listbox "Link person" label — but the input filters a candidate list, it does not link anything. Screen readers heard a verb mismatch between the listbox announce and the search-input focus event. New person_mention_search_label key in de/en/es. The listbox aria-label stays person_mention_btn_label since that labels the listbox itself. Leonie FINDING-MENTION-004 on PR #629. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -445,6 +445,7 @@
|
||||
"person_mention_load_error": "No se pudo cargar la persona.",
|
||||
"person_mention_loading": "Cargando persona…",
|
||||
"person_mention_popup_empty": "No se encontraron personas",
|
||||
"person_mention_search_label": "Buscar persona",
|
||||
"person_mention_search_prompt": "Escribe un nombre…",
|
||||
"person_mention_btn_label": "Vincular persona",
|
||||
"person_mention_create_new": "Crear nueva persona",
|
||||
|
||||
Reference in New Issue
Block a user