[css-houdini-drafts] [css-typed-om] "algorithm that coerces value into an appropriate type for a given property" calls "parse a CSSStyleValue" with missing arg

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

== [css-typed-om] "algorithm that coerces value into an appropriate type for a given property" calls "parse a CSSStyleValue" with missing arg ==
>      If value is a DOMString, Parse a CSSStyleValue with property property and value value and return the resulting value. If the result is null, throw a TypeError and exit this algorithm. Otherwise, append each list-valued property iteration in the result to a values to append object and return values to append.

This doesn't state whether `parseMultiple` is true/false.

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

Received on Sunday, 28 January 2018 23:14:48 UTC