[Skip navigation links]

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.

  • FailureUsability.gov Guidelines - Some pages violate these guidelines.
  • FailureW3C Best Practices - Some pages violate these guidelines.
  • SuccessReadability - No issues found.
PriorityDescription and URLGuideline and Line#Count

Priority 2

1 issues on 8 pages

Very ImportantOmitting img width or height attributes makes the page layout jump about as images load. Usability.gov 14:3 W3C 8 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 }
https://s1.eground.org/Line 239 3528 3686 3733 3891 ...
https://s1.eground.org/search/?type=postLine 171 1338
https://s1.eground.org/whats-new/Line 844 917 941 1014 1963 ...
https://s1.eground.org/whats-new/posts/40166/Line 953 1026 1055 1128 3278 ...
This issue was found on another 4 pages. The trial version is limited to showing issues on 4 pages.

Priority 3

5 issues on 9 pages

ImportantRadio buttons are easier to use than drop-downs when there are 6 choices or fewer. Usability.gov 13:9 1 pages
One usability study showed radio buttons give reliably better performance than drop-down lists for mutually exclusive selections. If screen space allows use radio buttons instead of lists/dropdowns with fewer than 7 items.
https://s1.eground.org/forums/dostup/Line 535
ImportantUse at least a 12-point font on all web pages. Usability.gov 11:8 2 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" >
https://s1.eground.org/css.php?css=public%3ABRATR_rating_stars.less%2Cpublic%3Abrms_modern_statistic.less%2Cpublic%3Alightslider.less%2Cpublic%3Ames_share_controls.less%2Cpublic%3Anode_list.less%2Cpublic%3Anotices.less%2Cpublic%3Arating_stars.less%2Cpublic%3Ashare_controls.less%2Cpublic%3Asiropu_ads_manager_ad.less%2Cpublic%3Aw_ms_stick.less%2Cpublic%3Aw_mss_sticked_item_macro.less%2Cpublic%3Axfi_sidebarSocialIconblock.less%2Cpublic%3Aextra.less&s=9&l=2&d=1675577020&k=e60cb0fa085744ba0350d3b5e3a9870274f8b289Line 321 323 327 998 1064 ...
https://s1.eground.org/css.php?css=public%3Anormalize.css%2Cpublic%3Acore.less%2Cpublic%3Aapp.less&s=9&l=2&d=1675577020&k=edf6cfeed2b8b8213808b1692c79649ca17f77faLine 91 822 823 1799 6130 ...
ImportantUse bold text sparingly - for one or two words or a short phrase. Usability.gov 11:5 1 pages
Keep runs of bold text to less than 70 characters.
https://s1.eground.org/whats-new/thread-ratings/40164/Line 1202
ImportantUse link text between 3 and 100 characters so it's long enough to be understood, but avoids line wrapping. Usability.gov 10:11 5 pages
A single word text link may not give enough information about the link's destination. A link that is a full sentence is difficult to read quickly, particularly if it wraps to another line.
https://s1.eground.org/Line 658 738 866 1570 2539 ...
https://s1.eground.org/whats-new/Line 1443
https://s1.eground.org/whats-new/latest-activityLine 1026
https://s1.eground.org/whats-new/posts/40166/Line 1582 2398
This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.
ImportantUse option groups when a drop down list has more than 10 items. Usability.gov 13:12 1 pages
Group related options using optgroup elements.
https://s1.eground.org/search/?type=postLine 938
Expand all 6 issues