[Webkit-unassigned] [Bug 162586] AX: Meter: [Mac] Content in label element should be used as AXTitle or AXDescription

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 27 11:02:17 PDT 2016


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

--- Comment #4 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 289898
  --> https://bugs.webkit.org/attachment.cgi?id=289898
patch

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

> Source/WebCore/accessibility/AccessibilityNodeObject.cpp:1240
> +    String innerText = label->innerText();

seems like we should do the work to fetch this data if aria_Label is going to be used

> Source/WebCore/accessibility/AccessibilityNodeObject.cpp:1243
> +    if (!ariaLabel.isEmpty())

what if aria-labelledby is used on the label element

-- 
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/20160927/042fcec4/attachment.html>


More information about the webkit-unassigned mailing list