[css-houdini-drafts] [css-properties-values-api] Allow comma-separated lists in registered properties

Snugug has just created a new issue for https://github.com/w3c/css-houdini-drafts:

== [css-properties-values-api] Allow comma-separated lists in registered properties ==
When talking with @bfgeek about how the Layout API could be used as a pseudo-container query, I was brought back to my work on Breakpoint building string-based APIs and the need to have a differentiation between [space-seperated lists](https://drafts.css-houdini.org/css-properties-values-api/#supported-syntax-strings) (currently supported) and comma-separated lists (or **list-valued properties** per [Typed OM Level 1](https://drafts.css-houdini.org/css-typed-om/#list-valued-properties)).

So, the request is to either allow all registered properties to potentially be list-valued properties, or to add a configuration option to specify that a registered property is a list-valued property.

Thanks!

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

Received on Monday, 18 June 2018 12:41:08 UTC