- From: Larry W. Virden <lvirden@cas.org>
- Date: Mon, 23 Aug 1999 11:10:12 -0400 (EDT)
- To: <html-tidy@w3.org>
I'm a bit confused.
Here's my test file:
$ cat t.html
<HTML>
<HEAD>
<TITLE>Test spacing</TITLE>
</HEAD>
<BODY>
This is test output
<p>
<pre>
is there any space?
</pre>
This is test 2
<br>
<pre>
is there any space>
</pre>
</body>
</html>
$ lynx t.html
Test spacing
This is test output
is there any space?
This is test 2
is there any space>
$
It looks to me like lynx puts in a space for <p>.
Of course, I'm using Lynx version 2.8.3dev.6 . What version are you using?
--
Larry W. Virden <URL: mailto:lvirden@cas.org>
<URL: http://www.purl.org/NET/lvirden/> <*> O- Save us from the snobs.
Unless explicitly stated to the contrary, nothing in this posting should
be construed as representing my employer's opinions.
-><-
Received on Monday, 23 August 1999 11:10:46 UTC