I am using Neko 0.6.5 

I have the simple page:
<html>
<body>
<p>
<button> a button </button> <br>
</p>
</body>
<html>

When i build a DOM using Neko parser, I notice this:
<p> </p>
<form>
<button>
</form>
 A form tag was inserted, but the p tag was closed too early.
I would like to know why the P tag was closed before the newly inserted form 
tag. I expected it would still wrap around the button tag.

Thank you.


__________________________________________________________________
The NEW Netscape 7.0 browser is now available. Upgrade now! 
http://channels.netscape.com/ns/browsers/download.jsp 

Get your own FREE, personal Netscape Mail account today at 
http://webmail.netscape.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to