Re: [fxtf-drafts] [motion] Should failed references be treated as `none` or as a `0deg` zero-length path?

> ray(0deg) is not suitable, because
(a) offset-distance might not be 0.
(b) rotation 'auto' causes a -90deg rotation.

You made a good point.

On second thought, the way to dealing with failed references in 
offset-path should be different in clip-path or shape-outside.

Then, the changes like below are reasonable?
- Failed references is treated as 'path(M10 10)' instead of 'none'
- For the zero-length path, 'offset-rotation: auto' is same as 
'offset-rotation: 90deg'

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

Received on Friday, 2 December 2016 06:40:36 UTC