[Webkit-unassigned] [Bug 163610] AX: [Mac] Meter element should use AXValueDescription to descrbe the status of the value
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 18 17:08:20 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=163610
--- Comment #7 from Nan Wang <n_wang at apple.com> ---
Comment on attachment 291982
--> https://bugs.webkit.org/attachment.cgi?id=291982
patch
View in context: https://bugs.webkit.org/attachment.cgi?id=291982&action=review
Will address other issues.
>> Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm:2620
>> + if (builder.length())
>
> is there no better way to do this? does stringBuilder have methods for this kind of scenario?
I don't think so. I've searched the code, we have static function shouldAddSpaceBeforeAppendingNextElement in AccessibilityNodeObject doing the length check. I think it's easier here than try to expose that function.
--
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/20161019/4d00558e/attachment-0001.html>
More information about the webkit-unassigned
mailing list