Any good suggestions on what to do when the user opens a <HEAD> and forgets to
close it? At what point should we assume the closure of the <HEAD>? We can't
do it at the first thing that the browser thinks shouldn't be there, because
in that case, a browser that didn't understand <STYLE>data</STYLE> would
assume closure of the HEAD as soon as it saw "data". I suppose we can assume
it at the <BODY>, but we still leave the opportunity for a doc with <HEAD>,
not </HEAD> and no <BODY> which would just disappear into limbo inside the
browser. It sure worries me.
Eric