[Webkit-unassigned] [Bug 160009] AX: aria-label not being used correctly in accessible name calculation of heading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 21 16:02:22 PDT 2016


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

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

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

> Source/WebCore/accessibility/ios/WebAccessibilityObjectWrapperIOS.mm:604
> +                    if (![wrapper accessibilityLabel].length)

the dot pattern looks strange for this method. can you
1) cache axLabel in an ivar 
then just use [axLabel length]

-- 
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/20160721/23bfe994/attachment.html>


More information about the webkit-unassigned mailing list