Closed
Bug 1179147
Opened 10 years ago
Closed 10 years ago
merror and mstyle should be exposed as AXMathRow
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla42
Tracking | Status | |
---|---|---|
firefox42 | --- | fixed |
People
(Reporter: fredw, Assigned: fredw)
Details
Attachments
(1 file)
864 bytes,
patch
|
MarcoZ
:
review+
|
Details | Diff | Splinter Review |
From WebKit code:
http://trac.webkit.org/browser/trunk/Source/WebCore/mathml/MathMLInlineContainerElement.cpp#L76
Consider text 6 and 7 of
https://mdn.mozillademos.org/en-US/docs/Mozilla/MathML_Project/MathML_Torture_Test$samples/MathML_Torture_Test
The former uses <mstyle> and the latter does not. The former is not read correctly in Firefox so I suspect it is due to the fact that we do not expose <mstyle> as AXMathRow.
Assignee | ||
Updated•10 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•10 years ago
|
||
Actually only mstyle / merror should be, as mphantom does not appear in the accessible tree anyway...
Summary: merror, mphantom and mstyle should be exposed a AXMathRow → merror and mstyle should be exposed AXMathRow
Assignee | ||
Updated•10 years ago
|
Summary: merror and mstyle should be exposed AXMathRow → merror and mstyle should be exposed as AXMathRow
Assignee | ||
Comment 2•10 years ago
|
||
OK, with this small patch test 6 of the MathML torture test is read the same as test 7.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=4cb34c7feea1
Attachment #8628166 -
Flags: review?(mzehe)
Comment 3•10 years ago
|
||
Comment on attachment 8628166 [details] [diff] [review]
Patch
r=me.
Attachment #8628166 -
Flags: review?(mzehe) → review+
Assignee | ||
Comment 4•10 years ago
|
||
Keywords: checkin-needed
Keywords: checkin-needed
Comment 6•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
You need to log in
before you can comment on or make changes to this bug.
Description
•