[Bug 4025] Fails to validate the following xhtml document containing tfoot

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

           Summary: Fails to validate the following xhtml document
                    containing tfoot
           Product: Validator
           Version: HEAD
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: check
        AssignedTo: ot@w3.org
        ReportedBy: me@matio.de
         QAContact: www-validator-cvs@w3.org


<!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" lang="en" xml:lang="en">

<head>
        <title>test</title>
</head>
<body>
        <table class="form">
            <tbody>
                <tr>
                <td>test
                </td>
                </tr>

            </tbody>
            <tfoot>
                <tr>
                        <td>
                        test
                        </td>
                </tr>           
            </tfoot>             
        </table>
<p>This should be valid IMHO!</p>
</body>

</html>

Received on Tuesday, 28 November 2006 13:23:52 UTC