[Webkit-unassigned] [Bug 161081] Accessibility of MathML links

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 24 09:06:40 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=161081

--- Comment #3 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 286711
  --> https://bugs.webkit.org/attachment.cgi?id=286711
WIP Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=286711&action=review

> Source/WebCore/accessibility/AccessibilityMathMLElement.cpp:62
> +    if (node && node->isLink())

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 <mfrac> 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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160824/161749c6/attachment.html>


More information about the webkit-unassigned mailing list