WebSite X5Help Center

 
Виктор Пономарев
Виктор Пономарев
User

Errors in the validator.  ru

Autor: Виктор Пономарев
Besucht 879, Followers 1, Geteilt 0  
Tags:: update,version

Hello!

After the last program update my sites came a lot of errors in the validator. Here is the report from the validator

http://validator.w3.org/check?uri=http://air-cools.ru/&charset=(detect+automatically)&doctype=Inline&group=0

Здравствуйте!!! После последнего обновления программы у моего сайты вышло много ошибок в валидаторе. Вот отчет с валидатора

http://validator.w3.org/check?uri=http://air-cools.ru/&charset=(detect+automatically)&doctype=Inline&group=0

Gepostet am
1 ANTWORTEN - 1 KORREKT
Incomedia
Claudio D.
Incomedia

Hello Виктор Пономарев,

you get all these errors because it has been validated as html 4.01 doctype but you need to select html5:

http://validator.w3.org/check?uri=http://air-cools.ru/&charset=(detect+automatically)&doctype=HTML5&group=0&user-agent=W3C_Validator/1.3+http://validator.w3.org/services

The validator is not recognising it as html5 file because you added this script before the HTML tag:

<script>if (document.location.search.indexOf("skipmobile") >= 0) { [removed] = "skipmobile=1"; } else if ((document.location.hostname.match(/\.mobi$/) || screen.width < 850) && [removed].indexOf("skipmobile") == -1) { document.location = "http://m.air-cools.ru"; } </script>

This code needs to be added in the section "Before closing the HEAD tag".

Many thanks!

***** Google Translation:

ЗдравствуйтеВиктор Пономарев,

Вы получаетевсе эти ошибки, потому что этобыла подтвержденакакHTML 4.01типа документа, но вы должнывыбратьHTML5:

http://validator.w3.org/check?uri=http://air-cools.ru/&charset=(detect+automatically)&doctype=HTML5&group=0&user-agent=W3C_Validator/1.3+http://validator.w3.org/services

Валидаторнепризнавая егокак HTML5файл, потому что выдобавилиэтот сценарийпередHTMLтега:

<script>if (document.location.search.indexOf("skipmobile") >= 0) { [removed] = "skipmobile=1"; } else if ((document.location.hostname.match(/\.mobi$/) || screen.width < 850) && [removed].indexOf("skipmobile") == -1) { document.location = "http://m.air-cools.ru"; } </script>

Этот коддолжен быть добавленв разделе"Перед закрытиемтегаHEAD".

Большое спасибо!

Mehr lesen
Gepostet am von Claudio D.