Table minmax
How do different layout algorithms deal with table with an infinite max width?`
Block layout clamps the max width, but flex/grid/table layouts do not. What happens?
Block layout
Block layout with floats
Table layout
Flex layout 1 1 auto
Edge is wider than flexbox
Flex layout 0 0 auto
Empty table sizes
Completely empty table
Completely empty table with min-content width
Completely empty table with max-content width
Completely empty table with width/height
Empty table with border spacing
Edge has width
Table with just tbody and border spacing
Chrome Legacy has width and 1/2 height. Edge has width. Proposal: make table empty.
Table with tbody, tr, and border spacing
Edge has height, 1/2 width. Chrome Legacy has width/height. Proposal: make table empty.
Empty table with borders
Edge has width 30, height 20
Empty table with padding
Edge has width 30, height 20
Empty table with caption