-
Notifications
You must be signed in to change notification settings - Fork 25
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
Nesting selectors like & > button
cannot be parsed
#77
Comments
I had to read the documentation till the end before posting. It looks like I should extend the tokens list to add the support for nesting selectors. |
Why did you close this? Supporting nesting selectors is a legit issue! |
I found that there is an example under Extensibility section: https://parsel.verou.me/?selector=%23foo+%3E+.bar+%2B+div.k1.k2+%5Bid%3D%27baz%27%5D%3Ahello%282%29%3Anot%28%3Awhere%28%23yolo%29%29%3A%3Abefore#:~:text=in%20the%20console!-,Extensibility,-You%20can%20import but if it could be supported out of the box, it'd be great. |
Yes, it definitely should be! |
Example: https://parsel.verou.me/?selector=%26+%3E+button
The reported error is:
The text was updated successfully, but these errors were encountered: