-
Notifications
You must be signed in to change notification settings - Fork 756
Closed
Labels
css-tables-3Current WorkCurrent Work
Description
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.
Browsers Passing Test:
Every browser has issues, whichever the choice we make.
An attempt was made to make sense when possible.
Metadata
Metadata
Assignees
Labels
css-tables-3Current WorkCurrent Work