There are 2 completely different algorithms for table layout: with or without table-layout: fixed
Former will adapt width of cells to the author's will
Latter will adapt width of cells to the content (the relative quantity/width/whatever of content in cells)