Does any specification describe how should behave table elements with set display:block in quirks mode?
I detected that MSIE and Firefox behave differently.
Firefox respects display:block for table elements, MSIE still display them as table, table-row, table-cell.
Should it be clarified?