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

Feature request: wildcard selector #120

Open
mjreed-wbd opened this issue Sep 10, 2019 · 1 comment
Open

Feature request: wildcard selector #120

mjreed-wbd opened this issue Sep 10, 2019 · 1 comment

Comments

@mjreed-wbd
Copy link

In CSS, I can use something like tr *:first-child to select the first child of every <tr>, regardless of the element's tag (here, presumably <td> or <th>). Pup should support this selector.

@tgifford-webfirst
Copy link

Until the PR gets merged, you can just leave off the tag like tr :first-child

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

2 participants