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] need to distinguish CSSStyleValue.parse vs parseAll #311

Closed
plinss opened this issue Sep 22, 2016 · 1 comment
Closed

[css-typed-om] need to distinguish CSSStyleValue.parse vs parseAll #311

plinss opened this issue Sep 22, 2016 · 1 comment
Assignees

Comments

@plinss
Copy link
Member

plinss commented Sep 22, 2016

So that return types don't change when properties are upgraded to list values

@tabatkins
Copy link
Member

Specifically, .parse('background-position', 'center center, top left') just returns a single CSSStyleValue representing the "center center". .parseAll() with the same args would return a length-2 array.

shans added a commit that referenced this issue Apr 3, 2017
@shans shans closed this as completed Apr 3, 2017
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