Re: [csswg-drafts] [css-view-transitions-1] UA CSS should add transform-origin to view-transition-group (#8370)

> What happens when authors override the UA default? Are there no writing mode or direction concerns with a top left default?

Devs changing the UA default would lead to unpredictable behaviour no matter what the default is. Since the `transform` value computed by the UA for the group will assume a particular value for `transform-origin`. The writing mode/direction is a good point. Its not intuitive for the transform to be relative to the top-left corner for RTL writing mode.

I'm going to close this issue then. The current spec uses the default value of `transform-origin` which is relative to the center of the box. That makes most sense in that it is immune to writing mode/direction.

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


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

Received on Friday, 3 March 2023 00:11:22 UTC