Why is styling table columns not allowed?
W3 specifies that only four CSS rules are allowed for table columns (with the <col> element) - border, background, width and visibility. Does anyone know the reasons behind this decision? If you can have borders and backgrounds, why not fonts and colours? Quentin Ian Hixie explains in detail here: The mystery of why only four properties apply to table columns . Relevant quote: The colour of text is dependent on the 'color' property of its element. Unless specified, the 'color' property (basically) defaults to 'inherit', which means "take the value of the parent element". So for some text in a