Have you tried it? Tables will take width and height values as “suggestions”. The browser will try to honor them, but in the end the values will be treated as minimum height/widths. Since all cells in a given column are the same width, and all cells in a row the same height, setting the width value for one cell will control the width for the column. See §17 Tables.
Yes, but that doesn’t mean it is “right” or will always work…
Tables will take width and height values as “suggestions”. The browser will try to honor them, but in the end the values will be treated as minimum height/widths. Since all cells in a given column are the same width, and all cells in a row the same height, setting the width value for one cell will control the width for the column. See §17 Tables.
It’s neither good nor bad. It just is, and it doesn’t matter what the definition of is is.
A table will try to shrink-wrap its content. If the table’s width is set, it will try to equalized the cell widths, but bow to their content width. Were I you, I’d simply mark up the table with typical content, and decide what will best display that content.