[Skip navigation links]

Site Report

This tab shows accessibility issues, indicating problems for older users, people with disabilities or accessibility needs. Automated testing cannot detect all accessibility issues, so should be used alongside human testing.

LevelWCAG 2.0Section 508 - 2017Key
ALevel A, 13 issuesLevel A, 13 issuesCritical Pages with level A issues are unusable for some people
AALevel AA, 1 issuesLevel AA, 1 issuesVery Important Pages with level AA issues are very difficult to use
AAALevel AAA, 2 issuesLess Important Pages with level AAA issues can be difficult to use
PriorityDescription and URLGuideline and Line#Count

Level A

13 issues on 278 pages

CriticalDocument title must not be blank. WCAG 2.0 A F25 Section 508 (2017) A F25
For HTML pages change the title element. For Office documents and PDF documents produced from Office, fill in the Title in Document Properties before saving as PDF.
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/affinity-diagram.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/concept-map.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/consequences-chart.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/diamond-ranking-chart.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/fishbone-diagram.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/flow-chart.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/futures-line.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/KWHL-chart.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/placemat.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/PMI.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/PNQ.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/T-chart.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/venn-diagram.pdfLine 1
https://getting-it-together.moadoph.gov.au/national-story/assets/national.pdfLine 1
https://getting-it-together.moadoph.gov.au/new-south-wales/assets/nsw.pdfLine 1
https://getting-it-together.moadoph.gov.au/queensland/assets/qld.pdfLine 1
https://getting-it-together.moadoph.gov.au/south-australia/assets/sa.pdfLine 1
https://getting-it-together.moadoph.gov.au/tasmania/assets/tas.pdfLine 1
https://getting-it-together.moadoph.gov.au/victoria/assets/vic.pdfLine 1
https://getting-it-together.moadoph.gov.au/western-australia/assets/wa.pdfLine 1
This issue was found on another 7 pages. You can change the number of pages shown for each issue using the Options menu command in the desktop edition or the Edit Scan button in the OnDemand edition.
CriticalDuplicate id - the same ID is used on more than one element. HTML5 WCAG 2.0 A 4.1.1 Section 508 (2017) A 4.1.1
`id=intro`.
https://getting-it-together.moadoph.gov.au/teacher-guide/bibliography.html
Line 313 313 313 313 313 ...
CriticalEach a element must contain text or an img with an alt attribute. WCAG 2.0 A F89 Section 508 (2017) A F89
Add text to the link, or alt text if the link contains an image. If there is no link text or the alt text is blank, screen readers have nothing to read, so read out the URL instead.
https://getting-it-together.moadoph.gov.au/Line 285 285
https://getting-it-together.moadoph.gov.au/teacher-guide/graphic-organisers.htmlLine 322 361 403 440 482 ...
CriticalElement p not allowed as child element in this context. HTML5 WCAG 2.0 A 4.1.1 Section 508 (2017) A 4.1.1
https://getting-it-together.moadoph.gov.au/teacher-guide/index.htmlLine 1132
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts. WCAG 2.0 A F65 Section 508 (2017) A F65
Each image should have an ALT attribute describing the picture, which screen readers can read aloud. See PDF Techniques for WCAG: Text Alternatives.
https://getting-it-together.moadoph.gov.au/new-south-wales/assets/voting-slip.pdfLine 0
https://getting-it-together.moadoph.gov.au/south-australia/assets/voting-slip.pdfLine 0
https://getting-it-together.moadoph.gov.au/tasmania/assets/voting-slip.pdfLine 0
https://getting-it-together.moadoph.gov.au/victoria/assets/voting-slip.pdfLine 0
CriticalIdentify row and column headers in data tables using th elements, and mark layout tables with role=presentation. WCAG 2.0 A F91 Section 508 (2017) A F91
Data tables allow screen reader users to understand column and row relationships. Layout tables read cells as a series of unrelated paragraphs with no tabular structure. Without TH or ROLE, screen readers apply heuristics to decide whether a table is a layout table or data table. These heuristics vary greatly between screen readers, and are affected by browser being used, window size, and font size (so the outcome is very unpredictable without TH or ROLE). If a data table has headers marked up using TD, then change these to TH. If a data table has no headers, add TH elements describing each row and/or column. If the table is only used for layout add role='presentation' to the TABLE element.

