[Webkit-unassigned] [Bug 120814] AX: Self-referencing aria-labelledby only uses contents.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 5 17:50:13 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=120814
--- Comment #6 from chris fleizach <cfleizach at apple.com> 2013-09-05 17:49:30 PST ---
(From update of attachment 210689)
View in context: https://bugs.webkit.org/attachment.cgi?id=210689&action=review
> Source/WebCore/accessibility/AccessibilityNodeObject.cpp:1742
> + if (axObject->isAccessibilityNodeObject()) {
we should make textUnderElement() virtual so that we don't have to check whether the object is a node object and can just call it directly
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list