This tab shows accessibility issues, indicating problems for older users, people with disabilities and those with accessibility needs.
| WCAG2 | Section 508 | Key |
---|
A |  |  | Priority A - accessibility users will find it impossible to use some pages |
---|
AA |  |
| Priority AA - accessibility users will find it difficult to use some pages |
---|
AAA |  |
| Priority AAA - accessibility users will find it somewhat difficult to use some pages |
---|
Priority | URL / Description | | Line |
---|
 | IMG tags must have an ALT attribute. | Section 508 1194.22 (a) WCAG2 A F65 | |
|
Add an ALT attribute describing each image, which screen readers read aloud.
Spacer images and purely decorative images should use ALT=''. | | |
| http://www.parkingeye.co.uk/ | | 49 |
 | Provide a way to skip repetitive navigation links. | Section 508 1194.22 (o) | |
|
Without a skip link, screen readers read out the navigation links on every page before reading the page content.
Headings can be a substitute in limited circumstances, but they're not used by all screen reader users,
and many other assistive technology users have no way to navigate via headings.
Add a "Skip to Content" link at the start of the document hidden offscreen by CSS, and made visible on focus, so it's available to keyboard and screen reader users:
<a class="accessible" href="#main">[Skip to Content]</a> | | |
| http://www.parkingeye.co.uk/ | | 99 |
| http://www.parkingeye.co.uk/AboutUs | | 71 |
| http://www.parkingeye.co.uk/KeyBenefits | | 81 |
| http://www.parkingeye.co.uk/Products | | 80 |
| This issue was found on another 3 pages.
The evaluation version is limited to showing issues on 4 pages.
| | |
 | Some pages have the same title, so the title cannot be used to distinguish pages. | WCAG2 A F25 | |
|
Change the TITLE tags so they are unique for each page. | | |
| 'ParkingEye Car Park Management - Key Benefits' is also used on http://www.parkingeye.co.uk/KeyBenefits,. http://www.parkingeye.co.uk/Testimonials | | 4 |
 | Use the LANG attribute to identify the language of the page. | WCAG2 A 3.1.1 | |
|
In HTML add a LANG attribute to the HTML tag, and in PDF set the language using Document Properties in Acrobat. This allows screen readers to pronounce words correctly. | | |
| http://www.parkingeye.co.uk/ | | 2 |
| http://www.parkingeye.co.uk/AboutUs | | 2 |
| http://www.parkingeye.co.uk/KeyBenefits | | 2 |
| http://www.parkingeye.co.uk/Products | | 2 |
| This issue was found on another 3 pages.
The evaluation version is limited to showing issues on 4 pages.
| | |
 | Provide information about the general layout of a site using a site map or table of contents. | WCAG2 AA 2.4.5 | |
|
You should provide a link labeled 'Site Map' or 'Sitemap' or the equivalent in your language, on every page.
| | |
| http://www.parkingeye.co.uk/ | | 1 |
 | Use relative rather than absolute units in CSS property values. | WCAG2 AA 1.4.4 | |
|
Absolute units are CM, MM, IN, PC and PT. When used with fonts PX is also considered an absolute unit,
because it isn't relative the user's preferred font size.
Low-vision users often use the "large fonts" mode of Windows, which makes each pixel larger than usual.
This usually causes problems with pixel based layouts, which also perform badly on handheld
and widescreen displays. Percentage values "stretch" according to screen size and work on a large
range of display sizes. | | |
| http://www.parkingeye.co.uk/News | | 20 |
 | Don't use generic text like "Click Here" or "Read More" in link text, because it says nothing about the link target when read out by a screen reader. | WCAG2 AAA F84 | |
|
Either change the link text, or add a TITLE attribute to the link with a fuller description of the link destination. | | |
| Link text:
"click here" http://www.parkingeye.co.uk/ | | 16 |
| Link text:
"click here" http://www.parkingeye.co.uk/AboutUs | | 14 |
| Link text:
"click here" http://www.parkingeye.co.uk/KeyBenefits | | 14 |
| Link text:
"click here" http://www.parkingeye.co.uk/Products | | 14 |
| This issue was found on another 3 pages.
The evaluation version is limited to showing issues on 4 pages.
| | |
 | This page uses script to periodically refresh the entire page which causes screen readers to re-read the entire page every refresh. | WCAG2 AAA F61 | |
|
Remove or modify the script causing the refresh. | | |
| http://www.parkingeye.co.uk/ | | 63 |
 | 8 issues on 7 pages |