Closed Bug 1062858 Opened 10 years ago Closed 10 years ago

border-bottom problem with rowspan

Categories

(Core :: Layout: Tables, defect)

31 Branch
x86_64
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 935914

People

(Reporter: flavien.beninca, Unassigned)

Details

(4 keywords, Whiteboard: DUPEME)

Attachments

(1 file)

Attached image bug.png
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.103 Safari/537.36 Steps to reproduce: <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title>My template</title> <meta name="description" content="My template"> <style> table { border-collapse: collapse; } th, td { border-bottom: solid 1px #AAAAAA; padding: 5px; } </style> </head> <body class=""> <table> <tr> <th>th</th> <td>td</td> <th>th</th> <td>td</td> </tr> <tr> <th>th</th> <td>td</td> <th rowspan="2">th</th> <td>td</td> </tr> <tr> <th>th</th> <td>td</td> <td>td</td> </tr> <tr> <th>th</th> <td>td</td> <th rowspan="2">th</th> <td>td</td> </tr> <tr> <th>th</th> <td>td</td> <td>td</td> </tr> <tr> <th>th</th> <td>td</td> <th>th</th> <td>td</td> </tr> </table> </body> </html> Actual results: See attach file Expected results: See attach file
Component: Untriaged → General
Keywords: css2, css3, html4, html5
Component: General → Layout: Tables
Product: Firefox → Core
Whiteboard: DUPEME
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: