<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 doesn't properly announce fieldset inputs when wrapped in divs"
href="https://bugs.webkit.org/show_bug.cgi?id=158865">158865</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>AX: VoiceOver doesn't properly announce fieldset inputs when wrapped in divs
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>Product</th>
<td>WebKit
</td>
</tr>
<tr>
<th>Version</th>
<td>Safari 9
</td>
</tr>
<tr>
<th>Hardware</th>
<td>iOS
</td>
</tr>
<tr>
<th>OS</th>
<td>iOS 9.3
</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>chrisb808@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>webkit-bug-importer@group.apple.com
</td>
</tr></table>
<p>
<div>
<pre>Demo: <a href="http://output.jsbin.com/vaviwa">http://output.jsbin.com/vaviwa</a>
If the inputs/labels inside a fieldset (or role="group") are wrapped in divs - they will announce as "one of one" rather than "one of five" (if there are 5 inputs).
The issue can be fixed by placing role="presentation" on the parent divs. If there are multiple levels of divs - only the immediate parent of the input needs the role.</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>