Impact on users:

  • JAWS Reading: Treats tables without TH and ROLE as layout tables if the table contains cells above or below certain pixel sizes. This measurement is affected by browser window size, browser font size, and the browser used.
  • NVDA Reading: Applies a 'layout table' heuristic to tables without TH and ROLE which varies depending on the browser used and on the window size in some circumstances.
  • VoiceOver Reading: Uses a sophisticated heuristic on tables without TH and ROLE, which is similar (but not identical) to the heuristic used by NVDA with Firefox.
https://getting-it-together.moadoph.gov.au/new-south-wales/road-to-federation/resource-3.htmlLine 305 385
https://getting-it-together.moadoph.gov.au/tasmania/road-to-federation/resource-3.htmlLine 303 383
https://getting-it-together.moadoph.gov.au/teacher-guide/federation-timeline.htmlLine 331
Criticalimg elements must have an alt attribute. WCAG 2.0 A F65 Section 508 (2017) A F65
Add an ALT attribute describing each image, which screen readers read aloud. Spacer images and purely decorative images should use ALT=''.

Impact on users:

  • NVDA 2018.4 FF60 Windows 10 Reading: Image ignored.
  • NVDA 2018.4 IE11 Windows 10 Reading: Image ignored.
  • NVDA 2017.3 FF60 Windows 10 Reading: Image ignored.
  • NVDA 2017.3 IE11 Windows 10 Reading: Image ignored.
  • NVDA 2016.2 FF48 Windows 10 Reading: Image ignored.
  • NVDA 2016.2 IE11 Windows 10 Reading: Image ignored.
  • JAWS 2018.1811.2 FF60 Windows 10 Reading: Image ignored.
  • JAWS 2018.1811.2 IE11 Windows 10 Reading: Image ignored.
  • JAWS 18.0.5038 FF52 Windows 10 Reading: Image ignored.
  • JAWS 18.0.5038 IE11 Windows 10 Reading: Image ignored.
  • JAWS 17.0.2619 FF48 Windows 10 Reading: Image ignored.
  • JAWS 17.0.2619 IE11 Windows 10 Reading: Image ignored.
  • VoiceOver macOS 10.13 Safari 12.1 macOS 10.13.6 Reading: Image filename read out.
  • VoiceOver macOS 10.12 Safari 10.1.2 macOS 10.12.6 Reading: Image filename read out.
  • VoiceOver macOS 10.11 Safari 9.1.2 macOS 10.11.6 Reading: Image filename read out.
  • VoiceOver iOS 11.4 Safari iOS 11.4 iOS 11.4.1 Touch: Image filename read out.
  • VoiceOver iOS 10.3 Safari iOS 10.3 iOS 10.3 Touch: Image filename read out.
  • VoiceOver iOS 9.1 Safari iOS 9.1 iOS 9.1 Touch: Image filename read out.
