Closed
Bug 47053
Opened 24 years ago
Closed 24 years ago
CSS border drawing problems with <tr>
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
People
(Reporter: burnus, Assigned: pierre)
References
()
Details
(Keywords: testcase)
Attachments
(2 files)
Hi this is with 2000-07-31-04
go to the given URL (this is also an example for a page which renders awfully
slow) and have a look at the table:
The expected result are tree thin black lines. One over/under the table and one
over the second line. None is rendered.
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Comment 2•24 years ago
|
||
The first test comes from the CSS2 manual and should be rendered as
------ <- Blue
row1
------ <- Black
row2
------ <- Black
row3
but only the blue one appears.
Second test is the same as in the big URL file
Third case is the same as the second case, but I use the <table class="one">
Now some black lines appear, but completely messed up.
(There is one difference between the Testcases two/three and the URL, the
testcases use border: in the last row, the URL uses border-bottom)
Comment 3•24 years ago
|
||
Comment 4•24 years ago
|
||
Collapsed border model is hosed. Marking as a dup of 41262
*** This bug has been marked as a duplicate of 41262 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•