Minimized tags error

Why is the validator passing this as valid?

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
    <head>
        <title>Sidebar</title>
    </head>
    <body>
        <p>
        252 Riddle Pond Road<br />
        WTopsham VT 05086<br />
        </p>
    </body>
</html>

This looks like a bug to me. <br /> is an XHTML formatted tag and doesn't
belong in an HTML document.

-- 
Christian Smith  |  csmith@barebones.com  |  http://web.barebones.com
PGP Fingerprint  -  60E5 2216 97D2 1D1A B923 F036 00A9 CEC0 D411 FA89

Received on Tuesday, 27 March 2001 07:01:30 UTC