[Skip navigation links]

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.

LevelWCAG 2.2Section 508 - 2017Key
ALevel A, 3 issuesLevel A, 3 issuesCritical Pages with level A issues are unusable for some people
AAVery Important Pages with level AA issues are very difficult to use
AAALevel AAA, 2 issuesLess Important Pages with level AAA issues can be difficult to use
PriorityDescription and URLGuideline and Line NumberCount

Level A

3 issues on 2 pages

CriticalHTML form control has no accessible name. WCAG 2.2 A F68 Section 508 (2017) A F68 1 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
4.1.2
<textarea name='message' rows='6' placeholder='Message' style='width: 100%; ...'></textarea>
Line 232

https://cemu.dev/contact-us/

CriticalLink uses non-descriptive text like 'Click Here' with no surrounding text explaining link purpose. WCAG 2.2 A F63 Section 508 (2017) A F63 1 pages
Screen reader users use text around links to help understand what the link does. If the link text is very general, and there's no surrounding text, there's no way to work out what the link does. Either use a descriptive link label (which helps all users) or add a descriptive aria-label or aria-describedby to the link (which helps screen reader users). 2.4.4 2.4.9
Link text: DOWNLOAD
<a class='elementor-button ...' href='...p'><span class='...'>...</span></a>
Line 40

https://cemu.dev/

CriticalThis button element contains no text and has no accessible name. WCAG 2.2 A 4.1.2 Section 508 (2017) A 4.1.2 1 pages

A programmatically determined name allows screen readers to tell users 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-label attribute
  • Add an aria-labelledby attribute
  • Add an img alt attribute if the button contains an img element
<button class='cemu-side-nav prev' id='cemuPrev'>...</button>
Line 54
<button class='cemu-side-nav next' id='cemuNext'>...</button>
Line 57

https://cemu.dev/

Level AAA

2 issues on 5 pages

ImportantAvoid specifying a new window as the target of a link with target=_blank. WCAG 2.2 AAA F22 1 pages
Displaying new windows without warning can be very confusing to non-sighted and mobile users. Some screen readers and mobile devices give very little indication a new tab or window has opened. If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text or add the warning to the link using a title attribute or aria-describedby attribute. 3.2.5
<a href='https://cemu.dev/' target='_blank' rel='noopener'>Cemu Emulator</a>
Line 39
<a href='https://www.nintendo.com/' target='_blank' rel='noopener'>...o</a>
Line 47
<a href='https://cemu.dev/' target='_blank' rel='noopener'>Cemu ... APK</a>
Line 54

https://cemu.dev/

ImportantEnsure that text and background colors have a 7:1 contrast ratio. WCAG 2.2 AAA 1.4.6 5 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 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 after composition is:
6.00 with color: rgb(74,85,104)background: rgb(223,231,233)
font-size: 12.75ptfont-weight: 500
<a href='https://cemu.dev/about-us/'>About Us</a>
Line 35
6.00 with color: rgb(74,85,104)background: rgb(223,231,233)
font-size: 12.75ptfont-weight: 500
<a href='https://cemu.dev/contact-us/'>Contact Us</a>
Line 35
6.00 with color: rgb(74,85,104)background: rgb(223,231,233)
font-size: 12.75ptfont-weight: 500
<a href='.../'>Privacy Policy</a>
Line 35
6.00 with color: rgb(74,85,104)background: rgb(223,231,233)
font-size: 12.75ptfont-weight: 500
<a href='https://cemu.dev/disclaimer/'>Disclaimer</a>
Line 35
6.15 with color: rgb(11,105,140)background: rgb(255,255,255)
font-size: 14.25ptfont-weight: 500
<span class='...'>DOWNLOAD</span>
Line 44

https://cemu.dev/

The text color to background color contrast ratio after composition is:
6.00 with color: rgb(74,85,104)background: rgb(223,231,233)
font-size: 12.75ptfont-weight: 500
<a href='https://cemu.dev/contact-us/'>Contact Us</a>
Line 89
6.00 with color: rgb(74,85,104)background: rgb(223,231,233)
font-size: 12.75ptfont-weight: 500
<a href='.../'>Privacy Policy</a>
Line 93
6.00 with color: rgb(74,85,104)background: rgb(223,231,233)
font-size: 12.75ptfont-weight: 500
<a href='https://cemu.dev/disclaimer/'>Disclaimer</a>
Line 97

https://cemu.dev/about-us/

The text color to background color contrast ratio after composition is:
6.00 with color: rgb(74,85,104)background: rgb(223,231,233)
font-size: 12.75ptfont-weight: 500
<a href='https://cemu.dev/about-us/'>About Us</a>
Line 85
6.00 with color: rgb(74,85,104)background: rgb(223,231,233)
font-size: 12.75ptfont-weight: 500
<a href='.../'>Privacy Policy</a>
Line 93
6.00 with color: rgb(74,85,104)background: rgb(223,231,233)
font-size: 12.75ptfont-weight: 500
<a href='https://cemu.dev/disclaimer/'>Disclaimer</a>
Line 97
6.15 with color: rgb(11,105,140)background: rgb(255,255,255)
font-size: 13.50ptfont-weight: 500
<button type='submit' style='padding: 0.75rem ...'>Send Message</button>
Line 237

https://cemu.dev/contact-us/

The text color to background color contrast ratio after composition is:
6.00 with color: rgb(74,85,104)background: rgb(223,231,233)
font-size: 12.75ptfont-weight: 500
<a href='https://cemu.dev/about-us/'>About Us</a>
Line 85
6.00 with color: rgb(74,85,104)background: rgb(223,231,233)
font-size: 12.75ptfont-weight: 500
<a href='https://cemu.dev/contact-us/'>Contact Us</a>
Line 89
6.00 with color: rgb(74,85,104)background: rgb(223,231,233)
font-size: 12.75ptfont-weight: 500
<a href='https://cemu.dev/disclaimer/'>Disclaimer</a>
Line 97

https://cemu.dev/privacy-policy/

This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.
Expand all 5 issues