Comment 24 for bug 448686

Revision history for this message
In , Daniel Holbert (dholbert) wrote :

(In reply to comment #20)
> Well, with a livecd on the same eeepc901, vesa X driver, the bug doesn't show.
[SNIP]
> It seems to be a bug specific to intel X drivers, limited to table borders.

Interesting. This would explain comment 14 as well -- presumably the remote (working) X display from that comment was using non-Intel drivers, and so it didn't hit the bug.

> I wonder if other elements redefined as tables by CSS properties are also
> affected?

Yeah, they should be. In fact, a <table> element is essentially just implemented as a generic element "redefined as tables by CSS properties" -- see
http://mxr.mozilla.org/mozilla-central/source/layout/style/html.css#180