Skip to content

[css-tables] Table fixup and replaced elements #470

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

Closed
gregwhitworth opened this issue Sep 13, 2016 · 1 comment
Closed

[css-tables] Table fixup and replaced elements #470

gregwhitworth opened this issue Sep 13, 2016 · 1 comment
Assignees
Labels
css-tables-3 Current Work

Comments

@gregwhitworth
Copy link
Contributor

gregwhitworth commented Sep 13, 2016

Compat Issues: Yes

Description:
CSS 2.1 says that replaced elements can use and should behave as their table-* display type.
No browser implements this, but the fallback behaviors diverge slightly (even per input type inside the same browser)

NOTE: this has an impact on table-fixup.

Proposed Option:
Replaced elements cannot be a table-* display type. Block or Inline is used as fallback as specified in the spec.

CSS 2.1 Option:
CSS 2.1 says that replaced elements can use and should behave as their table-* display type.

Testcases:
https://github.com/w3c/csswg-test/blob/css-tables/work-in-progress/microsoft/css-tables/table-model-fixup-2.html

Browsers Passing Test:
Every browser has issues, whichever the choice we make.
An attempt was made to make sense when possible.

@gregwhitworth
Copy link
Contributor Author

Closing as dupe to #508

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
None yet
Development

No branches or pull requests

1 participant