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

[cssom] serialising declarations with multiple components doesn't work #2212

Closed
gsnedders opened this issue Jan 21, 2018 · 1 comment
Closed

Comments

@gsnedders
Copy link
Contributor

See https://drafts.csswg.org/cssom/#serializing-css-values.

Given a CSS declaration of quotes: 'a' 'b:

Step 1 does nothing. Step 2 creates a list. Step 3 calls serialize a CSS component value with 'a' 'b'. This is nonsense because a b is not a component.

@gsnedders gsnedders added the cssom-1 Current Work label Jan 21, 2018
@fantasai
Copy link
Collaborator

fantasai commented Apr 4, 2018

@gsnedders Fixed in 599e204 !

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

2 participants