Jump to content
  • 0

ошибка с div


DImaN
 Share

Question

Подскажите пожалуйста, где я допустил ошибку. Код:

<span id="some_id">
<div class="some_class" style="float:left;">
<ul class="some_class-2">
<li class="some_class-3" style="width:10px;">11111</li>
<li><a href="href" title="1" class="class1" onclick="something; return false;">1</a></li>
<li><a href="href" title="2" class="class2" onclick="something; return false;">2</a></li>
</ul>
</div>
</span>

При проверке валидатор выдает следующую ошибку:

The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

P.S. доктайп - xhtml

P.S.S. в том случае, когда меняю строку <span id="some_id"> на <span id="some_id"></span>, а снизу убираю закрытый тег span - onclick обрабатывается не правильно, точнее неправильно отображаются объекты, которые заданы 2внутри div-а

P.S.S.S. в том случае, когда удалить строки со span-ом вовсе - не обрабатывается onclick

Спасибо за помощь

Edited by DImaN
Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

это я понимаю, но как только я меняю код следующим образом:

<span class="some_class-3" id="some_id"></span>
<div class="some_class" style="float:left;">
<ul class="some_class-2">
<li class="some_class-3" style="width:10px;">11111</li>
<li><a href="href" title="1" class="class1" onclick="something; return false;">1</a></li>
<li><a href="href" title="2" class="class2" onclick="something; return false;">2</a></li>
</ul>
</div>

тогда неправильно обрабатывается onclick - результат отображается 2 раза.. хотя валидатор говорит, что все правильно

Edited by DImaN
Link to comment
Share on other sites

  • 0

Подробнее о самой ошибке и когда она появляется:

заходим на сайт, в новостях над "автор ..." видим квадраты (типа рейтинг статьи), когда нажимаем на квадрате - срабатывает onclick. Вот тогда и видим, что наши 5 квадратов превратились в 9 или 10 квадратов. после рефреша страницы все нормально

Edited by DImaN
Link to comment
Share on other sites

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