Re: bug or feature?

On Fri, 25 May 2001, John Russell wrote:

> When i cut and pasted this test document to my system
>  [ windows 98 / Amaya 4.3.2 binary ]
> i didnt get a linebreak --- but i also didnt get a space
> between an and example   --- anexemple   was my view.

Oops! You're right. But you do get a linebreak if you withdraw the tags
<p> and </p>. Of course, this is not good HTML. But the HTML code after
the end of this message is good HTML good and in that case you also get a
linebreak that wasn't supposed to be there.

Best regards

José Carlos Santos
----------------------------------------------------------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html" />
<title>An example</title>
</head>
<body>
<dl><dt>Example:</dt>
<dd>An<!--Hello there!--> example</dd></dl>
</body>
</html>

Received on Friday, 25 May 2001 18:49:07 UTC