Site Report
This tab shows general usability issues, indicating navigation problems for all users.
This tab is available in SortSite Professional, SortSite Developer and OnDemand, but not in SortSite Standard edition.
Usability.gov Guidelines - Some pages violate these guidelines.
W3C Best Practices - Some pages violate these guidelines.
Readability - No issues found.
| Priority | Description and URL | Guideline and Line Number | Count |
|---|
Priority 22 issues on 5 pages | |
 | Omitting img width or height attributes makes the page layout jump about as images load. | Usability.gov 14:3 W3C | 1 pages |
|
This makes the page very hard to read or click while it's loading.
Fix by adding width and height attributes to the img tag matching the image dimensions.
In responsive layouts, specifying width and height prevents layout jumping because the browser can
pre-calculate the final image size when CSS like this is used:
img { max-width: 100%; height: auto }
| | |
| | | |
| <img decoding='async' src='...p' alt='Cemu Guide 1'>
| Line 54 | |
| <img decoding='async' src='...p' alt='Cemu Guide 2'>
| Line 54 | |
| <img decoding='async' src='...p' alt='Cemu Guide 3'>
| Line 54 | |
| <img decoding='async' src='...p' alt='Cemu Guide 4'>
| Line 54 | |
| https://cemu.dev/ | | |
 | Provide a search option on each page of content-rich web sites. | Usability.gov 17:4 | 5 pages |
|
A search option should be provided on all pages where it may be useful - users should not have to return to the homepage to conduct a search. Search engines can be helpful on content-rich web sites, but do not add value on other types of sites. | | |
| | | |
| https://cemu.dev/ | Line 1 | |
| | | |
| https://cemu.dev/about-us/ | Line 1 | |
| | | |
| https://cemu.dev/contact-us/ | Line 1 | |
| | | |
| https://cemu.dev/privacy-policy/ | Line 1 | |
| This issue was found on another 1 pages.
The trial version is limited to showing issues on 4 pages.
| | |
Priority 31 issues on 1 pages | |
 | Use at least a 12-point font on all web pages. | Usability.gov 11:8 | 1 pages |
|
For users over age 65, it may be better to use at least fourteen-point fonts.
Never use less than nine-point font on a Web site.
The following are all smaller than 12 point:
- <p style="font-size: 11pt;" >
- <p style="font-size: 15px;" >
- <p style="font-size: small;" >
- <font size="2" >
- <font size="-1" >
| | |
| | | |
| font-size: 10.50pt<p class='feature-description'>This emulator can ... original console.</p>
| Line 48 | |
| font-size: 10.50pt<p class='feature-description'>On the Cemu ... of controls.</p>
| Line 49 | |
| font-size: 10.50pt<p class='feature-description'>To reduce in-game ... performance drops.</p>
| Line 50 | |
| font-size: 10.50pt<p class='feature-description'>Apart from the ... for popular games.</p>
| Line 51 | |
| font-size: 10.50pt<p class='feature-description'>Since the creation ... tweaks enabled.</p>
| Line 52 | |
| https://cemu.dev/ | | |
Priority 41 issues on 1 pages | |
 | Use site maps for web sites that have many pages. | Usability.gov 7:10 | 1 pages |
|
Site maps provide an overview of the Web site. They may display the hierarchy of the Web site, may be designed to resemble a traditional table of contents, or may be a simple index. | | |
| | | |
| https://cemu.dev/ | Line 1 | |
| Expand all 4 issues | | |