Recently, I like using CSS-Table Layouts more and more.
When I had another issue with display:table
, @vincicat pointed out that a table layout would have the ability to break the assigned css width
/height
.
I experimented a little and came across browser inconsistencies: http://jsfiddle.net/fabb/WywqB/
in Chrome
in Opera
Is it true that display:table
can alter assigned CSS width
or height
? Are there any sources in the W3C specs stating that (I didn't find anything yet)?
Shouldn't the browsers behave the same? Which of the browsers is right?