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
8 issues on 15 pages | |
 | Absolute CSS positioning can make pages unreadable when style sheets are turned off. | WCAG 2.0 A F1 Section 508 (2017) A F1 | |
|
Low vision users often switch off style sheets to make text easier to read.
Absolute positioning can result in pages that display text out-of-order when style sheets are turned off. | | |
| https://billyhughes-origin.moadoph.gov.au/_lib/css/screen.css | Line 849 | |
 | All fieldset elements should be labeled with legend elements. | WCAG 2.0 A H71 Section 508 (2017) A H71 | |
|
The first child element inside a fieldset must be a legend element, which provides a label or description for the group. legend elements in other positions may be ignored. | | |
| https://billyhughes-origin.moadoph.gov.au/conscription_debate | Line 594 | |
 | Content inserted with CSS is not read by some screen readers, and not available to people who turn off style sheets. | WCAG 2.0 A F87 Section 508 (2017) A F87 | |
|
Move the content from CSS to the HTML page so that all users can see it. Impact on users: - NVDA 2018.4 IE11 Windows 10 Reading: Text inserted by CSS content property not read.
- NVDA 2017.3 IE11 Windows 10 Reading: Text inserted by CSS content property not read.
- NVDA 2016.2 IE11 Windows 10 Reading: Text inserted by CSS content property not read.
- JAWS 2018.1811.2 IE11 Windows 10 Reading: Text inserted by CSS content property not read.
- JAWS 18.0.5038 IE11 Windows 10 Reading: Text inserted by CSS content property not read.
- JAWS 17.0.2619 IE11 Windows 10 Reading: Text inserted by CSS content property not read.
| | |
| https://billyhughes-origin.moadoph.gov.au/_lib/css/print.css | Line 68 | |
 | Each 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.
