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 AA
2 issues on 2 pages | |
 | If you set any of the colors on the body or a elements you must set all of them. | WCAG 2.1 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. | | |
| The colors used are:
color: rgb(0,0,0) from browser settings and
background: rgb(255,215,0) https://cla-cif.github.io/RPS-Lizard-Spock/support.html | Line 106 | |
 | Provide two or more ways to reach each page: via links, search, a site map or table of contents. | WCAG 2.1 AA 2.4.5 Section 508 (2017) AA 2.4.5 | 1 pages |
|
You should provide a link labeled 'Site Map' or 'Sitemap' or the equivalent in your language,
or a search option on every page, or links to all pages from the home page. | | |
| https://cla-cif.github.io/RPS-Lizard-Spock/ | Line 1 | |
| Expand all 2 issues | | |