Closed
Bug 29971
Opened 25 years ago
Closed 25 years ago
Parsing of table with <td background=... >
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
People
(Reporter: genaud, Assigned: cbegle)
References
()
Details
Mozilla used : M14 (build ID : 2000022916)
The page looks different with Netscape and Mozilla.
The author probably wants the way it looks like in Netscape.
The difference seems to lie in the parsing of the <td> tags.
Here is an excerpt of this page code, that displays the top-left, top and top
right corner of the frame. "blank.gif" is a 1x1 pixel file showing noting.
<table>
<tr>
<td><img src=border_tl.gif></td>
<td background=border_t.gif><img src=blank.gif></td>
<td> <img src=border_tr.gif> </td>
</tr>
....
M14 seems to dupplicate the top border while Netscape does not.
I am not sure of what the correct implementation should be.
Comment 1•25 years ago
|
||
Please search bugzilla before reporting new bugs. Duplicate of 16008
*** This bug has been marked as a duplicate of 16008 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•