[csswg-drafts] [css-view-transitions-1] Size animation should use logical properties. (#9057)

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

== [css-view-transitions-1] Size animation should use logical properties. ==
We currently use `width` and `height` when setting up the default animation for pseudo-elements [here]( https://drafts.csswg.org/css-view-transitions-1/#setup-transition-pseudo-elements-algorithm:~:text=Set%20capturedElement%E2%80%99s%20group%20keyframes%20to%20a%20new%20CSSKeyframesRule%20representing%20the%20following%20CSS). And for keeping the end state in sync with the DOM elements [here]( https://drafts.csswg.org/css-view-transitions-1/#style-transition-pseudo-elements-algorithm:~:text=Set%20width%20to%20capturedElement%E2%80%99s%20old%20width).

This should probably use logical properties like block-size/inline-size? @noamr @fantasai @vmpstr 

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


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

Received on Tuesday, 11 July 2023 21:31:04 UTC