[Bug 6189] New: Validator tells me <col> should appear in <colgroup> element

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

           Summary: Validator tells me <col> should appear in <colgroup>
                    element
           Product: Validator
           Version: 0.8.3
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Parser
        AssignedTo: dave.null@w3.org
        ReportedBy: ldctaylor@gmail.com
         QAContact: www-validator-cvs@w3.org


Validator gives error message for XHTML strict, "document type does not allow
element "col" here; assuming missing "colgroup" start-tag"

Code is displayed below. <col> is permissable outside <colgroup> element so
looks like a bug.

                        <colgroup span="2" width="100">
                                <col align="left" />
                                <col align="right" />
                        </colgroup>
                                <col align="center" width="auto" />


-- 
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 Wednesday, 29 October 2008 19:44:35 UTC