Bug 146453
| Summary: | AX: VoiceOver does not read correctly x^2 in French | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Frédéric Wang (:fredw) <fred.wang> |
| Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | |||
| Bug Blocks: | 146578 | ||
Frédéric Wang (:fredw)
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/21608812>