YEP!! It is a bug.

The following simple and valid HTML causes the line mode browser to
spit out ARRAY BOUNDS READ violations after printing "HTML: ******
Maximum nesting of 20 exceded!" (you meant to spell it "exceeded")

So, something about the implementation of the stack I referred to in
my previous email is broken. Perhaps Henrik will "purify" this or give
me a call and I will help.

		Rob (617-873-2395)

<HTML><HEAD><TITLE>Simple Title</TITLE></HEAD>
<BODY>
<H1>Simple Title</H1>
<UL><LI>foo<UL><LI>foo<UL><LI>foo<UL><LI>foo<UL><LI>foo<UL><LI>foo
<UL><LI>foo<UL><LI>foo<UL><LI>foo<UL><LI>foo<UL><LI>foo<UL><LI>foo
<UL><LI>foo<UL><LI>foo<UL><LI>foo<UL><LI>foo<UL><LI>foo<UL><LI>foo
<UL><LI>foo<UL><LI>foo<UL><LI>foo<UL><LI>foo<UL><LI>foo<UL><LI>foo
</UL></UL></UL></UL></UL></UL>
</UL></UL></UL></UL></UL></UL>
</UL></UL></UL></UL></UL></UL>
</UL></UL></UL></UL></UL></UL>
</BODY></HTML>

Received on Monday, 16 October 1995 16:35:43 UTC