<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:"
href="https://bugs.webkit.org/show_bug.cgi?id=166702">166702</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>AX:
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>Product</th>
<td>WebKit
</td>
</tr>
<tr>
<th>Version</th>
<td>WebKit 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>jonathan@tumult.com
</td>
</tr>
<tr>
<th>CC</th>
<td>webkit-bug-importer@group.apple.com
</td>
</tr></table>
<p>
<div>
<pre>iOS will not navigate via aria-flowto if the item it is targeting has a missing, invalid, or non-flowable role.
Take the following HTML document:
<div id="item1" role="img" aria-flowto="item2"> Item 1 (role=img, flowto=item2)</div>
<div id="item2" role="button" aria-flowto="item3"> Item 2 (role=button, flowto=item3)</div>
<div id="item3" role="asdf" aria-flowto="item4"> Item 3 (role=asdf, flowto=item4)</div>
<div id="item4" role="radio" aria-flowto="item1"> Item 4 (role=radio, flowto=item1)</div>
The flow will not move to item3 in this case, since the role is "asdf". It beeps and will stop in navigation entirely; there's no way to reach 3 or 4 (at least via standard swiping). If there is no role it is the same. Also roles like "group" have the same effect.
I am reproducing on iPad with iOS 10 via:
1. Enabling VoiceOver
2. Swiping to the right</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>