Jump to content
  • 0

Проблема с валидацией


Selassie
 Share

Question

Имеется такой файл:

?<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="pdd_style.css" />
<title>Документ без названия</title>
</head>

<body>
<h1>Правила Дорожного Движения 2011</h1>
<h3>4. Обязанности пассажиров</h3>
<ul>
<li><span class="point">5.1.</span>Пассажиры обязаны:</li>
<ul>
<li>при поездке на транспортном средстве, оборудованном ремнями
безопасности, быть пристегнутым ими, а при поездке на мотоцикле
— быть в застегнутом мотошлеме;</li>
<li>посадку и высадку производить со стороны тротуара или обочины и
только после полной остановки транспортного средства.</li>
</ul>

<li>Если посадка и высадка невозможна со стороны тротуара или обочины,
она может осуществляться со стороны проезжей части при условии, что
это будет безопасно и не создаст помех другим участникам движения.</li>

<li><span class="point">5.2.</span>Пассажирам запрещается:</li>
<ul>
<li>отвлекать водителя от управления транспортным средством во
время его движения;</li>
<li>при поездке на грузовом автомобилей с бортовой платформой
стоять, сидеть на бортах или на грузе выше бортов;</li>
<li>открывать двери транспортного средства во время его движения.</li>
</ul>

</ul>
</body>
</html>

не проходит валидацию, появляются следущие ошибки:

Line 14, Column 12: document type does not allow element "ul" here; assuming missing "li" start-tag
Line 22, Column 12: document type does not allow element "li" here; missing one of "ul", "ol", "menu", "dir" start-tag
Line 26, Column 12: document type does not allow element "li" here; missing one of "ul", "ol", "menu", "dir" start-tag
Line 35, Column 9: end tag for "li" omitted, but OMITTAG NO was specified

Подскажите в чем может быть проблема, заранее спасибо!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy