[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
Tue Aug 23 21:10:28 PDT 2016


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

--- Comment #4 from chris fleizach <cfleizach at apple.com> ---
Yea iOS is different
If we use the 0,1,2 values we need to make sure that object is using the toggle trait

(In reply to comment #3)
> Comment on attachment 286806 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=286806&action=review
> 
> >> Source/WebCore/accessibility/ios/WebAccessibilityObjectWrapperIOS.mm:1250
> >> +    if (m_object->isCheckboxOrRadio() || m_object->isMenuItem()) {
> > 
> > does this also have the toggleTrait? if not, then VO would probably speak "1" as the value instead of off/on
> 
> This is same as how we expose the value on Mac. But I can double check for
> the traits.

-- 
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/fe9996f5/attachment.html>


More information about the webkit-unassigned mailing list