| Critical | This button element contains no text and has no accessible name. | WCAG 2.2 A 4.1.2 Section 508 (2017) A 4.1.2
| |
| <button class='cemu-side-nav prev' id='cemuPrev'>...</button>
| 54 | |
| <button class='cemu-side-nav next' id='cemuNext'>...</button>
| 57 | |
| Critical | Link uses non-descriptive text like 'Click Here' with no surrounding text explaining link purpose. | WCAG 2.2 A F63 Section 508 (2017) A F63
| |
| Link text: DOWNLOAD<a class='elementor-button ...' href='...p'><span class='...'>...</span></a>
| 40 | |
| Critical | Attribute charset not allowed on element. | HTML5
| |
| <meta charset='utf-8'>
| 266 | |
| <meta charset='utf-8'>
| 450 | |
| Critical | Attribute name not allowed on element. | HTML5
| |
| <meta name='viewport'>
| 267 | |
| <meta name='viewport'>
| 451 | |
| Critical | Element meta is missing one or more required attributes. | HTML5
| |
| itempropcontentproperty required for elementmeta<meta charset='utf-8'>
| 266 | |
| itempropproperty required for elementmeta<meta name='viewport' content='width=device-width, ...'>
| 267 | |
| itempropcontentproperty required for elementmeta<meta charset='utf-8'>
| 450 | |
| itempropproperty required for elementmeta<meta name='viewport' content='width=device-width, ...'>
| 451 | |
| Critical | Bad value for attribute type. | HTML5
| |
| Expected a token character or '/' but saw | | |
| <script type='speculationrules'>...</script>
| 687 | |
| Critical | End tag for body seen, but there were unclosed elements. | HTML5
| |
| | 328 527 | |
| Critical | Start tag body seen but an element of the same type was already open. | HTML5
| |
| | 269 453 | |
| Critical | Unclosed element div. | HTML5
| |
| | 328 527 | |
| Critical | Stray doctype. | HTML5
| |
| | 263 | |
| Critical | Stray end tag div. | HTML5
| |
| | 330 529 | |
| Critical | Stray end tag head. | HTML5
| |
| | 268 452 | |
| Critical | Stray start tag head. | HTML5
| |
| | 265 | |
| Critical | Stray start tag html. | HTML5
| |
| | 264 | |
| Critical | Offer an HTML site map to your users with links that point to the important parts of your site. Links embedded in menus, list boxes, and similar elements are not accessible to web crawlers unless they appear in your site map. If the site map is larger than 100 or so links, you may want to break the site map into separate pages. | Google Bing
| |
| | 1 | |
| Very Important | Omitting img width or height attributes makes the page layout jump about as images load. | Usability.gov 14:3 W3C
| |
| <img decoding='async' src='...p' alt='Cemu Guide 1'>
| 54 | |
| <img decoding='async' src='...p' alt='Cemu Guide 2'>
| 54 | |
| <img decoding='async' src='...p' alt='Cemu Guide 3'>
| 54 | |
| <img decoding='async' src='...p' alt='Cemu Guide 4'>
| 54 | |
| Very Important | Provide a search option on each page of content-rich web sites. | Usability.gov 17:4
| |
| | 1 | |
| Very Important | The contentinfo role is unnecessary for element footer. | HTML5
| |
| <footer id='colophon' class='site-footer' role='contentinfo'>...</footer>
| 100 | |
| Very Important | The banner role is unnecessary for element header. | HTML5
| |
| <header id='masthead' class='site-header' role='banner' itemtype='...' itemscope>...</header>
| 35 | |
| Very Important | The navigation role is unnecessary for element nav. | HTML5
| |
| <nav id='site-navigation' class='main-navigation ...' role='navigation' aria-label='Primary Navigation'>...</nav>
| 35 | |
| <nav id='...' class='mobile-navigation ...' role='navigation' aria-label='Primary Mobile Navigation'>...</nav>
| 105 | |
| Important | Ensure that text and background colors have a 7:1 contrast ratio. | WCAG 2.2 AAA 1.4.6
| |
| 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>
| 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>
| 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>
| 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>
| 35 | |
| 6.15 with
color: rgb(11,105,140)background: rgb(255,255,255)
font-size: 14.25ptfont-weight: 500<span class='...'>DOWNLOAD</span>
| 44 | |
| Important | Avoid specifying a new window as the target of a link with target=_blank. | WCAG 2.2 AAA F22
| |
| <a href='https://cemu.dev/' target='_blank' rel='noopener'>Cemu Emulator</a>
| 39 | |
| <a href='https://www.nintendo.com/' target='_blank' rel='noopener'>...o</a>
| 47 | |
| <a href='https://cemu.dev/' target='_blank' rel='noopener'>Cemu ... APK</a>
| 54 | |
| Important | Use at least a 12-point font on all web pages. | Usability.gov 11:8
| |
| font-size: 10.50pt<p class='feature-description'>This emulator can ... original console.</p>
| 48 | |
| font-size: 10.50pt<p class='feature-description'>On the Cemu ... of controls.</p>
| 49 | |
| font-size: 10.50pt<p class='feature-description'>To reduce in-game ... performance drops.</p>
| 50 | |
| font-size: 10.50pt<p class='feature-description'>Apart from the ... for popular games.</p>
| 51 | |
| font-size: 10.50pt<p class='feature-description'>Since the creation ... tweaks enabled.</p>
| 52 | |
| Less Important | Use site maps for web sites that have many pages. | Usability.gov 7:10
| |
| | 1 | |
| Critical | Bad value for attribute type. | HTML5
| |
| Expected a token character or '/' but saw | | |
| <script type='speculationrules'>...</script>
| 211 | |
| Very Important | Provide a search option on each page of content-rich web sites. | Usability.gov 17:4
| |
| | 1 | |
| Very Important | The contentinfo role is unnecessary for element footer. | HTML5
| |
| <footer id='colophon' class='site-footer' role='contentinfo'>...</footer>
| 182 | |
| Very Important | The banner role is unnecessary for element header. | HTML5
| |
| <header id='masthead' class='site-header' role='banner' itemtype='...' itemscope>...</header>
| 61 | |
| Very Important | The navigation role is unnecessary for element nav. | HTML5
| |
| <nav id='site-navigation' class='main-navigation ...' role='navigation' aria-label='Primary Navigation'>...</nav>
| 81 | |
| <nav id='...' class='mobile-navigation ...' role='navigation' aria-label='Primary Mobile Navigation'>...</nav>
| 241 | |
| Important | Ensure that text and background colors have a 7:1 contrast ratio. | WCAG 2.2 AAA 1.4.6
| |
| 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>
| 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>
| 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>
| 97 | |
| Critical | HTML form control has no accessible name. | WCAG 2.2 A F68 Section 508 (2017) A F68
| |
| <textarea name='message' rows='6' placeholder='Message' style='width: 100%; ...'></textarea>
| 232 | |
| Critical | Bad value for attribute type. | HTML5
| |
| Expected a token character or '/' but saw | | |
| <script type='speculationrules'>...</script>
| 287 | |
| Very Important | Provide a search option on each page of content-rich web sites. | Usability.gov 17:4
| |
| | 1 | |
| Very Important | The contentinfo role is unnecessary for element footer. | HTML5
| |
| <footer id='colophon' class='site-footer' role='contentinfo'>...</footer>
| 258 | |
| Very Important | The banner role is unnecessary for element header. | HTML5
| |
| <header id='masthead' class='site-header' role='banner' itemtype='...' itemscope>...</header>
| 61 | |
| Very Important | The main role is unnecessary for element main. | HTML5
| |
| <main id='main' class='site-main' role='main'>...</main>
| 165 | |
| Very Important | The navigation role is unnecessary for element nav. | HTML5
| |
| <nav id='site-navigation' class='main-navigation ...' role='navigation' aria-label='Primary Navigation'>...</nav>
| 81 | |
| <nav id='...' class='mobile-navigation ...' role='navigation' aria-label='Primary Mobile Navigation'>...</nav>
| 317 | |
| Important | Ensure that text and background colors have a 7:1 contrast ratio. | WCAG 2.2 AAA 1.4.6
| |
| 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>
| 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>
| 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>
| 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>
| 237 | |
| Critical | Bad value for attribute type. | HTML5
| |
| Expected a token character or '/' but saw | | |
| <script type='speculationrules'>...</script>
| 271 | |
| Very Important | Provide a search option on each page of content-rich web sites. | Usability.gov 17:4
| |
| | 1 | |
| Very Important | The contentinfo role is unnecessary for element footer. | HTML5
| |
| <footer id='colophon' class='site-footer' role='contentinfo'>...</footer>
| 242 | |
| Very Important | The banner role is unnecessary for element header. | HTML5
| |
| <header id='masthead' class='site-header' role='banner' itemtype='...' itemscope>...</header>
| 61 | |
| Very Important | The main role is unnecessary for element main. | HTML5
| |
| <main id='main' class='site-main' role='main'>...</main>
| 165 | |
| Very Important | The navigation role is unnecessary for element nav. | HTML5
| |
| <nav id='site-navigation' class='main-navigation ...' role='navigation' aria-label='Primary Navigation'>...</nav>
| 81 | |
| <nav id='...' class='mobile-navigation ...' role='navigation' aria-label='Primary Mobile Navigation'>...</nav>
| 301 | |
| Important | Ensure that text and background colors have a 7:1 contrast ratio. | WCAG 2.2 AAA 1.4.6
| |
| 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>
| 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>
| 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>
| 97 | |