[Skip navigation links]

8% of pages8%of pages

Standards

3 pages with web standards issues

better than average8% of the pages on this site have web standards issues, which is better than average. The percentage of pages with web standards issues averages 13% on other sites.

This tab shows pages that do not comply with W3C and WHATWG web platform standards.

HTML validation

Errors3% Errors indicate conformance errors, and appear when mandatory specification requirements are not met.

Warnings3% Warnings do not indicate conformance errors, but appear when optional specification requirements are not met.

CSS validation

Errors8% Errors indicate conformance errors, and appear when mandatory specification requirements are not met.

Warnings0% Warnings do not indicate conformance errors, but appear when optional specification requirements are not met.

Use of obsolete features

Errors0% Errors indicate conformance errors, and appear when mandatory specification requirements are not met.

Warnings0% Warnings do not indicate conformance errors, but appear when optional specification requirements are not met.

PriorityDescription and URLGuideline and Line NumberCount

Priority 1

12 issues on 3 pages

CriticalAn img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images. HTML 1 pages
Rule: W3cHtml5MissingImgAlt
<img src='/card-pc.jpg' style='max-width:100%;...' class='hidden-mob'>
Line 437
<img src='/card-mb.jpg' style='max-width:100%;...' class='hidden-pc'>
Line 438
<img src='/close.png'>
Line 432

https://import-export-trade.com/

CriticalBad value for attribute checked. HTML 1 pages
Rule: W3cHtml5Error-RnvErAval-checked
<input class='...' type='checkbox' value='1' name='agreement' id='agreement2' checked='ckecked'>
Line 859

https://import-export-trade.com/

CriticalCSS Validation Error. CSS 3 pages
Rule: W3cCssError
)Line 412
)Line 412
)Line 412
)Line 412

https://import-export-trade.com/

Line 412 412 412 412 412 ...

}Line 1026

https://import-export-trade.com/css/jquery-ui.css?v=170101

/Line 1378
/Line 1378
1Line 1376
1Line 1376
1Line 1376

https://import-export-trade.com/css/style.css?v=19102503

CriticalElements with role=tablist must only contain or own elements with role=tab and must not contain elements with other roles. HTML ARIA 5.2.6 WCAG A 1.3.1 508 A 1.3.1 1 pages
tabpanel elements must not appear inside the tablist and are usually placed immediately after the tablist Rule: W3cHtml5AriaRequiredChildRole-tablist
Invalid roles: listitem from element ligeneric from element divtabpanellist from element ulparagraph from element p
<div class='accordion ui-...' style='max-width:100%;' role='tablist'>...</div>
Line 802
Invalid roles: generic from element divtabpanelparagraph from element p
<div class='accordion ui-...' role='tablist'>...</div>
Line 932

https://import-export-trade.com/

CriticalEnd tag section seen, but there were open elements. HTML 1 pages
Rule: W3cHtml5Error-errUnclosedElements5fsection

https://import-export-trade.com/

Line 680

