[Webkit-unassigned] [Bug 161118] AX: VoiceOver on iOS ignores aria-checked on menuitemradio and menuitemcheckbox
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 24 14:42:24 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=161118
--- Comment #6 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 286878
--> https://bugs.webkit.org/attachment.cgi?id=286878
patch
View in context: https://bugs.webkit.org/attachment.cgi?id=286878&action=review
> Source/WebCore/accessibility/ios/WebAccessibilityObjectWrapperIOS.mm:1252
> + if (m_object->isCheckboxOrRadio() || m_object->roleValue() == MenuItemCheckboxRole || m_object->roleValue() == MenuItemRadioRole) {
we should put the roleValue into a local variable probably, otherwise looks good
--
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/92770c4d/attachment-0001.html>
More information about the webkit-unassigned
mailing list