Closed Bug 5069 Opened 25 years ago Closed 25 years ago

TD ROWSPAN miscalculates lower boundary for CELLSPACING > 0

Categories

(Core :: Layout: Tables, defect, P3)

x86
Windows 95
defect

Tracking

()

VERIFIED DUPLICATE of bug 2267

People

(Reporter: 3jrgm, Assigned: karnaze)

Details

Attachments

(1 file)

Not to add to the list, but I haven't seen this explicity stated under any
other bug reports (although it could well affect other rowspan-related bugs0.

<html><body>
  <table border cellpadding=0 cellspacing=15>
    <tr>
      <td rowspan=2>1,1</td>
      <td>1,2</td>
    </tr>
    <tr>
      <td>2,2</td>
    </tr>
  </table>
</body></html>

For Apr 9 & 11 viewer.exe Win95 opt, this simple case results
in the lower boundary of the 1,1 ROWSPAN cell extending lower than it
should. i.e., it appears to add (rather than subtract) the cellspacing
to it's base boundary. The cellspacing=15 simply makes this
error more visible; it exaggerates the error; it occurs for cellspacing > 0,
but it is only faintly noticeable at cellspacing ~ 1. It occurs in other uses of
(ROWSPAN > 1), but this is the base case.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 2267 ***
Status: RESOLVED → VERIFIED
Verified this bug a duplicate of #2267 in regards to the rowspan problem.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: