The current layout was designed as a black box from CSS/DOM perspective, not respecting the underlying native layout/rendering engine. This is due to: The historical possibility of using the existing ...
Table layout is fundamentally different from all other CSS layout modes due to its bidirectional constraint system: cell content affects column width, which affects cell wrapping, which affects row ...