https://getting-it-together.moadoph.gov.au/queensland/people-and-places/resource-1.htmlLine 443 461
https://getting-it-together.moadoph.gov.au/queensland/people-and-places/resource-3.htmlLine 372
https://getting-it-together.moadoph.gov.au/tasmania/celebrations-and-futures/resource-3.htmlLine 314
https://getting-it-together.moadoph.gov.au/teacher-guide/graphic-organisers.htmlLine 324 363 405 442 484 ...
CriticalNo space between attributes. HTML5 WCAG 2.0 A 4.1.1 Section 508 (2017) A 4.1.1
https://getting-it-together.moadoph.gov.au/national-story/road-to-federation/resource-2.htmlLine 333
CriticalPDFs must be tagged to be accessible by screen readers. WCAG 2.0 A 1.3.1 Section 508 (2017) A 1.3.1
Enable the 'Document structure tags' option in Word, or the 'Tagged PDF' option in OpenOffice when exporting, or use the 'Make Accessible' plug-in for Adobe Acrobat.
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/affinity-diagram.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/concept-map.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/consequences-chart.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/diamond-ranking-chart.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/fishbone-diagram.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/flow-chart.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/futures-line.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/KWHL-chart.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/placemat.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/PMI.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/PNQ.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/T-chart.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/venn-diagram.pdfLine 1
https://getting-it-together.moadoph.gov.au/national-story/assets/national.pdfLine 1
https://getting-it-together.moadoph.gov.au/new-south-wales/assets/nsw.pdfLine 1
https://getting-it-together.moadoph.gov.au/queensland/assets/qld.pdfLine 1
https://getting-it-together.moadoph.gov.au/south-australia/assets/sa.pdfLine 1
https://getting-it-together.moadoph.gov.au/tasmania/assets/tas.pdfLine 1
https://getting-it-together.moadoph.gov.au/victoria/assets/vic.pdfLine 1
https://getting-it-together.moadoph.gov.au/western-australia/assets/wa.pdfLine 1
This issue was found on another 7 pages. You can change the number of pages shown for each issue using the Options menu command in the desktop edition or the Edit Scan button in the OnDemand edition.
CriticalStray end tag div. HTML5 WCAG 2.0 A 4.1.1 Section 508 (2017) A 4.1.1
https://getting-it-together.moadoph.gov.au/queensland/road-to-federation/resource-2.htmlLine 384
https://getting-it-together.moadoph.gov.au/queensland/road-to-federation/resource-4.htmlLine 434
https://getting-it-together.moadoph.gov.au/queensland/road-to-federation/resource-5.htmlLine 511
https://getting-it-together.moadoph.gov.au/south-australia/road-to-federation/resource-1.htmlLine 683
https://getting-it-together.moadoph.gov.au/south-australia/road-to-federation/resource-2.htmlLine 342
https://getting-it-together.moadoph.gov.au/south-australia/road-to-federation/resource-3.htmlLine 481
https://getting-it-together.moadoph.gov.au/south-australia/road-to-federation/resource-4.htmlLine 379
https://getting-it-together.moadoph.gov.au/south-australia/road-to-federation/resource-5.htmlLine 322
https://getting-it-together.moadoph.gov.au/victoria/road-to-federation/resource-1.htmlLine 857
https://getting-it-together.moadoph.gov.au/western-australia/road-to-federation/resource-1.htmlLine 398
CriticalStray end tag ul. HTML5 WCAG 2.0 A 4.1.1 Section 508 (2017) A 4.1.1
https://getting-it-together.moadoph.gov.au/national-story/celebrations-and-futures/what-are-you-thinking.htmlLine 304
https://getting-it-together.moadoph.gov.au/national-story/people-and-places/what-are-you-thinking.htmlLine 336
https://getting-it-together.moadoph.gov.au/national-story/road-to-federation/what-are-you-thinking.htmlLine 354
https://getting-it-together.moadoph.gov.au/new-south-wales/celebrations-and-futures/what-are-you-thinking.htmlLine 322
https://getting-it-together.moadoph.gov.au/new-south-wales/people-and-places/what-are-you-thinking.htmlLine 315
https://getting-it-together.moadoph.gov.au/new-south-wales/road-to-federation/what-are-you-thinking.htmlLine 351
https://getting-it-together.moadoph.gov.au/queensland/celebrations-and-futures/what-are-you-thinking.htmlLine 304
https://getting-it-together.moadoph.gov.au/queensland/people-and-places/what-are-you-thinking.htmlLine 331
https://getting-it-together.moadoph.gov.au/queensland/road-to-federation/what-are-you-thinking.htmlLine 331
https://getting-it-together.moadoph.gov.au/south-australia/celebrations-and-futures/what-are-you-thinking.htmlLine 303
https://getting-it-together.moadoph.gov.au/south-australia/people-and-places/what-are-you-thinking.htmlLine 331
https://getting-it-together.moadoph.gov.au/south-australia/road-to-federation/what-are-you-thinking.htmlLine 331
https://getting-it-together.moadoph.gov.au/tasmania/people-and-places/what-are-you-thinking.htmlLine 304
https://getting-it-together.moadoph.gov.au/tasmania/road-to-federation/investigation-5.htmlLine 390
https://getting-it-together.moadoph.gov.au/tasmania/road-to-federation/investigation-6.htmlLine 384
https://getting-it-together.moadoph.gov.au/victoria/celebrations-and-futures/what-are-you-thinking.htmlLine 322
https://getting-it-together.moadoph.gov.au/victoria/people-and-places/what-are-you-thinking.htmlLine 333
https://getting-it-together.moadoph.gov.au/victoria/road-to-federation/what-are-you-thinking.htmlLine 333
https://getting-it-together.moadoph.gov.au/western-australia/people-and-places/what-are-you-thinking.htmlLine 333
https://getting-it-together.moadoph.gov.au/western-australia/road-to-federation/what-are-you-thinking.htmlLine 333
This issue was found on another 1 pages. You can change the number of pages shown for each issue using the Options menu command in the desktop edition or the Edit Scan button in the OnDemand edition.
CriticalUnclosed element ul. HTML5 WCAG 2.0 A 4.1.1 Section 508 (2017) A 4.1.1
https://getting-it-together.moadoph.gov.au/teacher-guide/index.htmlLine 1134
CriticalUse the lang attribute to identify the language of the page. WCAG 2.0 A 3.1.1 Section 508 (2017) A 3.1.1
In HTML add a lang attribute containing a language code to the html tag, and in PDF set the language using Document Properties in Acrobat. This allows screen readers to pronounce words correctly.
https://getting-it-together.moadoph.gov.au/Line 2
https://getting-it-together.moadoph.gov.au/colophon.htmlLine 3
https://getting-it-together.moadoph.gov.au/national-story/assets/national.pdfLine 1
https://getting-it-together.moadoph.gov.au/national-story/index.htmlLine 3
https://getting-it-together.moadoph.gov.au/new-south-wales/assets/nsw.pdfLine 1
https://getting-it-together.moadoph.gov.au/new-south-wales/index.htmlLine 3
https://getting-it-together.moadoph.gov.au/queensland/assets/qld.pdfLine 1
https://getting-it-together.moadoph.gov.au/queensland/index.htmlLine 3
https://getting-it-together.moadoph.gov.au/south-australia/assets/sa.pdfLine 1
https://getting-it-together.moadoph.gov.au/south-australia/index.htmlLine 3
https://getting-it-together.moadoph.gov.au/tasmania/assets/tas.pdfLine 1
https://getting-it-together.moadoph.gov.au/tasmania/index.htmlLine 3
https://getting-it-together.moadoph.gov.au/teacher-guide/bibliography.htmlLine 3
https://getting-it-together.moadoph.gov.au/teacher-guide/curriculum-links.htmlLine 3
https://getting-it-together.moadoph.gov.au/teacher-guide/federation-timeline.htmlLine 3
https://getting-it-together.moadoph.gov.au/teacher-guide/glossary.htmlLine 3
https://getting-it-together.moadoph.gov.au/teacher-guide/graphic-organisers.htmlLine 3
https://getting-it-together.moadoph.gov.au/teacher-guide/index.htmlLine 3
https://getting-it-together.moadoph.gov.au/victoria/index.htmlLine 3
https://getting-it-together.moadoph.gov.au/western-australia/index.htmlLine 3
This issue was found on another 258 pages. You can change the number of pages shown for each issue using the Options menu command in the desktop edition or the Edit Scan button in the OnDemand edition.

