Closed
Bug 46970
Opened 25 years ago
Closed 25 years ago
(see 22274) Table cells have extra padding at bottom if html4+ Doctype is used
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
People
(Reporter: olaf, Assigned: karnaze)
References
()
Details
When you use a doctype declaration higher than html 3.2, table cells get an
extra padding / whitespace on the bottom.
expected behavior: no extra spaces on the bottom
reproducable: allways
testcases:
1.) xhtml 1.0 doctype, table doesn't render correctly
uri: http://www.krrush.de/fritz/testxhtml10.html
2.) same as 1.) but doctype omitted, table renders correctly
uri: http://www.krrush.de/fritz/testnodoctype.html
3.) html 4.0 doctype, table doesn't render correctly
uri: http://www.krrush.de/fritz/testhtml40.html
4.) html 3.2 doctype, table renders correctly
uri: http://www.krrush.de/fritz/testhtml32.html
the lime-background color is only to show that the space gets added on the bottom ;)
Comment 1•25 years ago
|
||
(win98 2000072920)
only the case 1 is behaving incorrectly the other three are fine for me
Comment 2•25 years ago
|
||
I get it on #1 as well in linux 2000073009, however the rest seem to render
correctly.
Reporter: What build are you using? You you try a newer build
ftp://ftp.mozilla.org/pub/mozilla/nightly/latest/
Can anyone test for Win ME.
Comment 4•25 years ago
|
||
Confiriming bug as atleast one of the testcases does have the bug. Changing OS
to all since this bug isn't OS-specific.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows ME → All
Comment 5•25 years ago
|
||
For another example, visit http://www.conio.net/new/backup/ in Mozilla, then in
Netscape or IE. This document is valid XHTML 1.0. (win2k, 2000073020)
Maby its just me, but I'm not seeing whats wrong with you're conio example. I do
see a difference, but it appears to me based on what I can tell that mozilla is
rendering it properly, while netscape is kinda messing it up. Either way doesn't
seem a huge difference if I'm maby missing something please provide a screenshot
of what your seeing. Testing on 073108
Comment 7•25 years ago
|
||
I have posted screenshots at http://www.conio.net/new/ss/ to provide a side-by-
side comparison of IE, Navigator, and Mozilla.
Duplicate of bug 22274?
Comment 9•25 years ago
|
||
I confirmed "img { display: block }" solve the problem.
Marking dup.
*** This bug has been marked as a duplicate of 22274 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 11•23 years ago
|
||
housekeeping
Severity: major → normal
Summary: table cells have bottom-padding if doctype >html3.2 is used. → Table cells have extra padding at bottom if html4+ Doctype is used (see 22274)
Updated•23 years ago
|
Summary: Table cells have extra padding at bottom if html4+ Doctype is used (see 22274) → (see 22274) Table cells have extra padding at bottom if html4+ Doctype is used
You need to log in
before you can comment on or make changes to this bug.
Description
•