<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: empty anchor tag with href does not navigate in voiceover"
   href="https://bugs.webkit.org/show_bug.cgi?id=162076">162076</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>AX: empty anchor tag with href does not navigate in voiceover
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>Other
          </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>Major
          </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&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>jeanne.waldman&#64;oracle.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>webkit-bug-importer&#64;group.apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>I'm on an iphone with ios9.3

We use anchor tags and styleclass to show an icon and if you click or tap on it it will navigate to an url specified in the href attribute. 
There is no text inside of the &lt;a&gt; tag.

In voiceover mode on ios it doesn't navigate. I double tapped on it and it does nothing. It works on android.

Here's a page showing the issue. Double tap on the ? anchor. It should go to www.oracle.com. It doesn't go anywhere.

<a href="http://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=label&amp;demo=modifiers">http://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=label&amp;demo=modifiers</a>

&lt;a tabindex=&quot;0&quot; target=&quot;_blank&quot;
class=&quot;oj-label-help-icon-anchor oj-label-help-icon oj-component-icon oj-clickable-icon-nocontext&quot;
href=&quot;<a href="http://www.oracle.com">http://www.oracle.com</a>&quot; aria-label=&quot;your custom help definition here&quot;&gt;&lt;/a&gt;

style:
.oj-label-help-icon:before {

    content: &quot;\e60b&quot;;

}</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>