Skip to content

DDA — Disability Discrimination Act 1992 (Australia)

DodaTech Updated 2026-06-28 4 min read

In this tutorial, you will learn about DDA. We cover key concepts, practical examples, and best practices to help you master this topic.

Australia's Disability Discrimination Act 1992 (DDA) makes it unlawful to discriminate against people with disabilities, with the Australian Human Rights Commission recommending WCAG 2.1 Level AA as the web Accessibility standard.

What You'll Learn

You will learn how Australia's DDA applies to digital accessibility, the role of the Australian Human Rights Commission, the World Wide Web Access Guidelines, and penalties for non-Compliance.

Why It Matters

The DDA applies to all organizations operating in Australia. Unlimited damages in federal court and the Commission's enforcement powers make compliance essential.

Real-World Use

DodaTech's Australian customers include educational institutions that require WCAG compliance under the DDA. Durga Antivirus Pro's accessibility features meet Australian requirements.

flowchart TD
  A[DDA 1992] --> B[Applies to]
  A --> C[Requirements]
  A --> D[Enforcement]
  B --> E[All organizations in Australia]
  B --> F[Goods, services, facilities]
  B --> G[Employment, education]
  C --> H[No disability discrimination]
  C --> I[Accessible web content]
  C --> J[WCAG 2.1 AA recommended]
  D --> K[Australian Human Rights Commission]
  D --> L[Federal court]
  D --> M[Unlimited damages]

The Disability Discrimination Act 1992

The DDA makes it unlawful to discriminate against a person on the ground of disability in areas including employment, education, access to premises, and provision of goods and services.

Web Accessibility under the DDA

The Australian Human Rights Commission has published the World Wide Web Access: Disability Discrimination Act Advisory Notes. These notes recommend WCAG 2.1 Level AA as the standard for web accessibility.

Commission's Position

The Commission considers that organizations providing web content or services must ensure they are accessible. Failure to do so may constitute discrimination under the DDA.

Who Must Comply

All organizations operating in Australia including federal and state government agencies, private sector companies, educational institutions, and non-profit organizations.

function assessDDARisk(hasAustralianCustomers, sector) {
  if (!hasAustralianCustomers) return ['DDA likely does not apply'];

  const risks = ['DDA compliance required'];

  if (sector === 'education' || sector === 'government') {
    risks.push('Higher enforcement risk in education and government');
    risks.push('WCAG 2.1 AA strongly recommended');
  }

  if (sector === 'e-commerce' || sector === 'banking') {
    risks.push('Public facing services must be accessible');
  }

  return risks;
}

console.log(assessDDARisk(true, 'education'));

Expected output:

['DDA compliance required', 'Higher enforcement risk in education and government', 'WCAG 2.1 AA strongly recommended']

Complaints Process

Complaints are made to the Australian Human Rights Commission. The Commission investigates and attempts conciliation. If unresolved, the complaint can proceed to the Federal Court.

Penalties

Unlimited damages in federal court. The Commission can issue enforceable undertakings requiring specific actions.

Common Mistakes

1. Assuming DDA Only Applies to Government

The DDA applies to all organizations including private sector. Any organization providing goods or services must comply.

2. Not Following WCAG Guidelines

The Commission recommends WCAG 2.1 AA. Courts use this standard to evaluate compliance.

3. Ignoring the Commission's Advisory Notes

The World Wide Web Access Advisory Notes provide guidance on compliance. Ignoring them increases legal risk.

4. Treating Accessibility as an Optional Extra

The DDA makes accessibility a legal obligation. Optional implies a choice. Compliance is not optional.

5. Not Responding to Complaints

The Commission investigates complaints. Ignoring a complaint leads to escalation and potential court action.

6. Confusing DDA with Other Laws

DDA is federal Australian law. States may have additional anti-discrimination laws that also apply.

7. Forgetting Mobile and App Accessibility

DDA covers all digital services including mobile apps and online platforms.

Practice Questions

1. What year was the DDA enacted?

  1. It was one of the earlier disability discrimination laws globally.

2. What WCAG standard does the Australian Human Rights Commission recommend?

WCAG 2.1 Level AA.

3. What is the first step in a DDA complaint?

A complaint to the Australian Human Rights Commission, which investigates and attempts conciliation.

4. What are the potential penalties under the DDA?

Unlimited damages in federal court. Enforceable undertakings from the Commission.

5. Challenge: Review an Australian government website for DDA compliance. Check if it meets WCAG 2.1 AA and has an accessibility statement.

FAQ

Does the DDA apply to websites of businesses with no physical presence in Australia?

If the website provides services to Australian users, it may be covered. Legal advice is recommended.

What is the difference between DDA and WCAG?

DDA is a law prohibiting discrimination. WCAG is the technical standard used to measure compliance.

Are there any exemptions under the DDA?

Unjustifiable hardship is a defense, but it is difficult to prove and requires documented evidence.

How do I file an accessibility complaint in Australia?

Contact the Australian Human Rights Commission. They provide an online complaint form.

Does WCAG 2.2 AA meet DDA requirements?

WCAG 2.2 AA exceeds the recommended WCAG 2.1 AA standard and would position you well for DDA compliance.

Mini Project

Create a DDA compliance action plan for an Australian university website. Include WCAG 2.1 AA audit, remediation timeline, accessibility statement, and training for content creators.

What's Next

Learn about JIS X 8341 the Japanese standard for accessibility. Then explore the UN CRPD the United Nations convention on disability rights.

Built by the developers of DodaTech

Doda Browser, DodaZIP & Durga Antivirus Pro