We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compat Issues: No
Description: The behavior currently specified in CSS 2.1 is not implemented by anyone.
The simplest path to interop is to forbid the behavior completely.
Proposed Option: Border-radius should be entirely ignored in collapsed-mode, on both table-root and table-cells.
CSS 2.1 Option: Border-radius should apply on the table-root, but its extent cannot be bigger than the cell forming the corner
Testcases: https://jsfiddle.net/wazhrfe3/2/
Browsers Passing Test: Chrome | Firefox | Opera | Safari
The text was updated successfully, but these errors were encountered:
The CSSWG resolved this issue during TPAC2016.
Border-radius should have no effect on tables in collapsed mode.
Sorry, something went wrong.
This isn't a CSS2.1 issue because CSS2.1 didn't have border-radius. :)
[css-tables] remove border-radius - fixes issue #475
2586baf
[css-tables] remove border-radius - fixes issue w3c#475
852a96b
No branches or pull requests
Compat Issues: No
Description:
The behavior currently specified in CSS 2.1 is not implemented by anyone.
The simplest path to interop is to forbid the behavior completely.
Proposed Option:
Border-radius should be entirely ignored in collapsed-mode, on both table-root and table-cells.
CSS 2.1 Option:
Border-radius should apply on the table-root, but its extent cannot be bigger than the cell forming the corner
Testcases:
https://jsfiddle.net/wazhrfe3/2/
Browsers Passing Test:
Chrome | Firefox | Opera | Safari
The text was updated successfully, but these errors were encountered: