[Bug 6925] New: <p><pre>...</pre></p> ==> end tag for element "P" which is not open

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

           Summary: <p><pre>...</pre></p> ==> end tag for element "P" which
                    is not open
           Product: Validator
           Version: HEAD
          Platform: PC
               URL: http://mova.org/~cheusov/pub/pkgsrc-
                    distbb/Linux/current/logs/20090517.1016/META/test.html
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Test Suite
        AssignedTo: dave.null@w3.org
        ReportedBy: vle@gmx.net
         QAContact: www-validator-cvs@w3.org


The following construct is checked incorrectly in HTML 4.01-Strict mode
and others.
Test URL:
http://mova.org/~cheusov/pub/pkgsrc-distbb/Linux/current/logs/20090517.1016/META/test.html

Full html code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
   "http://www.w3.org/TR/html4/strict.dtd">

<html> <head> <title></title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
</head>

<body>

<p>
<pre>
 Hello world
</pre>
</p>

</body>
</html>


-- 
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, 20 May 2009 10:35:05 UTC