Closed
Bug 277155
Opened 20 years ago
Closed 20 years ago
-moz-border-radius not applied to tables with collapsed borders
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 209190
People
(Reporter: richy, Unassigned)
References
()
Details
Attachments
(1 file)
|
584 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a5) Gecko/20041122
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a5) Gecko/20041122
In 1.8 alpha 5 I noticed that the -moz-border-radius property no longer applies
to tables with collapsed borders.
Reproducible: Always
Steps to Reproduce:
1. Apply the following style sheet rule:
table {
border-collapse: collapse;
border: 1px solid black;
-moz-border-radius: 10px;
}
Actual Results:
The border-collapse: collapse; declaration prevents the edges from being rounded.| Reporter | ||
Comment 1•20 years ago
|
||
>In 1.8 alpha 5 I noticed that the -moz-border-radius property no longer applies
to tables with collapsed borders
Did that ever work? It should have never worked. Neither would I like to see
that working at all.| Reporter | ||
Comment 3•20 years ago
|
||
It did work up until this build. It works in FF 1.0. Padding is also not being applied. As to whether or not it should work, well, if Mozilla intends to go along with what the W3C is planning for the border-radius property, that property applies to *all elements*. There are no exceptions noted there. Why should a table with collapsed borders be an exception to curved edges?? Please explain your logic. Same is true of padding, the specs indicate that it applies to <table> elements.
Comment 5•20 years ago
|
||
This has never worked, and it won't work. Further, per comments in bug 209190, the spec will clearly spell out that it doesn't work. That bug has some explanations of the reasons. *** This bug has been marked as a duplicate of 209190 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•