Hello all. Please forgive me if this has already been discussed at length, I check the last 2months of archives and the bug track and didn't find any mention, but I might've just over-looked it. In dillo 0.8.3 there is no problem when a form begins inside a table but ends outside of it, but when my dillo 0.8.5 sees a the table close, it forces the form closed too and truncates (and consequently discards) the rest of the form. Here is an example (I think this a culprit too [http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev]) <HTML> <table><form method="post" action="null"> <input type="text" name="proper"><br> </table> <!-- BREAKS FORMS --> <input type="text" name="cut_off"> </form></HTML> I don't know if this is the proper diagnosis, a known issue, or uncompliant HTML, just wondering if others have been having problems with it. PS: what about calling an executable on "View Source"? vim colors are pretty.