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

Can I use + ~ > in my selectors? #163

Open
amigaosz opened this issue Oct 5, 2021 · 2 comments
Open

Can I use + ~ > in my selectors? #163

amigaosz opened this issue Oct 5, 2021 · 2 comments

Comments

@amigaosz
Copy link

amigaosz commented Oct 5, 2021

I'm not sure if I just haven't seen the documentation or issue post about the topic I'm writing about or if it is not implemented (yet). Is there any possibility to select items with the + ~ and > options like described here: https://www.w3schools.com/cssref/css_selectors.asp ?

I'm trying this but it seems not to work, my output is empty:

table tr:nth-child(1) td:nth-child(2) h2:nth-child(2) + p text{}

@gromgit
Copy link

gromgit commented Oct 5, 2021

What's the HTML source you're operating on?

@mazznoer
Copy link

mazznoer commented Oct 8, 2021

~ operator is not implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants