In what cases justify the "height" attr of TD over use of the "height" attribute in TR. I understand needs to be bounded to a 2D space. And TR only has "height" because it's horizontal object concept. But TD could be qualified as a column so potentially could just be satisfied with a "width" attribute.
Sure, you can claim that TD is actually representing a table cell (w. x/y components) but a cell cannot exist w.o a table row so TD height is superfluous?