Open
Bug 1384031
Opened 9 years ago
Updated 3 years ago
the behavior of border-radius properties applied to internal table elements
Categories
(Core :: Layout: Tables, enhancement, P3)
Core
Layout: Tables
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | wontfix |
People
(Reporter: ywu, Unassigned)
References
()
Details
Attachments
(2 files, 1 obsolete file)
In Bug 1375518, we noticed that gecko currently rounded the background on the table and table-cell, but not for row, row group, column, or column-group backgrounds as you can see the attachments. That behavior isn't particularly sensible and thanks to David to note this.
| Reporter | ||
Comment 1•9 years ago
|
||
| Reporter | ||
Updated•9 years ago
|
Attachment #8889800 -
Attachment description: table-border-radius.html → examples of border-radius on separated border model tables
| Reporter | ||
Updated•9 years ago
|
Attachment #8889797 -
Attachment description: border-radius-table.html → examples of border-radius on collapsed border model tables
Updated•9 years ago
|
Assignee: nobody → ywu
Priority: -- → P2
Whiteboard: [parity-chrome][webcompat]
Updated•8 years ago
|
status-firefox57:
--- → fix-optional
| Reporter | ||
Comment 2•8 years ago
|
||
Attachment #8889800 -
Attachment is obsolete: true
| Reporter | ||
Comment 3•8 years ago
|
||
I have filed an issue to csswg-drafts' github[1] to discuss this issues.
Browser test: Chrome, Firefox, IE, Opera, and Safari.
Note: The behaviors below are the same to these five browsers if there is no description of which browser it is.
1. border-collapse: separate
Effect on border and background:
The border-radius properties currently do apply to table and table-cell. Other internal table elements have no effects.
2. border-collapse: collapse
Effect on background:
The border-radius properties currently do apply to table and table-cell. Other internal table elements have no effects.
Effect on border:
The border-radius properties currently do not apply to the border on Chrome, Firefox, Opera, and Safari. The border-radius properties currently do only apply to table-cell on IE.
[1] https://github.com/w3c/csswg-drafts/issues/1880
URL: https://www.w3.org/TR/css3-background... → https://github.com/w3c/csswg-drafts/i...
| Reporter | ||
Updated•8 years ago
|
URL: https://github.com/w3c/csswg-drafts/i... → [https://github.com/w3c/csswg-drafts/...
| Reporter | ||
Updated•8 years ago
|
URL: [https://github.com/w3c/csswg-drafts/... → https://www.w3.org/TR/css3-background...
Updated•8 years ago
|
See Also: → https://github.com/w3c/csswg-drafts/issues/1880
Updated•8 years ago
|
Updated•8 years ago
|
status-firefox57:
--- → wontfix
| Reporter | ||
Updated•8 years ago
|
Assignee: ywu → nobody
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•