This repository was archived by the owner on Jun 7, 2018. It is now read-only.

Description
https://w3c.github.io/web-animations/#issue-5da8463f
Suggestion: We throw if the specification doesn't match the grammar, but we fall back to distribute if the property isn't recognized (and produce a console warning). This lines up with how we generally handle properties: we assume that UAs will differ in which properties they support and so we should avoid catastrophic failure in that case (i.e. throwing an exception).