CriticalInvalid value for CSS property. CSS 1 pages
Rule: W3cCssBadPropertyValue
background: -webkit-gradient(Line 6801
background: from(Line 6801
background: color-stop(Line 6801
background: color-stop(Line 6801
background: color-stop(Line 6801

https://import-export-trade.com/css/style.css?v=19102503

CriticalNo p element in scope but a p end tag seen. HTML 1 pages
Rule: W3cHtml5Error-errNoElementToCloseButEndTagSeen5fp

https://import-export-trade.com/

Line 292 313 366 414

CriticalReference to non-existent ID. HTML 1 pages
Rule: W3cHtml5Error-errDanglingIdref
id=imyaLine 879
id=mailLine 893
id=phoneLine 883
id=ringLine 888
id=teloLine 853

https://import-export-trade.com/

Criticalscript element between head and body. HTML 1 pages
Rule: W3cHtml5Error-errFooBetweenHeadAndBody5fscript

https://import-export-trade.com/

Line 50 51

CriticalThe nobr element is obsolete. HTML 1 pages
Use the CSS property white-space: nowrap instead. Rule: W3cHtml5ObsoleteElementNobr
<nobr>из-за</nobr>
Line 531

https://import-export-trade.com/

CriticalThe value of the for attribute of the label element must be the ID of a non-hidden form control. HTML 1 pages
Rule: W3cHtml5Assert6
<label class='common__label' for='mail'>... почта</label>
Line 1277
<label class='common__label' for='imya'>Ваше имя*</label>
Line 1229
<label class='common__label' for='phone'>Телефон*</label>
Line 1233
<label class='common__label' for='telo'>Телефон*</label>
Line 1237
<label class='common__label' for='imya'>Ваше имя*</label>
Line 1263

https://import-export-trade.com/

CriticalUnclosed element div. HTML 1 pages
Rule: W3cHtml5Error-errListUnclosedStartTags5fdiv

https://import-export-trade.com/

Line 680

Priority 2

1 issues on 1 pages

Very ImportantUnknown pseudo-element or pseudo-class name. CSS 1 pages
The :pseudo-class or ::pseudo-element name name may be misspelled or not yet standardized. Rule: W3cCssUnknownPseudoClass
last-childLine 8720

https://import-export-trade.com/css/style.css?v=19102503

Priority 3

1 issues on 1 pages

ImportantProperty doesn't exist in CSS. CSS 1 pages
The property name may be misspelled, vendor specific, or a new CSS property from a draft specification. Rule: W3cCssUnknownProperty
overflow-scrollingLine 8393
overflow-scrollingLine 8521

https://import-export-trade.com/css/style.css?v=19102503

Warnings

3 issues on 1 pages

Warnings do not indicate conformance errors, but appear when optional specification requirements are not met.

Warningsection element lacks heading. HTML 1 pages
Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed. Rule: W3cHtml5SectionNoHeading
<section class='ccnt' style='background:none;'>...</section>
Line 588
<section style='margin:120px 0 60px ...'><div class='block_uslugi_b'>...</div></section>
Line 589
<section class='cover cover--video ...'>...</section>
Line 602
<section class='cover cover--video ...'>...</section>
Line 607
<section class='all_steps'><section class='box_steps'>...</section></section>
Line 626

https://import-export-trade.com/

WarningThe type attribute for the style element is not needed and should be omitted. HTML 1 pages
The attribute is optional and should be omitted altogether. Rule: W3cHtml5StyleTypeRedundant
<style type='text/css'>...</style>
Line 7
<style type='text/css'>...</style>
Line 412
<style type='text/css'>...</style>
Line 412
<style type='text/css'>...</style>
Line 412
<style type='text/css'>...</style>
Line 412

https://import-export-trade.com/

WarningThe type attribute is unnecessary for JavaScript resources. HTML 1 pages
Rule: W3cHtml5ScriptTypeRedundant
type='text/javascript'
<script type='text/javascript' defer charset='utf-8' src='...-widget.umd.min.js?tag=25.16.1'>...</script>
Line 382
type='text/javascript'
<script type='text/javascript' src='/js/1vendor.js'>...</script>
Line 399
type='text/javascript'
<script async type='text/javascript' src='/js/1script-min.js'>...</script>
Line 1203
type='text/javascript'
<script type='text/javascript'>...</script>
Line 1311
type='text/javascript'
<script type='text/javascript' src='/js/cookie.js'>...</script>
Line 1332

https://import-export-trade.com/

Informative

These messages are for information only and do not indicate errors or conformance problems.

InformationCSS hack or vendor extension used. CSS 1 pages
Rule: W3cCssHack
-ms-filter: Alpha(Opacity=30)Line 1733

https://import-export-trade.com/css/jquery-ui.css?v=170101

InformationProperty or at-rule is vendor specific. CSS 4 pages
Properties and at-rules prefixed by a dash or underscore, the zoom: property and the expression() function are vendor specific and only work on one browser engine. Rule: W3cCssVendorExtension
-webkit-perspectiveLine 13
-webkit-transform-originLine 27
-webkit-transformLine 32
-webkit-transform-originLine 40
-webkit-transform-originLine 43

https://import-export-trade.com/

-ms-filterLine 53
-webkit-user-selectLine 199
-moz-user-selectLine 200
-ms-user-selectLine 201
-ms-touch-actionLine 687

https://import-export-trade.com/css/jquery-ui.css?v=170101

-webkit-pointer-eventsLine 3
-webkit-user-selectLine 6
-moz-user-selectLine 7

https://import-export-trade.com/css/pace-theme-minimal.css

-webkit-box-sizingLine 2
-webkit-appearanceLine 175
-ms-flex-wrapLine 315
-ms-flex-preferred-sizeLine 332
-ms-flex-positiveLine 332

https://import-export-trade.com/css/style.css?v=19102503

Expand all 19 issues