Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-typed-om] algorithm for coercing value should specify parseMultiple flag #567

Closed
dbaron opened this issue Jan 26, 2018 · 1 comment
Closed

Comments

@dbaron
Copy link
Member

dbaron commented Jan 26, 2018

The spec describes an 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants