Posted by Rik on 02/12/07 20:26
And to bring it back to it's bare minimum (see
<http://www.positioniseverything.net/articles/mys-bug.html>, it's as true
for any script as for CSS):
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3c.org/TR/html4/loose.dtd">
<html>
<head>
<title>"CookBook" toplevel</title>
</head>
<body>
<p /> Now we start another tag <em> which will be implicitly closed be the
following slash / Yes, the one we just had, as it closes the paragraph. So
this closing tag</em> doesn't close anything anymore, and will result in
yet another error.
</body>
</html>
--
Rik Wasmus
[Back to original message]
|