Closed
Bug 31442
Opened 26 years ago
Closed 26 years ago
Left column borders in collapsing table border model
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
People
(Reporter: ian, Assigned: karnaze)
References
()
Details
(Keywords: css2, testcase)
STEPS TO REPRODUCE
See: http://www.bath.ac.uk/%7Epy8ieh/m/table-collapsed-border-col.html
That page uses the following styles:
table { border-collapse: collapse; }
colgroup { border-left: solid thick; }
ACTUAL RESULTS
Only the left-most column will have a left border, but according to CSS2,
all the columns should have a left border.
NOTES
This is not, as far as I can tell, a parser problem. Also, it works fine
for the _right_ border.
| Reporter | ||
Updated•26 years ago
|
I think this is one of the many problems mentioned in bug 2436, but it probably
deserves its own bug...
Comment 2•26 years ago
|
||
*** This bug has been marked as a duplicate of 31256 ***
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•