Closed
Bug 84986
Opened 24 years ago
Closed 24 years ago
TABLE BGCOLOR not correctly displaying within cellpadding/spacing
Categories
(Core :: Layout: Tables, defect)
Tracking
()
People
(Reporter: awgy, Assigned: karnaze)
References
()
Details
(Keywords: testcase)
Attachments
(2 files)
Follow-up on earlier bug not well researched (sorry!). Mozilla 0.9.1 Build ID:
2001060703 doesn't appear to correctly show the BGCOLOR of a table within the
CELLSPACING within a TABLE. The spacing between cells is still within the
scope of the table, thus should render with the TABLE's BGCOLOR. The URL listed
should render as a TABLE with multiple-colored cells with a black border and
one black cell (black being the BGCOLOR of the TABLE itself). Mozilla does
render the black cell, but does not render the spacing with the proper color.
![]() |
||
Comment 1•24 years ago
|
||
Please try adding an HTML 4.01 strict doctype to the page. Does that help? I
bet you're seeing the effects of quirks mode here.
Reporter | ||
Comment 2•24 years ago
|
||
I've updated the test page to include a strict html 4.01 doctype. That helped
render the BGCOLOR on some of the TD elements, but not on the COLSPANned TD in
the middle. Its BGCOLOR is taking over the edges of the table itself, and the
BGCOLOR appears improperly rendered.
Confirming. Behavior is as described in 2001062004 Win98.
Reporter could you please attach the testcase to the bug, the URL does not work.
Reporter | ||
Comment 5•24 years ago
|
||
Reporter | ||
Comment 6•24 years ago
|
||
The background color should not any longer spill out of the table, bug 86220.
The question is whether the row coloring should color the tablespacing. See bug
46268 for some further discussion and the following posts+ followups:
http://lists.w3.org/Archives/Public/www-style/1999Jul/0083.html
http://lists.w3.org/Archives/Public/www-style/2001Jun/0041.html
http://lists.w3.org/Archives/Public/www-style/2001Jun/0069.html
+ followups
bug 4510 is also quite related. So I guess this bug is a dupe
Comment 8•24 years ago
|
||
*** This bug has been marked as a duplicate of 4510 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•