[Webkit-unassigned] [Bug 146453] New: AX: VoiceOver does not read correctly x^2 in French

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 30 03:41:31 PDT 2015


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

            Bug ID: 146453
           Summary: AX: VoiceOver does not read correctly x^2 in French
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fred.wang at free.fr
                CC: webkit-bug-importer at group.apple.com

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".

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150630/68616444/attachment.html>


More information about the webkit-unassigned mailing list