[csswg-drafts] [css-sizing] Is last remembered size logical or physical? (#7564)

Loirooriol has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-sizing] Is last remembered size logical or physical? ==
Suppose an element stores a last remembered size with width/inline-size of 100px and height/block-size of 200px.
Then we add `content-visibility: hidden` so that the element uses that last remembered size.
Then we set `writing-mode: vertical-lr`.

What's the size of the element?
 - width/block-size of 100px and height/inline-size of 200px (i.e. we stored width and height).
 - height/inline-size of 100px and width/block-size of 200px. (i.e. we stored inline-size and block-size).

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7564 using your GitHub account


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

Received on Wednesday, 3 August 2022 19:02:17 UTC