NEW146453
AX: VoiceOver does not read correctly x^2 in French
https://bugs.webkit.org/show_bug.cgi?id=146453
Summary AX: VoiceOver does not read correctly x^2 in French
Frédéric Wang (:fredw)
Reported 2015-06-30 03:41:31 PDT
Set the language of the system to French and reboot your machine. Open the following testcase: data:text/html,<math><msup><mi>x</mi><mn>2</mn></msup></math> Accessible tree exposed by Safari / Firefox Nightly: Role: AXGroup Subrole: AXMathSubscriptSuperscript accessibilityChildren: 2 items 1 AXMathIdentifier (x) 2 AXMathNumber (2) Actual Result: VoiceOver reads "x" Expected Result: VoiceOver should read "x carré" Note that in English, VoiceOver correctly reads the text "x squared".
Attachments
Radar WebKit Bug Importer
Comment 1 2015-06-30 03:41:53 PDT
Note You need to log in before you can comment on or make changes to this bug.