Bug 159044 - iox 9.3.2 aria-invalid not read on radio or checkbox
Summary: iox 9.3.2 aria-invalid not read on radio or checkbox
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-06-22 15:26 PDT by jeanne.waldman
Modified: 2016-06-22 15:27 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jeanne.waldman 2016-06-22 15:26:37 PDT
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.
Comment 1 Radar WebKit Bug Importer 2016-06-22 15:27:09 PDT
<rdar://problem/26954438>