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
7 issues on 10 pages | |
| Each a element must contain text or an img with an alt attribute. | WCAG 2.0 A F89 Section 508 (2017) A F89 | 10 pages |
|
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://ky.sellbuystuffs.com/ | Line 335 335 336 337 338
...
| |
| https://ky.sellbuystuffs.com/Account/Login?ReturnUrl=%2Fmanage | Line 351 354 357 360 363
...
| |
| https://ky.sellbuystuffs.com/Account/Login?ReturnUrl=%2Frealestate-property-cayman%2Fcreate | Line 351 354 357 360 363
...
| |
| https://ky.sellbuystuffs.com/home/postnewads | Line 362 365 368 371 374
...
| |
| This issue was found on another 6 pages.
The trial version is limited to showing issues on 4 pages.
| | |
| The aria-labelledby attribute must point to IDs of elements in the
same document. | HTML5 WCAG 2.0 A 1.3.1 Section 508 (2017) A 1.3.1 | 10 pages |
|
| | |
| One of these IDs wasn't found: navbarDropdownMenuLink https://ky.sellbuystuffs.com/ | Line 99 141 | |
| One of these IDs wasn't found: navbarDropdownMenuLink https://ky.sellbuystuffs.com/Account/Login?ReturnUrl=%2Fmanage | Line 81 122 | |
| One of these IDs wasn't found: navbarDropdownMenuLink https://ky.sellbuystuffs.com/Account/Login?ReturnUrl=%2Frealestate-property-cayman%2Fcreate | Line 81 122 | |
| One of these IDs wasn't found: navbarDropdownMenuLink https://ky.sellbuystuffs.com/home/postnewads | Line 83 124 | |
| This issue was found on another 6 pages.
The trial version is limited to showing issues on 4 pages.
| | |
| The aria-labelledby attribute references a non-existent element ID. | WCAG 2.0 A F68 Section 508 (2017) A F68 | 10 pages |
|
| | |
| One of these IDs wasn't found: navbarDropdownMenuLink https://ky.sellbuystuffs.com/ | Line 99 141 | |
| One of these IDs wasn't found: navbarDropdownMenuLink https://ky.sellbuystuffs.com/Account/Login?ReturnUrl=%2Fmanage | Line 81 122 | |
| One of these IDs wasn't found: navbarDropdownMenuLink https://ky.sellbuystuffs.com/Account/Login?ReturnUrl=%2Frealestate-property-cayman%2Fcreate | Line 81 122 | |
| One of these IDs wasn't found: navbarDropdownMenuLink https://ky.sellbuystuffs.com/home/postnewads | Line 83 124 | |
| This issue was found on another 6 pages.
The trial version is limited to showing issues on 4 pages.
| | |
| This button element is empty and has no programmatically determined name. | WCAG 2.0 A F68 Section 508 (2017) A F68 | 10 pages |
|
A programmatically determined name allows screen readers to tell the user what the control does. To add a name do one of the following:
- Add text between the BUTTON start and end tags
- Add a TITLE attribute
- Add an ARIA-LABELLEDBY attribute (not supported in all screen readers)
- Add an ARIA-LABEL attribute (not supported in all screen readers)
| | |
| https://ky.sellbuystuffs.com/ | Line 94 | |
| https://ky.sellbuystuffs.com/Account/Login?ReturnUrl=%2Fmanage | Line 70 | |
| https://ky.sellbuystuffs.com/Account/Login?ReturnUrl=%2Frealestate-property-cayman%2Fcreate | Line 70 | |
| https://ky.sellbuystuffs.com/home/postnewads | Line 72 | |
| This issue was found on another 6 pages.
The trial version is limited to showing issues on 4 pages.
| | |
| This form control has a blank label or title. | WCAG 2.0 A F68 Section 508 (2017) A F68 | 10 pages |
|
Add descriptive text to the form control's label. | | |
| https://ky.sellbuystuffs.com/ | Line 209 | |
| https://ky.sellbuystuffs.com/Account/Login?ReturnUrl=%2Fmanage | Line 194 | |
| https://ky.sellbuystuffs.com/Account/Login?ReturnUrl=%2Frealestate-property-cayman%2Fcreate | Line 194 | |
| https://ky.sellbuystuffs.com/home/postnewads | Line 196 | |
| This issue was found on another 6 pages.
The trial version is limited to showing issues on 4 pages.
| | |
| This form control has no label and no programmatically determined name. | WCAG 2.0 A F68 Section 508 (2017) A F68 | 10 pages |
|
A programmatically determined name allows screen readers to tell the user what the control does. To add a name 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-LABELLEDBY attribute (not supported in all screen readers)
- Add an ARIA-LABEL attribute (not supported in all screen readers)
| | |
| https://ky.sellbuystuffs.com/ | Line 209 | |
| https://ky.sellbuystuffs.com/Account/Login?ReturnUrl=%2Fmanage | Line 194 | |
| https://ky.sellbuystuffs.com/Account/Login?ReturnUrl=%2Frealestate-property-cayman%2Fcreate | Line 194 | |
| https://ky.sellbuystuffs.com/home/postnewads | Line 196 | |
| This issue was found on another 6 pages.
The trial version is limited to showing issues on 4 pages.
| | |
| Use the lang attribute to identify the language of the page. | WCAG 2.0 A 3.1.1 Section 508 (2017) A 3.1.1 | 10 pages |
|
In HTML add a lang attribute containing a language code to the html tag, and in PDF set the language using Document Properties in Acrobat. This allows screen readers to pronounce words correctly. | | |
| https://ky.sellbuystuffs.com/ | Line 2 | |
| https://ky.sellbuystuffs.com/Account/Login?ReturnUrl=%2Fmanage | Line 2 | |
| https://ky.sellbuystuffs.com/Account/Login?ReturnUrl=%2Frealestate-property-cayman%2Fcreate | Line 2 | |
| https://ky.sellbuystuffs.com/home/postnewads | Line 2 | |
| This issue was found on another 6 pages.
The trial version is limited to showing issues on 4 pages.
| | |
Level AA
3 issues on 2 pages | |
| Ensure that text and background colors have enough contrast. | WCAG 2.0 AA 1.4.3 Section 508 (2017) AA 1.4.3 | 1 pages |
|
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: 2.33 with
color: rgb(255,140,0); background-color: rgb(255,255,255); font-size: 18.00pt; font-weight: 700.00; https://ky.sellbuystuffs.com/ | Line 226 | |
| Headings should not be empty. | WCAG 2.0 AA G130 Section 508 (2017) AA G130 | 1 pages |
|
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://ky.sellbuystuffs.com/home/postnewads | Line 220 | |
| 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 | 1 pages |
|
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. High contrast mode on Windows turns off background images so you must set a `background-color` in addition to a `background-image`. | | |
| The colors used are:
color: rgb(255,140,0); background-color: rgb(255,255,255); uses browser default https://ky.sellbuystuffs.com/ | Line 226 | |
| Expand all 10 issues | | |