Small test case for bug in renderer floats

Koos Vriezen koos.vriezen at xs4all.nl
Sun Jul 28 14:15:15 BST 2002


Hi,

This is rendered wrong
  <html><body>
   <table style="float:left;" border=1><tr><td>table cell</table>
   some text
  </body></html>

or with a div

  <html><body>
   <div style="float:left;" border=1>div text<br>div text</div>
   some text
  </body></html>

Seems the float gets an extra left offset if the height is greater than
height of surrounding text.

Regards,

Koos Vriezen





More information about the kfm-devel mailing list