[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 7 pages

Very ImportantOmitting img width or height attributes makes the page layout jump about as images load. Usability.gov 14:3 W3C 7 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 }
http://xlib.info/Line 2532 3106 3416 3490 4065 ...
http://xlib.info/dobavit-rasskazLine 755 1329 1631 1705 2351 ...
http://xlib.info/genreLine 25154 25456 25530 25534 26105 ...
http://xlib.info/srchLine 1218 1792 2094 2168 2743 ...
This issue was found on another 3 pages. The trial version is limited to showing issues on 4 pages.

Priority 3

4 issues on 8 pages

ImportantUse at least a 12-point font on all web pages. Usability.gov 11:8 5 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" >
http://xlib.info/Line 546 3691 3691 3723 3805 ...
http://xlib.info/css/design.css?v=311Line 259 743 752 1257 1271 ...
http://xlib.info/dobavit-rasskazLine 2268
http://xlib.info/genreLine 582 583
This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.
ImportantUse italic text sparingly - for one or two words or a short phrase. Usability.gov 11:10 2 pages
Keep runs of styled text to less than 70 characters. When used well, styled text draws attention to important words, but also decreases reading speed by almost twenty percent.
http://xlib.info/bookmarksLine 585
http://xlib.info/srchLine 621
ImportantUse link text between 3 and 100 characters so it's long enough to be understood, but avoids line wrapping. Usability.gov 10:11 6 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.
http://xlib.info/Line 2839 2869 2916
http://xlib.info/bookmarksLine 917 947 994
http://xlib.info/dobavit-rasskazLine 1062 1092 1139
http://xlib.info/srchLine 1525 1555 1602
This issue was found on another 2 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.
http://xlib.info/dobavit-rasskazLine 628

Priority 4

1 issues on 1 pages

Less ImportantMake sure one radio button in a radio button group is always selected. If users can choose not to activate any of the radio button choices, provide a choice labeled 'None'. Usability.gov 13:23 1 pages
http://xlib.info/dobavit-rasskazLine 598 602
Expand all 6 issues