19 Nov
2010
19 Nov
'10
9:22 p.m.
On Fri, Nov 19, 2010 at 06:15:45PM +0000, corvid wrote:
I wrote:
However, with <div style="text-indent: 1em; border: 1px solid"> <table border=1> <tr><td>I'm<td>a<td>table </table> text </div> firefox doesn't indent the text in the cells, and I don't know why not. The property inherits. Guess I have some deeper spec reading in my immediate future.
Ah, http://davidwalsh.name/firefox-internal-rendering-css shows table { .. text-indent: 0; }
Yeah tables seem to reset some CSS values traditionally. There is already a related comment in css.cc with the following link: http://developer.mozilla.org/En/Fixing_Table_Inheritance_in_Quirks_Mode Cheers, Johannes