[Bug 6646] New: Block element is not in inline element

http://www.w3.org/Bugs/Public/show_bug.cgi?id=6646

           Summary: Block element is not in inline element
           Product: Validator
           Version: 0.8.4
          Platform: PC
               URL: http://ts.hm1.ru
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Website
        AssignedTo: dave.null@w3.org
        ReportedBy: lotsmanov-va@yandex.ru
         QAContact: www-validator-cvs@w3.org


Created an attachment (id=651)
 --> (http://www.w3.org/Bugs/Public/attachment.cgi?id=651)
Elements

Stucture have in attachments.
Sorry, I'm Russian, my English is bad.


#  Line 188, Column 24: document type does not allow element "div" here;
missing one of "object", "ins", "del", "map", "button" start-tag.

        <div class="news-title">

&#9993;

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>").
# Error Line 193, Column 23: document type does not allow element "div" here;
missing one of "object", "ins", "del", "map", "button" start-tag.

        <div class="news-text">

&#9993;

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>").
# Error Line 206, Column 24: document type does not allow element "div" here;
missing one of "object", "ins", "del", "map", "button" start-tag.

        <div class="news-title">

&#9993;

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>").
# Error Line 211, Column 23: document type does not allow element "div" here;
missing one of "object", "ins", "del", "map", "button" start-tag.

        <div class="news-text">

&#9993;

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>").
# Error Line 225, Column 24: document type does not allow element "div" here;
missing one of "object", "ins", "del", "map", "button" start-tag.

        <div class="news-title">

&#9993;

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>").
# Error Line 230, Column 23: document type does not allow element "div" here;
missing one of "object", "ins", "del", "map", "button" start-tag.

        <div class="news-text">

&#9993;

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>").


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 3 March 2009 09:45:30 UTC