The TITLE attribute on the A element doesn't work in:
- NVDA 2018.4 with IE11 (the link title isn't read when tabbing)
- NVDA 2016.3 with IE11 (the link title isn't read when tabbing)
- NVDA 2016.2 with IE11 (the link title isn't read when tabbing)
- VoiceOver iOS 11.4 (the link title isn't read)
| | |
| https://billyhughes-origin.moadoph.gov.au/conscription_poster | Line 235 241 247 253 259
...
| |
| https://billyhughes-origin.moadoph.gov.au/political_cartoons/cloud | Line 213 219 225 231 | |
| https://billyhughes-origin.moadoph.gov.au/political_cartoons/liar | Line 213 219 225 231 | |
| https://billyhughes-origin.moadoph.gov.au/political_cartoons/slavemarket | Line 213 219 225 231 | |
| https://billyhughes-origin.moadoph.gov.au/political_cartoons/voluntarism | Line 213 219 225 231 | |
 | 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://billyhughes-origin.moadoph.gov.au/conscription_poster/show/child | Line 30 | |
| https://billyhughes-origin.moadoph.gov.au/conscription_poster/show/egg | Line 30 | |
| https://billyhughes-origin.moadoph.gov.au/conscription_poster/show/heart | Line 30 | |
| https://billyhughes-origin.moadoph.gov.au/conscription_poster/show/kangaroo | Line 30 | |
| https://billyhughes-origin.moadoph.gov.au/conscription_poster/show/ogre | Line 30 | |
| https://billyhughes-origin.moadoph.gov.au/conscription_poster/show/soldier | Line 30 | |
 | Removing the underline from links makes it hard for color-blind users to see them. | WCAG 2.0 A F73 Section 508 (2017) A F73 | |
|
Remove the text-decoration:none property from your link styles, or add other style attributes in addition to color changes to make links visible without color vision. | | |
| https://billyhughes-origin.moadoph.gov.au/ | Line 176 187 198 | |
 | Some pages have the same title, so the title cannot be used to distinguish pages. | WCAG 2.0 A F25 Section 508 (2017) A F25 | |
|
Change the title elements so they are unique for each page. | | |
| '
Billy Hughes at War | Old Parliament House' is also used on https://billyhughes-origin.moadoph.gov.au/conscription_poster/show/ogre. https://billyhughes-origin.moadoph.gov.au/conscription_poster/show/child | Line 15 | |
| '
Billy Hughes at War | Old Parliament House' is also used on https://billyhughes-origin.moadoph.gov.au/conscription_poster/show/ogre. https://billyhughes-origin.moadoph.gov.au/conscription_poster/show/egg | Line 15 | |
| '
Billy Hughes at War | Old Parliament House' is also used on https://billyhughes-origin.moadoph.gov.au/conscription_poster/show/ogre. https://billyhughes-origin.moadoph.gov.au/conscription_poster/show/heart | Line 15 | |
| '
Billy Hughes at War | Old Parliament House' is also used on https://billyhughes-origin.moadoph.gov.au/conscription_poster/show/ogre. https://billyhughes-origin.moadoph.gov.au/conscription_poster/show/kangaroo | Line 15 | |
| '
Billy Hughes at War | Old Parliament House' is also used on https://billyhughes-origin.moadoph.gov.au/conscription_poster/show/ogre. https://billyhughes-origin.moadoph.gov.au/conscription_poster/show/soldier | Line 15 | |
 | This page has markup errors, causing screen readers to miss content. | WCAG 2.0 A F70 Section 508 (2017) A F70 | |
|
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags mean screen readers may skip important content. | | |
| https://billyhughes-origin.moadoph.gov.au/conscription_poster/show/child | Line 30 | |
| https://billyhughes-origin.moadoph.gov.au/conscription_poster/show/egg | Line 30 | |
| https://billyhughes-origin.moadoph.gov.au/conscription_poster/show/heart | Line 30 | |
| https://billyhughes-origin.moadoph.gov.au/conscription_poster/show/kangaroo | Line 30 | |
| https://billyhughes-origin.moadoph.gov.au/conscription_poster/show/ogre | Line 30 | |
| https://billyhughes-origin.moadoph.gov.au/conscription_poster/show/soldier | Line 30 | |
Level AA
4 issues on 4 pages | |
 | Ensure that text and background colors have enough contrast. | WCAG 2.0 AA 1.4.3 Section 508 (2017) AA 1.4.3 | |
|
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.
- The contrast ratio should be 3.0 or more for 18 point text, or larger
- The contrast ratio should be 3.0 or more for 14 point bold text, or larger
- The contrast ratio should be 4.5 or more for all other text
| | |
| The text color to background color contrast ratio is: 3.79 with
color: rgb(255,255,255);background-color: rgb(81,138,166);font-size: 9.00pt;font-weight: 400.00; 3.24 with
color: rgb(229,108,1);background-color: rgb(255,255,255);font-size: 13.50pt;font-weight: 400.00; 3.79 with
color: rgb(255,255,255);background-color: rgb(81,138,166);font-size: 9.00pt;font-weight: 700.00; https://billyhughes-origin.moadoph.gov.au/ | Line 81 111 112 | |
 | Provide information about the general layout of a site using a site map or table of contents. | WCAG 2.0 AA 2.4.5 Section 508 (2017) AA 2.4.5 | |
|
You should provide a link labeled 'Site Map' or 'Sitemap' or the equivalent in your language, on every page. | | |
| https://billyhughes-origin.moadoph.gov.au/ | Line 1 | |
 | Radio buttons with very generic labels need to be enclosed in a fieldset with a legend explaining the label. | WCAG 2.0 AA 2.4.6 Section 508 (2017) AA 2.4.6 | |
|
Legend text is announced along with the label text for radio buttons inside a fieldset, which
makes it easier for a screen reader user to understand what the radio button does. For example:
<legend> Fries with your burger: </legend>
<label> Yes </label>
<label> No </label>
| | |
| Label text: https://billyhughes-origin.moadoph.gov.au/conscription_debate | Line 596 600 | |
 | 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://billyhughes-origin.moadoph.gov.au/ | Line 81 137 149 161 210
...
| |
| https://billyhughes-origin.moadoph.gov.au/_lib/css/reset.css | Line 21 31 | |
| https://billyhughes-origin.moadoph.gov.au/_lib/css/typography.css | Line 67 | |
Level AAA
2 issues on 8 pages | |
 | Each 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://billyhughes-origin.moadoph.gov.au/conscription_poster/make_your_own_poster | Line 1 | |
| https://billyhughes-origin.moadoph.gov.au/conscription_poster/show/child | Line 1 | |
| https://billyhughes-origin.moadoph.gov.au/conscription_poster/show/egg | Line 1 | |
| https://billyhughes-origin.moadoph.gov.au/conscription_poster/show/heart | Line 1 | |
| https://billyhughes-origin.moadoph.gov.au/conscription_poster/show/kangaroo | Line 1 | |
| https://billyhughes-origin.moadoph.gov.au/conscription_poster/show/ogre | Line 1 | |
| https://billyhughes-origin.moadoph.gov.au/conscription_poster/show/soldier | Line 1 | |
 | Several 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:
Listen to Track 1
Listen to Track 2
Listen to the audio
Listen to the audio
Listen to the audio https://billyhughes-origin.moadoph.gov.au/conscription_debate | Line 302 317 385 413 443
...
| |
| Expand all 14 issues | | |