Closed
Bug 60118
Opened 25 years ago
Closed 25 years ago
Table, transitional dtd, extra whitespace between rows
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
People
(Reporter: pollmann, Assigned: karnaze)
References
()
Details
Attachments
(1 file)
|
544 bytes,
text/html
|
Details |
In the navigation bar at the top of apple.com (and all pages under that domain),
there is extra whitespace between the rows that does not appear in Nav 4.x or
IE. The table explicitly specifies no whitespace, like this:
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0">
This works in IE, Nav 4.x, and Gecko as long as no DTD is specified. Is this
whitespace by design per some spec, or is it an error? If it is by design, how
can the web designer get around the problem?
| Reporter | ||
Comment 1•25 years ago
|
||
Comment 2•25 years ago
|
||
The space comes from the boxes inside the cells--not the cells themselves. As
per the CSS2 spec, the initial value for vertical-align in baseline--not bottom.
The designer can get around the problem.
*** This bug has been marked as a duplicate of 57371 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 3•25 years ago
|
||
Verified dupe; Apple's site now renders properly.
Status: RESOLVED → VERIFIED
The white space does not show up if you use the DTD for 4.0, but does
show up if you use the DTD for 4.01.
You need to log in
before you can comment on or make changes to this bug.
Description
•