Re: [fxtf-drafts] [motion-1] offset-anchor:auto is nonsensical (#502)

After some archaeology, the "computes to the value from offset-position" was *meant* to give transforms a kind of background-position-like percentage behavior - `offset-position: 100% 0%; offset-anchor: auto;` would end up putting the element's starting position in the top-right corner, similar to how `background-position: 100% 0%` does for a background tile.

However, that's (a) already achievable with just *slightly* more manual work, by repeating the % yourself in both properties, and (b) as noted, completely nonsensical when offset-position is *not* written in percentages.

So yeah, my proposal stands; I think it's the only reasonable and consistent way to make this all work.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/fxtf-drafts/issues/502#issuecomment-1458861058 using your GitHub account


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

Received on Tuesday, 7 March 2023 20:54:14 UTC