Errors in the validator.
Autore: Виктор Пономарев
Visite 875,
Followers 1,
Condiviso 0
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
Postato il
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".
Большое спасибо!