[Bug 21313] New: Validator doesn't complain about missing closing </tr> and </thead> tag.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=21313

            Bug ID: 21313
           Summary: Validator doesn't complain about missing closing </tr>
                    and </thead> tag.
    Classification: Unclassified
           Product: Validator
           Version: HEAD
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: check
          Assignee: dave.null@w3.org
          Reporter: tobbi.bugs@googlemail.com
        QA Contact: www-validator-cvs@w3.org

Created attachment 1340
  --> https://www.w3.org/Bugs/Public/attachment.cgi?id=1340&action=edit
testcase

See the attached file at lines 71 and 73. You can see that the TR tag and the
THEAD tags don't close. Still the validator says the document is valid HTML.

Snippet:
<table class="table table-hover">
  <thead>
    <tr><th colspan=3></th></tr>
    <tr>
      <th><abbr title="Nominative">Nom.</abbr></th>
      <th><abbr title="Accusative">Acc.</abbr></th>
      <th><abbr title="Dative">Dat.</abbr></th>
</table>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Saturday, 16 March 2013 23:20:09 UTC