Level AA

1 issues on 2 pages

Very ImportantThe CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline. WCAG 2.0 AA F78 Section 508 (2017) AA F78
Change the style to avoid obscuring the focus outline around focusable elements.

Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:

  • Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
  • Firefox (obscures the focus indicator on links)
  • Internet Explorer (obscures the focus indicator on links, buttons and range controls)
Internet Explorer and Edge do not support the `outline-offset:` property, so using this does not reliably avoid focus outline overlap.
https://getting-it-together.moadoph.gov.au/Line 84 87 90 93 96 ...
https://getting-it-together.moadoph.gov.au/stylesheets/reset.cssLine 29 38

Level AAA

2 issues on 230 pages

ImportantEach section of content should begin with a heading element (h1, h2, h3), but this page has no headings. WCAG 2.0 AAA 2.4.10
In HTML place headings before each section of content, making sure the main heading is h1, sub-headings are h2 and so on. For PDFs produced from Word, use the Heading 1, Heading 2 and Heading 3 styles.
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/affinity-diagram.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/concept-map.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/consequences-chart.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/diamond-ranking-chart.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/fishbone-diagram.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/flow-chart.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/futures-line.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/KWHL-chart.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/placemat.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/PMI.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/PNQ.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/T-chart.pdfLine 1
https://getting-it-together.moadoph.gov.au/images/graphic-organisers/pdf/venn-diagram.pdfLine 1
https://getting-it-together.moadoph.gov.au/national-story/assets/national.pdfLine 1
https://getting-it-together.moadoph.gov.au/new-south-wales/assets/nsw.pdfLine 1
https://getting-it-together.moadoph.gov.au/queensland/assets/qld.pdfLine 1
https://getting-it-together.moadoph.gov.au/south-australia/assets/sa.pdfLine 1
https://getting-it-together.moadoph.gov.au/tasmania/assets/tas.pdfLine 1
https://getting-it-together.moadoph.gov.au/victoria/assets/vic.pdfLine 1
https://getting-it-together.moadoph.gov.au/western-australia/assets/wa.pdfLine 1
This issue was found on another 7 pages. You can change the number of pages shown for each issue using the Options menu command in the desktop edition or the Edit Scan button in the OnDemand edition.
ImportantSeveral links on a page share the same link text, but go to different destinations. WCAG 2.0 AAA 2.4.9
Make the link text unique for each target, or add additional text using aria-label.
Link text:
National Story
National Story
https://getting-it-together.moadoph.gov.au/new-south-wales/celebrations-and-futures/index.html
Line 160 472
Link text:
National Story
National Story
https://getting-it-together.moadoph.gov.au/new-south-wales/people-and-places/index.html
Line 160 467
Link text:
National Story
National Story
https://getting-it-together.moadoph.gov.au/new-south-wales/road-to-federation/index.html
Line 160 516
Link text:
National Story
National Story
https://getting-it-together.moadoph.gov.au/queensland/celebrations-and-futures/index.html
Line 160 473
Link text:
National Story
National Story
https://getting-it-together.moadoph.gov.au/queensland/people-and-places/index.html
Line 160 482
Link text:
National Story
National Story
https://getting-it-together.moadoph.gov.au/queensland/road-to-federation/index.html
Line 160 483
Link text:
National Story
National Story
https://getting-it-together.moadoph.gov.au/south-australia/celebrations-and-futures/index.html
Line 160 449
Link text:
National Story
National Story
https://getting-it-together.moadoph.gov.au/south-australia/people-and-places/index.html
Line 160 476
Link text:
National Story
National Story
https://getting-it-together.moadoph.gov.au/south-australia/road-to-federation/index.html
Line 160 484
Link text:
National Story
National Story
https://getting-it-together.moadoph.gov.au/tasmania/celebrations-and-futures/index.html
Line 160 467
Link text:
National Story
National Story
https://getting-it-together.moadoph.gov.au/tasmania/people-and-places/index.html
Line 160 464
Link text:
National Story
National Story
https://getting-it-together.moadoph.gov.au/tasmania/road-to-federation/index.html
Line 160 507
Link text:
New South Wales
Queensland
South Australia
Tasmania
Victoria
https://getting-it-together.moadoph.gov.au/teacher-guide/curriculum-links.html
Line 1456 1465 1474 1483 1492 ...
Link text:
New South Wales
Queensland
South Australia
Tasmania
Victoria
https://getting-it-together.moadoph.gov.au/teacher-guide/index.html
Line 886 891 896 901 906 ...
Link text:
National Story
National Story
https://getting-it-together.moadoph.gov.au/victoria/celebrations-and-futures/index.html
Line 160 477
Link text:
National Story
National Story
https://getting-it-together.moadoph.gov.au/victoria/people-and-places/index.html
Line 160 486
Link text:
National Story
National Story
https://getting-it-together.moadoph.gov.au/victoria/road-to-federation/index.html
Line 160 486
Link text:
National Story
National Story
https://getting-it-together.moadoph.gov.au/western-australia/celebrations-and-futures/index.html
Line 160 453
Link text:
National Story
National Story
https://getting-it-together.moadoph.gov.au/western-australia/people-and-places/index.html
Line 160 479
Link text:
National Story
National Story
https://getting-it-together.moadoph.gov.au/western-australia/road-to-federation/index.html
Line 160 486
This issue was found on another 183 pages. You can change the number of pages shown for each issue using the Options menu command in the desktop edition or the Edit Scan button in the OnDemand edition.
Expand all 16 issues