Closed
Bug 60747
Opened 24 years ago
Closed 24 years ago
Table global background rendering independently in each cell
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
WONTFIX
People
(Reporter: irivera, Assigned: karnaze)
References
()
Details
Attachments
(1 file)
19.13 KB,
application/zip
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.0; Windows 95)
BuildID: 2000111404
<table background="foo.jpg"> renders foo.jpg independently as multiple
backgrounds for all cells in the table. The CSS-1 property background-image
also produces this effect.
Reproducible: Always
Steps to Reproduce:
1. Go to http://justdd.metropoli2000.com
2. Look at the ListBot registration area: the background is repeated for each
cell of the table layout.
3. Load the page in IE4+ for comparison.
Actual Results: Each cell (<td>) of the table has a background inherited from
the <table> tag (I guess they shouldn't...)
Expected Results: Render a single background for the whole table.
Attaching testcase...
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Comment 2•24 years ago
|
||
By the way, the formatting in the test case is there just for ease at spotting
the effect (both in the <table> tag and the mini-stylesheet).
Comment 3•24 years ago
|
||
This is intentional (wrong) behaviour for backwards compatibility.
If you want correct behaviour, use a strict DTD instead of the transitional one,
e.g.:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd"
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•