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

ph-css parser cannot parse pseudo class containing attribute selector #101

Closed
subbudvk opened this issue Aug 30, 2024 · 3 comments
Closed
Assignees

Comments

@subbudvk
Copy link

I tried parsing has() pseudo class containing attribute selector which failed.

Like has(name='a') {} which is valid. But looks like has() isnt supported at all, and this combination issue could exist for existing supported pseudo classes

@subbudvk
Copy link
Author

@phax

@phax phax self-assigned this Aug 31, 2024
@phax
Copy link
Owner

phax commented Aug 31, 2024

The main issue here, are the relative selectors that are currently not supported: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_selectors/Selector_structure#relative_selector

phax added a commit that referenced this issue Sep 23, 2024
@phax
Copy link
Owner

phax commented Sep 23, 2024

So fixing this one together with #88 - sorry for the delay. Will be part of the 7.0.3 release

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