Bug 215609
Summary: | AX: Input fields read accessible name in OS language not HTML language | ||
---|---|---|---|
Product: | WebKit | Reporter: | James Nurthen <nurthen> |
Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari Technology Preview | ||
Hardware: | Mac | ||
OS: | macOS 10.15 |
James Nurthen
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/67330348>