Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Moodle App Accessibility: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
Line 1: Line 1:
{{Moodle Mobile}}
{{Moodle App (Ionic 5)}}


= Screen readers =
= Screen readers =

Revision as of 10:42, 21 July 2021


Screen readers

VoiveOver and TalkBack are the native applications for screen reading in iOS and Android devices. In order to make the code understandable to these applications we encourage the developers tu use the Rich Internet Applications (WAI-ARIA) 1.1 recommendations of W3C. Those documents includes a bunch of rules to be applied to the HTML code to add semantic information to it.

First step on that is to the role of the main elements of navigation and information of the page. Then, we should apply the correct aria attributes to the elements that conform that role.

Here you have some examples of how to apply these attributes.