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.
| Level | WCAG 2.0 | Section 508 - 2017 | Key |
|---|
| A |  |  | Pages with level A issues are unusable for some people |
|---|
| AA |  |  | Pages with level AA issues are very difficult to use |
|---|
| AAA |  | | Pages with level AAA issues can be difficult to use |
|---|
| Priority | Description and URL | Guideline and Line# | Count |
|---|
Level A
3 issues on 1 pages | |
 | Element script not allowed as child element in this context. | HTML5 WCAG 2.0 A 4.1.1 Section 508 (2017) A 4.1.1 | |
|
| | |
| https://stories.moadoph.gov.au/yes/ | Line 12 | |
 | img 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://stories.moadoph.gov.au/yes/ | Line 40 394 416 442 461
...
| |
 | Stray end tag div. | HTML5 WCAG 2.0 A 4.1.1 Section 508 (2017) A 4.1.1 | |
|
| | |
| https://stories.moadoph.gov.au/yes/ | Line 52 | |
Level AA
1 issues on 1 pages | |
 | The 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://stories.moadoph.gov.au/yes/assets/css/app.css | Line 1980 2157 | |
Level AAA
1 issues on 1 pages | |
 | Ensure that text and background colors have a 7:1 contrast ratio. | WCAG 2.0 AAA 1.4.6 | |
|
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
Note: The default link color in IE11 has poor contrast on a white background. Fix by specifying a:link and a:visited colors in CSS.
- The contrast ratio should be 4.5 or more for 18 point text, or larger
- The contrast ratio should be 4.5 or more for 14 point bold text, or larger
- The contrast ratio should be 7.0 or more for all other text
| | |
| The text color to background color contrast ratio is: 4.87 with
color: rgb(255,255,255);background-color: rgb(218,41,28);font-size: 15.00pt;font-weight: 400.00; https://stories.moadoph.gov.au/yes/ | Line 78 | |
| Expand all 5 issues | | |