Closed
Bug 20326
Opened 26 years ago
Closed 26 years ago
TR BGCOLOR ignored in empty cells?
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
INVALID
People
(Reporter: sitsofe, Assigned: karnaze)
References
()
Details
Attachments
(3 files)
On the mentioned url, cells which are empty do not appear in white (IE 4.01
displays this as expected).
I am attacihng a testcase.
Expected:
Bottom right hand cell to be white.
Results
Bottom right hand cell is black.
System:
Build ID: 1999112908
| Reporter | ||
Comment 1•26 years ago
|
||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Comment 2•26 years ago
|
||
This looks like a Nav Quirk. Without a 'strict' doctype, 5.0 will render the
page as Nav does. If you put in a 'strict' doctype (see attached test case), 5.0
will render the page in 'standard mode' and the empty cell will be white.
Marking bug invalid.
Comment 3•26 years ago
|
||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
was there ever any release note or documentation about this?
In order for Mozilla to do IE style empty table cells, the webpage author should
add empty-cells: show; to their css for that table
You need to log in
before you can comment on or make changes to this bug.
Description
•