Quick Wins

Public Homepage

Article is certified Certified Article

The content of this article is certified for accuracy by the Digital Accessibility Centre.


Summary

In order that developers and/or designers build accessibility directly into applications there are some quick tips to follow, ensuring that the key areas below are adhered to will be a good start:

 Ensure that there is sufficient colour contrast on all areas of the application.

  • Use HTML features appropriately to indicate content structure such as the hierarchy of headings using H1 through to H6 in a hierarchical manner to inform screen reader users
  • Label input fields appropriately and explicitly associate form controls with their labels
  • Identify data tables appropriately with table markup, along with table headers andcaptions
  • Ensure that webpages can be used using a keyboard, and there is sufficient contrast when a user focuses on an element
  • Alert users to changes of context on a page, such as a pop up or dialog, and programmatically set focus to that layer
  • Provide captions and Audio description on video that has important speech or sound
  • Provide a skip to content link on each page that will jump to the user to the main content of the page
  • Ensure that images have an appropriate alt text description. 
  • Provide an accessibility statement for each unique application, giving advice and guidance, where necessary, for disabled users to navigate the application

 


Resources for developers and designers

The following resources are for developers and designers in ensuring that they are creating accessible web applications.

General


Quick Wins was posted on 19/01/2023 @ 15:49