[fxtf-drafts] [motion-path] <size> type links to incorrect definition (#430)

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

== [motion-path] <size> type links to incorrect definition ==
https://github.com/w3c/fxtf-drafts/blob/5e2f36c2377d4a88e07d57e0d84ab97b163a3ed2/motion-1/Overview.bs#L129

I'm not actually sure where this link is defined but the `<size>` type is linked to https://drafts.csswg.org/css-images-3/#typedef-size.  This definition allows the use of `<length>` and `length-percentage`:
```
size = closest-side | farthest-side | closest-corner | farthest-corner | <length> | <length-percentage>{2}
```

The motion-path spec however, defines `<size>` as:
```
size = closest-side | farthest-side | closest-corner | farthest-corner | sides
```

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


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

Received on Thursday, 10 June 2021 17:42:11 UTC