Re: [css-houdini-drafts] [css-properties-values-api] is initialValue required when syntax is not "*"?

In step 2:

> If |syntax| is not present, or is equal to <code>`"*"`</code> (U+002A ASTERISK), let |parsed syntax| be undefined, and skip to the next step of this algorithm.

Thus either omitting the syntax or explicitly specifying `"*"` makes |parsed syntax| be undefined, hitting the appropriate clause in step 3 that allows an omitted initial value.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/286#issuecomment-323846743 using your GitHub account

Received on Monday, 21 August 2017 20:38:34 UTC