<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - AX: VoiceOver does not read munder/mover/munderover elements correctly"
href="https://bugs.webkit.org/show_bug.cgi?id=146407">146407</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>AX: VoiceOver does not read munder/mover/munderover elements correctly
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>Product</th>
<td>WebKit
</td>
</tr>
<tr>
<th>Version</th>
<td>528+ (Nightly build)
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>Normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P2
</td>
</tr>
<tr>
<th>Component</th>
<td>Accessibility
</td>
</tr>
<tr>
<th>Assignee</th>
<td>webkit-unassigned@lists.webkit.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>fred.wang@free.fr
</td>
</tr>
<tr>
<th>CC</th>
<td>cfleizach@apple.com, jcraig@apple.com, webkit-bug-importer@group.apple.com
</td>
</tr></table>
<p>
<div>
<pre>Testcases:
1) <math xmlns="<a href="http://www.w3.org/1998/Math/MathML">http://www.w3.org/1998/Math/MathML</a>"><munder><mi>a</mi><mi>b</mi></munder></math>
2) <math xmlns="<a href="http://www.w3.org/1998/Math/MathML">http://www.w3.org/1998/Math/MathML</a>"><mover><mi>a</mi><mi>b</mi></mover></math>
3) <math xmlns="<a href="http://www.w3.org/1998/Math/MathML">http://www.w3.org/1998/Math/MathML</a>"><munderover><mi>a</mi><mi>b</mi><mi>c</mi></munderover></math>
(or see <a href="http://trac.webkit.org/browser/trunk/LayoutTests/platform/mac/accessibility/mathml-elements.html">http://trac.webkit.org/browser/trunk/LayoutTests/platform/mac/accessibility/mathml-elements.html</a>)
WebKit exposes the accessible trees for munder/mover/munderover as
Role: AXMathRoleGroup
Subrole: AXMathUnderOver
and attributes AXMathBase, AXMathUnder and AXMathOver pointing to appropriate child accessible objects (base or under/over scripts).
Actual results:
1) a
2) a, with b underneath
3) a, with c underneath
Expected results:
1) a, with b underneath
2) a, with b above
3) a, with b underneath and c above.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>