Closed Bug 1170048 Opened 9 years ago Closed 6 years ago

rowspan="2" exhibits the border in between the two joint cells

Categories

(Core :: Layout: Tables, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1405929

People

(Reporter: karlcow, Assigned: ywu)

References

Details

(Whiteboard: DUPEME)

A rowspan in between two cells still exhibits the border of the joint cells with a one text line spreading on the two cells. 

This is a bug reported initially on WebCompat.com. 
https://webcompat.com/issues/1077

The construct is 

<tr>
  <td rowspan="2"> 
    …
  </td>
  <td> 
    …
  </td>
  <td rowspan="2">
    …
  </td>
</tr>
<tr>
  <td>
    …
  </td>
</tr>

Screenshot
https://webcompat.com/issues/1077#issuecomment-105376803
A border-collapse issue, I bet...  and I'm pretty sure we have a bug on this already.
Whiteboard: DUPEME
I wonder if it's Bug 347335
my recent fixes of bug 1405929 or 1421887 could probably fix this.
I will confirm this.
Assignee: nobody → ywu
fixed by bug 1405929
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.