Re: [fxtf-drafts] [motion] Interaction with positioning

There are a couple of special cases where this isn't the full story.

If offset-position is a position, the motion path translation (and hence left/right/top/bottom if position is 'absolute') can be observed if 'rotate' or 'scale' are set.
https://drafts.csswg.org/css-transforms-2/#ctm

If offset-path is a geometry-box, or a basic shape (other than a circle or ellipse with implicit center), then the value of offset-position is ignored and we have absolute positioning even if offset-position is 'auto' and position is 'static'.
https://drafts.fxtf.org/motion-1/#offset-path-property

I have prepared a pull request to make this clearer, with these cases as examples.


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

Received on Sunday, 25 June 2017 21:23:25 UTC