- From: L. David Baron via GitHub <sysbot+gh@w3.org>
- Date: Fri, 26 Jan 2018 01:53:45 +0000
- To: public-houdini-archive@w3.org
dbaron has just created a new issue for https://github.com/w3c/css-houdini-drafts: == [css-typed-om] algorithm for coercing value should specify parseMultiple flag == The spec describes an [algorithm that coerces value into an appropriate type for a given property](https://drafts.css-houdini.org/css-typed-om-1/#algorithm-that-coerces-value-into-an-appropriate-type-for-a-given-property). It says: > Parse a CSSStyleValue with property property and value value and return the resulting value. I think it should also say that the parseMultiple flag should be true. And it should describe the value as a cssText, so I think it should instead say something more like: > Parse a CSSStyleValue with property property, cssText value, and parseMultiple true, and return the resulting value. Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/567 using your GitHub account
Received on Friday, 26 January 2018 01:53:54 UTC