Re: [csswg-drafts] [css-tables] Transposing table contents (#8529)

Flex has `flex-direction` which changes the direction of the main and cross axis. Meanwhile grid's columns and rows can be transposed by using `writing-mode`. However, the problem with using `writing-mode` is that it changes how the text is laid out in its children, which is not always desirable.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 6 March 2023 10:04:52 UTC