[Webkit-unassigned] [Bug 159044] New: iox 9.3.2 aria-invalid not read on radio or checkbox

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 22 15:26:37 PDT 2016


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

            Bug ID: 159044
           Summary: iox 9.3.2 aria-invalid not read on radio or checkbox
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jeanne.waldman at oracle.com
                CC: webkit-bug-importer at group.apple.com

aria-invalid on radio or checkbox is not read by voiceover on my iphone 5s, iox9.3.4

<span class="oj-choice-row oj-enabled">
<input id="agree" class="oj-checkbox oj-component oj-enabled oj-component-initnode" type="checkbox" value="agree" aria-describedby="checkboxSetAgreeIdIcons" placeholder="" aria-invalid="true">
<label class="oj-checkbox-label oj-enabled" for="agree">
</span>

A use case is if you have one checkbox, like "I Agree". It is required. If the person unchecks it, we set aria-invalid on the dom. When I go back to the input, it is not reading invalid.

It is read on other input types.

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


More information about the webkit-unassigned mailing list