Re: [css-houdini-drafts] [css-properties-and-values-api] define how typed custom properties influence @supports

Would this be a little unintuitive? We would have "`(property: value)`
 implies that `property: value` is a valid declaration" for all 
standard properties, but `(--custom-property: value)` would mean 
something different (e.g. `@supports (--custom-property: 
invalid-value) { --custom-property: invalid-value }` would act 
strangely).

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

Received on Wednesday, 17 August 2016 22:17:27 UTC