Closed Bug 11945 Opened 25 years ago Closed 25 years ago

Problem with rowspan and empty table row

Categories

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

x86
Windows 98
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: hyp-x, Assigned: karnaze)

Details

(Keywords: testcase, Whiteboard: [TESTCASE] hyp-x@inf.bme.hu)

Attachments

(1 file)

Version:
  1999-08-15-09 apprunner on Win98

Reproduction:
  See the example below, or in the attachment.

Actual result:
  The two cells are rendered with the same height.

Expected result:
  Cell1 should be taller than cell2 with the amount of the cellspacing value.

Resoulution:
  This renders as expected in Netscape 4.51 and Explorer 4.0

---
<table border=10 cellspacing=10>
  <tr>
    <td rowspan=2>cell1</td>
    <td>cell2</td>
  </tr>
  <tr>
  </tr>
</table>
Attached file 3 testcases
Whiteboard: [TESTCASE] hyp-x@inf.bme.hu
Status: NEW → ASSIGNED
Target Milestone: M11
Moving to M13.
Target Milestone: M13 → M14
mass move to m14.
Bulk moving [testcase] code to new testcase keyword. Sorry for the spam!
Keywords: testcase
This got fixed, but I'm not sure when.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Using 2/17 build, verified fixed.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: