Closed Bug 87800 Opened 23 years ago Closed 23 years ago

(see 22274) Extra table spacing (standard mode)

Categories

(Core :: Layout, defect)

x86
All
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 22274

People

(Reporter: moz, Assigned: karnaze)

References

()

Details

Attachments

(1 file)

1. Look at the blue table at the URL provided above.
2. Compare it to the (automatically translated) table at
http://translate.google.com/translate?hl=en&sl=de&u=http://www.siteware.ch/digichat/
That's how the table should look like. I know the code isn't flawless but as the
table get's rendered correctly with IE, NS4.x and in the translated version I'm
confused. I've tried to make a testcase but without success, sorry.
I can confirm it on Linux 2001062421.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Whiteboard: need testcase
I also see this in Build 2001062504.
Changing OS to All.

The following html shows the problem:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html>
 <body>
  <img src="http://siteware.ch/images/menu/menu-top.gif" width="120"
height="25"><br />
  <img src="http://siteware.ch/images/menu/startseite.gif" width="120"
height="18" border="0"/><br />
  <img src="http://siteware.ch/images/menu/separator.gif" width="120" height="5"
/><br />
  <img src="http://siteware.ch/images/menu/webhosting.gif" width="120"
height="18" border="0" /><br />
  <img src="http://siteware.ch/images/menu/separator.gif" width="120" height="5"
/><br />
  <img src="http://siteware.ch/images/menu/domains.gif" width="120" height="18"
border="0" /><br />
  <img src="http://siteware.ch/images/menu/separator.gif" width="120" height="5"
/><br />
  <img src="http://siteware.ch/images/menu/digichat.gif" width="120" height="18"
border="0" /><br />
  <img src="http://siteware.ch/images/menu/separator.gif" width="120" height="5"
/><br />
  <img src="http://siteware.ch/images/menu/support.gif" width="120" height="18"
border="0" /><br />
  <img src="http://siteware.ch/images/menu/separator.gif" width="120" height="5"
/><br />
  <img src="http://siteware.ch/images/menu/systemstatus.gif" width="120"
height="18" border="0" /><br />
  <img src="http://siteware.ch/images/menu/separator.gif" width="120" height="5"
/><br />
  <img src="http://siteware.ch/images/menu/agb.gif" width="120" height="18"
border="0" /><br />
  <img src="http://siteware.ch/images/menu/menu-bottom.gif" width="120"
height="23" />
 </body>
</html>

OS: Linux → All
Attached file testcase
The testcase I've just added appears blank if I access it through Bugzilla, but
if I save it to my hard disk, and access if from there, I can see it.
Any ideas on why that is the case?

In any case, the summary is misleading - there's no tables involved.
Updating summary.
Summary: Strange table spacing → Strange image spacing
THis should display like this because of vertical alignment in the block.
It is like images in tables where the image is on the baseline instead of bottom.

--> layout
Component: HTMLTables → Layout
QA Contact: amar → petersen
The whitespace is caused by different linespacing when using the document type
XHTML 1.0 Transitional instead of the navquirks mode without the doctype. Maybe
it's INVALID?
The translation is fine because it disables the doctype tag by prepending a
<BASE> tag before the content.

QA Contact: petersen → amar
Summary: Strange image spacing → Strange table spacing
Whiteboard: need testcase
yes it is INVALID.. but actually its a DUP

*** This bug has been marked as a duplicate of 22274 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
good dupe find. I can never find those. ;-)
verf.
Status: RESOLVED → VERIFIED
housekeeping. summary needs to be descriptive
Summary: Strange table spacing → (see 22274) Extra table spacing (standard mode)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: