<p dir="ltr">If that is not valid html, should it not raise an error instead of returning an incorrect parse tree?</p>
<p dir="ltr">Is there any way of making it parse it the way it is written anyway?</p>
<p dir="ltr">Chris<br>
</p>
<div class="gmail_quote">Am 08.06.2014 17:16 schrieb "Ben Hyde" <<a href="mailto:bhyde@pobox.com">bhyde@pobox.com</a>>:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word"><div>Ah, the joys of HTML - see, for example: <a href="http://stackoverflow.com/questions/9852312/list-of-html5-elements-that-can-be-nested-inside-p-element" target="_blank">http://stackoverflow.com/questions/9852312/list-of-html5-elements-that-can-be-nested-inside-p-element</a></div>
<br><div><div>On Jun 8, 2014, at 9:47 AM, Christopher Laux <<a href="mailto:ctlaux@gmail.com" target="_blank">ctlaux@gmail.com</a>> wrote:</div><blockquote type="cite"><div dir="ltr">Hi,<div><br></div><div>I think I've found a bug in closure. If I execute</div>
<div><br></div><div>(chtml:parse "<small><p>test1</p><p>test2</p></small>" (chtml:make-lhtml-builder))<br>
</div><div><br></div><div>> (:HTML NIL (:HEAD NIL)</div><div> (:BODY NIL (:SMALL NIL) (:P NIL (:SMALL NIL "test1")) (:P NIL "test2")))</div><div><br></div><div>I get that incorrect parse tree. The example is taken from a real website and the same happens inside the entire page. That happens both with the current git version and the quicklisp version (which might just be the same one).</div>

<div><br></div><div>Any help?</div><div><br></div><div>Chris</div><div><br></div></div>
_______________________________________________<br>Closure-devel mailing list<br><a href="mailto:Closure-devel@common-lisp.net" target="_blank">Closure-devel@common-lisp.net</a><br><a href="http://common-lisp.net/cgi-bin/mailman/listinfo/closure-devel" target="_blank">http://common-lisp.net/cgi-bin/mailman/listinfo/closure-devel</a><br>
</blockquote></div><br></div></blockquote></div>