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?
http://www.w3.org/TR/2011/REC-CSS2-20110607/visudet.html mentions that width and height calculations are done differently for tables, many times.
and so on.