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.1 | 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
4 issues on 5 pages | |
| alt text should not contain placeholders like 'picture' or 'spacer'. | WCAG 2.1 A F30 Section 508 (2017) A F30 | 5 pages |
|
For purely decorative images and spacers use alt='' , for images of text use the text, and for other images use a description of the image. Impact on users: - JAWS : Reads out placeholder text, instead of a useful image description.
- NVDA : Reads out placeholder text, instead of a useful image description.
- VoiceOver : Reads out placeholder text, instead of a useful image description.
| | |
| alt='TireSizeHelp' https://www.tiresizehelp.com/ | Line 58 | |
| alt='TireSizeHelp' https://www.tiresizehelp.com/Acura/tires | Line 57 | |
| alt='TireSizeHelp' https://www.tiresizehelp.com/Alfa%20Romeo/tires | Line 57 | |
| alt='TireSizeHelp' https://www.tiresizehelp.com/Aston%20Martin/tires | Line 57 | |
| This issue was found on another 1 pages.
The trial version is limited to showing issues on 4 pages.
| | |
| HTML form control has no accessible name. | WCAG 2.1 A F68 Section 508 (2017) A F68 | 5 pages |
|
A label (or name) linked to the control allows screen readers to voice the label correctly when reading the control. To add a label do one of the following:
- Use a
label element with the for attribute set to the ID of the form control
- Wrap a
label element around the form control
- Add a
title attribute
- Add an
aria-label attribute
- Add an
aria-labelledby attribute
| | |
| https://www.tiresizehelp.com/ | Line 146 242 245 248 | |
| https://www.tiresizehelp.com/Acura/tires | Line 228 515 523 531 | |
| https://www.tiresizehelp.com/Alfa%20Romeo/tires | Line 228 515 523 531 | |
| https://www.tiresizehelp.com/Aston%20Martin/tires | Line 228 515 523 531 | |
| This issue was found on another 1 pages.
The trial version is limited to showing issues on 4 pages.
| | |
|
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://www.tiresizehelp.com/ | Line 266 861 | |
| https://www.tiresizehelp.com/Acura/tires | Line 601 | |
| https://www.tiresizehelp.com/Alfa%20Romeo/tires | Line 601 | |
| https://www.tiresizehelp.com/Aston%20Martin/tires | Line 601 | |
| This issue was found on another 1 pages.
The trial version is limited to showing issues on 4 pages.
| | |
| select lists cannot be operated from the keyboard if they have an onchange handler that performs navigation, because the handler fires as the user moves the selection up and down using the keyboard. | WCAG 2.1 A F36 Section 508 (2017) A F36 | 5 pages |
|
Moving through list items using the arrow keys will jump to another page unexpectedly. | | |
| https://www.tiresizehelp.com/ | Line 248 | |
| https://www.tiresizehelp.com/Acura/tires | Line 531 | |
| https://www.tiresizehelp.com/Alfa%20Romeo/tires | Line 531 | |
| https://www.tiresizehelp.com/Aston%20Martin/tires | Line 531 | |
| This issue was found on another 1 pages.
The trial version is limited to showing issues on 4 pages.
| | |
Level AAA
1 issues on 5 pages | |
| Many people with cognitive disabilities (including dyslexia) find text styled with text-align:justify hard to read. | WCAG 2.1 AAA F88 | 5 pages |
|
Justified text aligned to both the left and the right margins creates rivers of white running down the page due to extra word spacing. This makes justified text difficult to read for some people. The best way to avoid the problem is avoid justified text. | | |
| https://www.tiresizehelp.com/ | Line 260 847 | |
| https://www.tiresizehelp.com/Acura/tires | Line 560 806 | |
| https://www.tiresizehelp.com/Alfa%20Romeo/tires | Line 560 938 | |
| https://www.tiresizehelp.com/Aston%20Martin/tires | Line 560 952 | |
| This issue was found on another 1 pages.
The trial version is limited to showing issues on 4 pages.
| | |
| Expand all 5 issues | | |