NEW 215609
AX: Input fields read accessible name in OS language not HTML language
https://bugs.webkit.org/show_bug.cgi?id=215609
Summary AX: Input fields read accessible name in OS language not HTML language
James Nurthen
Reported 2020-08-18 08:58:19 PDT
See testcase at https://codepen.io/jnurthen/live/PoNzgdq - note my system is running in US English <div lang="fr"> <button>en français</button> <label>Prénom<input type="text"></label> </div> The button reads correctly with the accessible name in French and the role in english The Static text on the screen reads correctly in French but the input field reads as "preeenom edit text" (i.e. with Prénom read with the English voice) - the accessible name should be read in the HTML language not the OS language.
Attachments
Radar WebKit Bug Importer
Comment 1 2020-08-18 08:59:47 PDT
Note You need to log in before you can comment on or make changes to this bug.