Difference between revisions of "Android accessibility issues"
Rnickelson (talk | contribs) |
Rnickelson (talk | contribs) |
||
Line 32: | Line 32: | ||
Chrome TalkBack the accessible name is announced but not the role of Group. | Chrome TalkBack the accessible name is announced but not the role of Group. | ||
[https://labs.ssbbartgroup.com/index.php/ARIA_Group_role ARIA Group role] | [https://labs.ssbbartgroup.com/index.php/ARIA_Group_role ARIA Group role] | ||
+ | |||
+ | ===Combo box=== | ||
+ | Chrome and TalkBack, the State of the combo box is not announced. It is not possible to make a selection in the combo box. | ||
+ | [https://labs.ssbbartgroup.com/index.php/ARIA_Combobox Aria combo box] |
Revision as of 20:09, 10 January 2018
Contents
overview
This page is to hopefully document what has changed after Jon did the testing for CSUN. This page will include links to test. ARIA Mobile Browser Support
testing and results
fixed issues
- In chrome check boxes when a check box was checked the new state was not announced. The new state is now announced as expected.
- In chrome ARIA-Llabeledby text on links was not announced this is fixed. On the ARIA link page the some Label link uses ARIA labeledby.
- In Chrome When an alert appears the Alert text and Roll are announced as expected.
- in Chrome Heading level is announced.
- Chrome The new state for toggle buttons is announced automatically for buttons that use ARIA-pressed.
landmarks
Talkback Chrome: No landmark roles, names, or boundaries are announced. Navigate to ARIA Landmarks Notice that the main region is not announced. It is possible to navigate by landmark but when swiping or using read to end the landmarks are not announced. Text inside the Banner region is not announced by talkback.
Checkbox
TalkBack FireFox: When activating the checkbox the new state is not announced. In chrome the new state is announced. In FireFox the Checkbox is announced as a button. for example option d check button. ARIA Checkbox role
radio button
Chrome when the first radio button in the group is activated Talkback announces not checked when the radio button is actually checked. The group name is only announced when navigating to the radio button group from the top. The aria-posinset value is not announced. ARIA Radio and Radiogroup
ARIA link
Chrome and TalkBack ARIA-describedby text is not announced. ARIA Link
Roles Radiogroup Region and Group
Chrome TalkBack the accessible name is announced but not the role of Group. ARIA Group role
Combo box
Chrome and TalkBack, the State of the combo box is not announced. It is not possible to make a selection in the combo box. Aria combo box