Bug 146453 - AX: VoiceOver does not read correctly x^2 in French
Summary: AX: VoiceOver does not read correctly x^2 in French
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 146578
  Show dependency treegraph
 
Reported: 2015-06-30 03:41 PDT by Frédéric Wang (:fredw)
Modified: 2015-07-03 00:01 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frédéric Wang (:fredw) 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".
Comment 1 Radar WebKit Bug Importer 2015-06-30 03:41:53 PDT
<rdar://problem/21608812>