[Webkit-unassigned] [Bug 215609] New: AX: Input fields read accessible name in OS language not HTML language

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 18 08:58:19 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=215609

            Bug ID: 215609
           Summary: AX: Input fields read accessible name in OS language
                    not HTML language
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Macintosh
                OS: macOS 10.15
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: nurthen at adobe.com
                CC: webkit-bug-importer at group.apple.com

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.

-- 
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/20200818/f40a24d2/attachment.htm>


More information about the webkit-unassigned mailing list