Difference between revisions of "Android accessibility issues"

From Level Access Web Labs
Jump to navigation Jump to search
Line 23: Line 23:
 
[https://labs.ssbbartgroup.com/index.php/ARIA_Link ARIA Link]
 
[https://labs.ssbbartgroup.com/index.php/ARIA_Link ARIA Link]
  
Roles Radiogroup Region and Group
+
===Roles Radiogroup Region and Group===
 
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 ]
 
[https://labs.ssbbartgroup.com/index.php/ARIA_Group_role ]

Revision as of 20:33, 15 November 2017

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

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. [1]