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 21 issues on 1 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 src='...g' alt='Плинтус напольный' title='Плинтус напольный' class='img-responsive'>
| Line 358 | |
| <img src='...g' alt='Потолочный плинтус' title='Потолочный плинтус' class='img-responsive'>
| Line 374 | |
| <img src='...g' alt='Молдинги' title='Молдинги' class='img-responsive'>
| Line 390 | |
| <img src='...g' alt='Стеновые панели' title='Стеновые панели' class='img-responsive'>
| Line 406 | |
| <img src='...g' alt='Наличники' title='Наличники' class='img-responsive'>
| Line 422 | |
| https://zaroom.ru/ | | |
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 <div class='...'>Плинтус ... очень тщ..</div>
| Line 1111 | |
| font-size: 10.50pt <div class='...'>Плинтусы ... на жидкие г..</div>
| Line 1197 | |
| font-size: 10.50pt <div class='...'>Искали ... а каче..</div>
| Line 1280 | |
| font-size: 10.50pt <div class='...'>Прекрасный ... упакован, ..</div>
| Line 1363 | |
| font-size: 10.50pt <div class='...'>Монтажную ... гвозди. И де..</div>
| Line 1446 | |
| https://zaroom.ru/ | | |
| Expand all 2 issues | | |