Metadata
Title
Accessibility
Category
general
UUID
d8f58d0cbf804e7cb2479a93ec9fa028
Source URL
https://webpublishing.anu.edu.au/step-by-step-guide/client-engagement-anu-web-en...
Parent URL
https://www.anu.edu.au/accessibility
Crawl Time
2026-03-11T01:27:53+00:00
Rendered Raw Markdown

Accessibility

Source: https://webpublishing.anu.edu.au/step-by-step-guide/client-engagement-anu-web-environment/accessibility Parent: https://www.anu.edu.au/accessibility

Page contents

Accessibility guidelines (ANU websites)

Resources

Training

What is accessibility?

Web accessibility means that people with disabilities can use the web like anyone else, including having the ability to contribute to the web and

Essentially, allowing the person to use the web without being categorised as 'disabled' whilst undertaking activities which they are not otherwise able to do.

Web accessibility also benefits others, including older people with changing abilities due to ageing or a temporary disability, as well as improving the usability of the site for all users. It will also mean your content is available to the widest possible audience.

Web accessibility encompasses all disabilities that affect access to the web, including

The ability for a person with a disability to understand and use a website, application, intranet or program is governed by the Australian Human Rights Commission (AHRC) Disability Discrimination Act, and achieved by the World Wide Web Consortium (W3C) Web Content Accessibility Guidelines (WCAG) 2.0.

Web accessibility is also a legal requirement as mandated under Commonwealth legislation. In order to reduce the risk of disability discrimination complaints and possible legal action, every person responsible for website content should ensure that all content complies with the current standard, which is WCAG 2.0 to a minimum level of AA conformance.

If the webpage or system can be viewed in a web browser, then accessibility should be addressed. Individual business areas are responsible for ensuring their digital content is accessible. This includes non-webpage files, such as Word documents, videos and PDFs. There are a number of helpful tools available to access the accessibility of your site, as well as training through external parties.

All ANU site reviews include an assessment of accessibility. Please contact us to have your site reviewed.

Tips for addressing accessibility

There are a number of simple ways to start to improve the accessibility of your site, especially during the development stages.

Headings

Colour contrast

Alternative (alt) attributes for images

Video

Tables

Forms

Labels

Submit buttons

Content structure

JavaScript

var gfg = document.URL; if (gfg === "https://webpublishing.anu.edu.au/step-by-step-guide/building-site/accessibility") { window.location.href = "https://webpublishing.anu.edu.au/step-by-step-guide/client-engagement-anu-web-environment/accessibility"; } else if (gfg === "http://webpublishing.anu.edu.au/step-by-step-guide/building-site/accessibility") { window.location.href = "https://webpublishing.anu.edu.au/step-by-step-guide/client-engagement-anu-web-environment/accessibility"; } else if (gfg === "https://webpublishing.anu.edu.au/step-by-step-guide/building-site/checklist") { window.location.href = "https://webpublishing.anu.edu.au/step-by-step-guide/client-engagement-anu-web-environment/checklist"; } else if (gfg === "http://webpublishing.anu.edu.au/step-by-step-guide/building-site/checklist") { window.location.href = "http://webpublishing.anu.edu.au/step-by-step-guide/client-engagement-anu-web-environment/checklist"; } var gfg = document.URL; if (gfg === "https://webpublishing.anu.edu.au/step-by-step-guide/building-site/tools/") { window.location.href = "https://webpublishing.anu.edu.au/step-by-step-guide/client-engagement-anu-web-environment/tools"; } else if (gfg === "http://webpublishing.anu.edu.au/step-by-step-guide/building-site/tools/") { window.location.href = "http://webpublishing.anu.edu.au/step-by-step-guide/client-engagement-anu-web-environment/tools"; } else if (gfg === "https://webpublishing.anu.edu.au/step-by-step-guide/building-site/search-engines/") { window.location.href = "https://webpublishing.anu.edu.au/step-by-step-guide/client-engagement-anu-web-environment/search-engines"; } else if (gfg === "http://webpublishing.anu.edu.au/step-by-step-guide/building-site/search-engines/") { window.location.href = "http://webpublishing.anu.edu.au/step-by-step-guide/client-engagement-anu-web-environment/search-engines"; }