<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Accessibility of MathML links"
   href="https://bugs.webkit.org/show_bug.cgi?id=161081#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Accessibility of MathML links"
   href="https://bugs.webkit.org/show_bug.cgi?id=161081">bug 161081</a>
              from <span class="vcard"><a class="email" href="mailto:cfleizach&#64;apple.com" title="chris fleizach &lt;cfleizach&#64;apple.com&gt;"> <span class="fn">chris fleizach</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=286711&amp;action=diff" name="attach_286711" title="WIP Patch">attachment 286711</a> <a href="attachment.cgi?id=286711&amp;action=edit" title="WIP Patch">[details]</a></span>
WIP Patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=286711&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=286711&amp;action=review</a>

<span class="quote">&gt; Source/WebCore/accessibility/AccessibilityMathMLElement.cpp:62
&gt; +    if (node &amp;&amp; node-&gt;isLink())</span >

I don't know if we want to change the math role away from what it is to a link. 
if you put the href on a &lt;mfrac&gt; then that might mess up the math tree that's created

it seems like either we should 
a) expand the concept of roles so that an object can have more than one role
b) make being a link an attribute as well as a role (probably the easiest path)
c) make a fake element representing the link that becomes the parent of the object</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>