Re: [fxtf-drafts] [motion-1] The computed value of offset-path: path(' ') (#392)

Blink treats `<path d=""/>` and `<path />` and `<path style="d: path('')" />` and `<path style="d: none" />` all as having path `none` - [example](https://jsfiddle.net/ericwilligers/jys1vLhk/). 

I don't see value in maintaining different computed style states for these.

The spec could state that `path()` with an empty path string serializes as `none`.


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

Received on Wednesday, 22 January 2020 23:40:07 UTC