-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Support more css3 syntax #32
Comments
Closing for inactivity. |
It'd be nice to re-open this. I just ran into this and it was driving me crazy. I had some code that effectively does this:
Then I had 2 tests using
I did a bunch of debugging, and knew I was setting the backgroundImage appropriately, but jsdom wasn't recognized the attribute. |
^^ actually- I don't care if the |
it might be as easy as calling i've never looked at this codebase before, but might try to work on something if i get some time. thanks for your work on this!!! |
I logged a new issue for my request: I'll try to submit a PR this week. |
to do things right would require a big overhaul to the parsers I think. might make sense to use jison or some other context-free grammar parser.
The text was updated successfully, but these errors were encountered: