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 2 pages | |
 | Omitting img width or height attributes makes the page layout jump about as images load. | Usability.gov 14:3 W3C | 2 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='Обсуждение ваших задач'>
| Line 9867 | |
| <img src='...g' alt='Проектирование'>
| Line 9880 | |
| <img src='...g' alt='Подбор и согласование с вами оборудования'>
| Line 9893 | |
| <img src='...g' alt='Доставка и монтаж'>
| Line 9906 | |
| <img src='...g' alt='Сервисное и гарантированное обслуживание'>
| Line 9919 | |
| https://holdrf.ru/ | | |
| | | |
| <img src='...g' class='img-fluid mx-auto ...' alt='Продуктоматы'>
| Line 8456 | |
| <img src='...g' class='img-fluid mx-auto ...' alt='С выносным агрегатом'>
| Line 8482 | |
| <img src='...g' class='img-fluid mx-auto ...' alt='Со встроенным агрегатом'>
| Line 8508 | |
| https://holdrf.ru/catalog/oborudovanie-dlya-magazinostroeniya/ | | |
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: 11.25pt<div class='comment'>Комплексное ... под ключ</div>
| Line 9183 | |
| font-size: 11.25pt<div class='comment'>Ремонт ... сложности</div>
| Line 9363 | |
| font-size: 10.50pt<span class='text'>Даю своё ... данных.</span>
| Line 9688 | |
| font-size: 10.50pt<div class='tarif-descript ...'>Являемся ...</div>
| Line 10096 | |
| font-size: 10.50pt<div class='tarif-descript ...'>... сложности<br><br></div>
| Line 10220 | |
| https://holdrf.ru/ | | |
| Expand all 2 issues | | |