Closed
Bug 46299
Opened 25 years ago
Closed 25 years ago
(see 22274) Extra padding in table cells even if cellpadding and cellspacing are zero (strict mode)
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
People
(Reporter: bart, Assigned: karnaze)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Win 9x 4.90)
BuildID: 2000072108
I find this to be a rather critical problem as Mozilla seems to be failing at
rendering a very basic HTML layout properly. The included URL,
http://www.gigabee.com/moztest/moztest1.html , explains the problem pretty
thoroughly. There's a table with cellpadding/cellspacing/border attributes set
to zero and inside it are images with vspace/hspace/border set to zero. Instead
of being displayed right against each other, the images are being displayed
with some spacing around them (there is no physical spaces added inside the
TDs).
Reproducible: Always
Steps to Reproduce:
Load attached URL.
Marking duplicate of invalid bug that explains the issues. See bug 22274 for
more info.
*** This bug has been marked as a duplicate of 22274 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 3•22 years ago
|
||
housekeeping
Severity: major → normal
Summary: Mozilla fails at rendering simple table cells without including padding → (see 22274) Extra padding in table cells even if cellpadding and cellspacing are zero (strict mode)
You need to log in
before you can comment on or make changes to this bug.
Description
•