[Webkit-unassigned] [Bug 13292] Table misdrawn in news article on cyclones.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 13 16:04:43 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=13292





--- Comment #5 from Julien Chaffraix <jchaffraix at webkit.org>  2012-07-13 16:04:43 PST ---
> FF, IE and Opera tables do not inherit the text-indent value from its parent.

I don't agree with this analysis. The <div> has text-indent set, yet all browsers indent the <p> too (you can even add new ones and they are indented) so there is some inheritance going on. Using the debugging tools on FF and Opera, I confirm that text-indent is inherited but that the rule doesn't apply.

For FF (I haven't dug the other browsers), it comes from the UA stylesheet: http://mxr.mozilla.org/mozilla-central/source/layout/style/html.css#248

FF, IE and Opera behavior doesn't really make much sense here but must reflect some web-authors' need. If we are to fix this bug, we should bring this issue to the standards body first.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list