Closed
Bug 293662
Opened 20 years ago
Closed 20 years ago
Firefox 1.0.3 doesn't display borders on table rows
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: srt, Unassigned)
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3 Firefox 1.0.3 doesn't display borders on table rows: <tr style="border: solid"> has no effect. Reproducible: Always
| Reporter | ||
Comment 1•20 years ago
|
||
First row should have a border and does not.
Comment 2•20 years ago
|
||
only style in original https://bugzilla.mozilla.org/attachment.cgi?id=183186 : <tr style="border: solid"> added to get it working: <head><style type="text/css">table {border-collapse: collapse;}</style></head> new testcase: <html> <head><style type="text/css">table { border-collapse: collapse; }</style></head> <body> <table><tbody> <tr style="border: solid"><td>R1C1</td><td>R1C2</td><td>R1C3</td></tr> <tr><td>R2C1</td><td>R2C2</td><td>R2C3</td></tr> </tbody></table> </body></html>
In the separated borders model, borders on table rows aren't supposed to be displayed.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 4•20 years ago
|
||
Ah, thank you. My bad, I just didn't understand the specification. I apologize for wasting your time!
You need to log in
before you can comment on or make changes to this bug.
Description
•