[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

2 issues on 5 pages

Very ImportantOmitting img width or height attributes makes the page layout jump about as images load. Usability.gov 14:3 W3C 5 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://msk1.devkiru.com/Line 960
https://msk1.devkiru.com/bdsmLine 3489
https://msk1.devkiru.com/jelitnyeLine 3484
https://msk1.devkiru.com/massazhistkiLine 3467
This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.
Very ImportantThe img width and height attributes don't match the actual image size. This means the image will be distorted or resize during loading. W3C 1 pages
Image https://msk1.devkiru.com/photos/lp138859_1.jpg actual dimensions: 160 x 218 pixels.
https://msk1.devkiru.com/
Line 291

Priority 3

4 issues on 8 pages

ImportantForms that force users to shift back and forth between keyboard and mouse substantially slow their entry speed. This form contains text boxes requiring keyboard input, and other controls requiring mouse input. Usability.gov 13:13 5 pages
Replace the dropdown list with a control that allows keyboard input, so the whole form can be completed using the keyboard.
https://msk1.devkiru.com/Line 101
https://msk1.devkiru.com/bdsmLine 215
https://msk1.devkiru.com/jelitnyeLine 215
https://msk1.devkiru.com/massazhistkiLine 215
This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.
ImportantRadio buttons are easier to use than drop-downs when there are 6 choices or fewer. Usability.gov 13:9 5 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://msk1.devkiru.com/Line 87
https://msk1.devkiru.com/bdsmLine 171
https://msk1.devkiru.com/jelitnyeLine 171
https://msk1.devkiru.com/massazhistkiLine 171
This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.
ImportantUse at least a 12-point font on all web pages. Usability.gov 11:8 3 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://msk1.devkiru.com/css/style.css?v=3.3.08Line 255 277 285 325 449 ...
https://msk1.devkiru.com/css/style-all.css?v=3.3.08Line 57 63 81 171 195 ...
https://msk1.devkiru.com/css/style-m.css?v=3.3.08Line 261 307 333 341 405 ...
ImportantUse option groups when a drop down list has more than 10 items. Usability.gov 13:12 5 pages
Group related options using optgroup elements.
https://msk1.devkiru.com/Line 104
https://msk1.devkiru.com/bdsmLine 222
https://msk1.devkiru.com/jelitnyeLine 222
https://msk1.devkiru.com/massazhistkiLine 222
This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.
Expand all 6 issues