Last couple of patches
Jorge Arellano Cid <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Sebastian, After changeset 1a8661485c0b and e40f77531b5e, the bookmarks page is rendered with the largest width I've seen. As the patches deal with table apportioning, probably there's a small bug lurking there. I've also found another couple of test pages of mine (from my table apportioning test set) that also show the effect. It happens with tables using "width=AUTO with cells widths in percentages". Attached it goes. -- Cheers Jorge.- _______________________________________________ Dillo-dev mailing list [email protected] http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev
cs.html
(text/html, 739 B)
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Test</title>
</head>
<body leftmargin="0" topmargin="0">
width=AUTO with cells widths in percentages<br>
<table border=1>
<tr> <td width='70%'>70%
<td width='20%'>20%
<td width='10%'>10%
<tr> <td colspan="2" bgcolor=teal>1 2 3 4 5 6 7 8 9 10
<td>B
</table>
<table width='100%' border=1>
<tr> <td width='70%'>70%
<td width='10%'>10%
<td width='10%'>10%
<td width='10%'>e x t r a
<tr> <td colspan="2" bgcolor=teal>1 2 3 4 5 6 7 8 9 10
<td>B
<td >e x t r a
</table>
</body>
</html>