In the version 8.0 beta 1 I could set the column-count property on a table to divide it in column. In the final version 8.0 this is no longer available. I do know that by the CSS design 'column-count' shouldn't be applied to table element, but is there a reason for it not to?
I could just as easily wrap the table in a div and set column-count in the div getting the same result, but it would be nicer to set it directly on the table, after all, both div and table are block level elements.
I could just as easily wrap the table in a div and set column-count in the div getting the same result, but it would be nicer to set it directly on the table, after all, both div and table are block level elements.