WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
146505
AX: VoiceOver concatenates consecutive math variables, making them unreadable
https://bugs.webkit.org/show_bug.cgi?id=146505
Summary
AX: VoiceOver concatenates consecutive math variables, making them unreadable
Frédéric Wang (:fredw)
Reported
2015-07-01 01:07:06 PDT
Compare the following: data:text/html,<math><mrow><mi>d</mi><mi>y</mi></mrow></math> data:text/html,<math><mrow><mi>x</mi><mi>d</mi><mi>y</mi></mrow></math> data:text/html,<math><mrow><mi>d</mi><mi>x</mi><mi>d</mi><mi>y</mi></mrow></math> Expected results: VoiceOver should read "d y", "x d y" and "d x d y". Actual results: The letters in the two last items are concatenated into one word "xdy", "dxdy" and so unreadable. Note: This bug appears in test 17 of the MathML torture test:
https://mdn.mozillademos.org/en-US/docs/Mozilla/MathML_Project/MathML_Torture_Test$samples/MathML_Torture_Test
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2015-07-01 01:07:27 PDT
<
rdar://problem/21628028
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug