Skip to content
New issue

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

[css-tables] Border-collapsing breaking change from 2.1 #604

Open
gregwhitworth opened this issue Oct 14, 2016 · 1 comment
Open

[css-tables] Border-collapsing breaking change from 2.1 #604

gregwhitworth opened this issue Oct 14, 2016 · 1 comment
Labels
css-tables-3 Current Work

Comments

@gregwhitworth
Copy link
Contributor

This proposal does not respect these stated CSS 2.1 requirements:

UAs must compute an initial left and right border width for the table by examining the first and last cells in the first row of the table. The left border width of the table is half of the first cell's collapsed left border, and the right border width of the table is half of the last cell's collapsed right border. If subsequent rows have larger collapsed left and right borders, then any excess spills into the margin area of the table.

@gregwhitworth gregwhitworth added the css-tables-3 Current Work label Oct 14, 2016
@gregwhitworth
Copy link
Contributor Author

Adding the additional issue that was in the spec, but is technically related as we're just wanting approval for the changes to how border-collapsing works. But this is doing worse than Edge & Firefox but better than Chrom when row or colspanned cells have border styles which conflict with their neighbors. We feel this is a necessary tradeoff to make the model sane.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
css-tables-3 Current Work
Projects
css-tables-3
Needs discussion
Development

No branches or pull requests

1 participant