[Webkit-unassigned] [Bug 229306] New: AX: Voiceover does not read in correct language when lang attr added on or within option
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 19 14:28:04 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=229306
Bug ID: 229306
Summary: AX: Voiceover does not read in correct language when
lang attr added on or within option
Product: WebKit
Version: Safari 14
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Accessibility
Assignee: webkit-unassigned at lists.webkit.org
Reporter: kayleeknowles42 at gmail.com
CC: andresg_22 at apple.com,
webkit-bug-importer at group.apple.com
I made a codepen to demonstrate this behavior: https://codepen.io/kaylee42/pen/Exmqgjq
When I use the lang attribute on a paragraph, Voiceover correctly reads the paragraph in the designated language.
However, when I set the lang attribute on an option within a select (either on the option tag itself, or on a span within the option), Voiceover reads with the pronunciation of the default language (in this case, English). This makes it almost impossible to understand what the options are within the select. The lang attribute should be expose to Voiceover both when it is on the option itself and on a span within the option to improve accessibility of selects.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210819/0f54a9e1/attachment.htm>
More information about the webkit-unassigned
mailing list