Closed
Bug 296938
Opened 20 years ago
Closed 20 years ago
Bottom border of bottom table row not following border-collapse conflict resolution
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jnoreiko, Unassigned)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
|
709 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.8) Gecko/20050511 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.8) Gecko/20050511 In the attached testcase, the overall table has no border specified. The bottom row has a 2px solid red border specified. Rule 2 of CSS Border conflict resolution would seem to say that the red border should be visible around the whole bottom row, but it isn't -- the bottom border is not displayed. (The same thing happens if the whole table is explicitly given a "border:none" rule.) However, add the same border styling to the middle row and the bottom border displays as expected! (remove the "x" in the source to see) Reproducible: Always
| Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
I see the mal-rendering with Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.8) Gecko/20050509 Firefox/1.0.4 I do not see the problem with Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050607 Firefox/1.0+ ID:2005060708
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•