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 AA
4 issues on 3 pages | |
 | Headings should not be empty. | WCAG 2.0 AA G130 Section 508 (2017) AA G130 | |
|
Add text to the heading, or alt text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings. | | |
| https://artisaweapon.moadoph.gov.au/the-cause/ | Line 98 | |
 | If you set any of the colors on the body or a elements you must set all of them. | WCAG 2.0 AA F24 Section 508 (2017) AA F24 | |
|
In HTML the color attributes are text, bgcolor, link, alink and vlink.
In CSS the attributes are color and background-color.
Some users have browser defaults set to white text on a black background, so setting
one color without setting the others can result in black text on a black background. | | |
| The colors used are:
color: rgb(0,0,0); uses browser default
background-color: ;
color: rgb(0,0,0); uses browser default
background-color: ;
color: rgb(0,0,0); uses browser default
background-color: rgb(227,219,202);
color: rgb(0,0,0); uses browser default
background-color: rgb(227,219,202);
color: rgb(0,0,0); uses browser default
background-color: ; https://artisaweapon.moadoph.gov.au/ | Line 66 75 510 513 619
...
| |
 | 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://artisaweapon.moadoph.gov.au/ | Line 1 | |
 | 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://artisaweapon.moadoph.gov.au/assets/stylesheets/site.css?1579758062 | Line 49 | |
Level AAA
3 issues on 4 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: 3.75 with
color: rgb(224,30,59);background-color: rgb(234,228,214);font-size: 19.20pt;font-weight: 600.00; 3.75 with
color: rgb(224,30,59);background-color: rgb(234,228,214);font-size: 19.20pt;font-weight: 600.00; 3.75 with
color: rgb(224,30,59);background-color: rgb(234,228,214);font-size: 19.20pt;font-weight: 600.00; https://artisaweapon.moadoph.gov.au/ | Line 626 639 652 | |
| The text color to background color contrast ratio is: 4.75 with
color: rgb(255,255,255);background-color: rgb(224,30,59);font-size: 12.00pt;font-weight: 400.00; https://artisaweapon.moadoph.gov.au/assets/stylesheets/site.css?1579758062 | Line 38 | |
 | 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: Read essay Read essay Read essay https://artisaweapon.moadoph.gov.au/ | Line 626 639 652 | |
| Link text:
Read Essay
Read Essay
Read Essay https://artisaweapon.moadoph.gov.au/the-cause/ | Line 108 120 132 | |
 | Web pages must not contain any images that flash more than three times in any one second period. | WCAG 2.0 AAA 2.3.2 | |
|
Any content that flashes more than 3 times a second can trigger
seizures in people with photosensitive seizure disorders. | | |
| Flashing image: 10.00 flashes per second https://artisaweapon.moadoph.gov.au/assets/images/fancybox/fancybox_loading.gif | Line 1 | |
| Expand all 7 issues | | |