Oh well. Just found this here: http://developer.mozilla.org/En/Fixing_Table_Inheritance_in_Quirks_Mode Not sure whether I want to do anything about it. Adding quirks in browsers just causes web developers to add quirks to fix them and so on... Cheers, Johannes On Tue, Jun 23, 2009 at 01:16:05PM +0200, Johannes Hofmann wrote:
Hi,
trying to find the reason for the tiny fonts in gmail, I found the following:
<html> <head> <style type="text/css"> td {font-family: arial; font-size:50%} </style> </head> <body>
<table> <tr> <td> foo bar </td> </tr> <tr> <td> <table> <tr> <td>foo bar</td> </tr> </table> </td> </tr> </table>
</body> </html>
is rendered with the same font size in both lines in firefox, konqueror, and opera. Can someone enlighten me why the nested <td> does not decrease the font size again in the second line?
If I change the CSS to act on <table> instead of <td> it works as expected.
Cheers, Johannes
_______________________________________________ Dillo-dev mailing list Dillo-dev@dillo.org http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev