Re: [csswg-drafts] [cssom] Table row resolved width and height. (#4444)

> `width` and `height` on table rows have no effect

Are you sure? From https://drafts.csswg.org/css2/tables.html#height-layout

> it is the maximum of the row's computed 'height', [...]

If I set `height: 50px` to the row, the table grows from 42px to 50px.

`width` seems to have no effect indeed for horizontal writing modes. But if I set `writing-mode: vertical-lr` to the table, then `width` has effect (and `height` doesn't).



-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4444#issuecomment-546888707 using your GitHub account

Received on Monday, 28 October 2019 10:39:32 UTC