[fxtf-drafts] [motion] Better definitions for initial position and initial direction

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

== [motion] Better definitions for initial position and initial 
direction ==
> Each shape or path must define an initial position for the computed 
value of "0" for offset-distance and an initial direction which 
specifies the rotation of the object on the initial position.

There's two things wrong here: 
- "computed value of `0`" isn't the phrase you want to use here, 
because `0%` and `0` are not equivalent computed values, but they 
should be treated equivalently here
- the initial direction only specifies the rotation of the object on 
the initial position if `offset-rotation` is defined to follow the 
path direction

So you need to make a stronger and more correct definition of these 
terms.

(Also, while you're at it, split this into a new paragraph? It's not 
the core definition of the property, so shouldn't be in that first 
paragraph.)

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

Received on Saturday, 5 November 2016 04:14:21 UTC