[Bug 1172] Nesting errors accepted for HTML 2.0, 3.2, 4.01

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





------- Additional Comments From bjoern@hoehrmann.de  2005-03-18 18:09 -------
Chances are that this is perfectly legal in those document types as it depends 
on the content model of the parent element of the br element whether it is 
allowed at that position, for example, in HTML 4.01 Transitional you can use

<body>
...
<br>
...
</body>

while you can't do that in HTML 4.01 Strict.

Received on Friday, 18 March 2005 18:09:37 UTC