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

Parsing Custom Html Tags #209

Open
rafmartom opened this issue Feb 5, 2025 · 1 comment
Open

Parsing Custom Html Tags #209

rafmartom opened this issue Feb 5, 2025 · 1 comment

Comments

@rafmartom
Copy link

I am seing that I am unable to parse a custom html tag such as in the following example

curl https://angular.dev/api/forms/AbstractControlDirective | pup 'adev-reference-page'

Popping into the site with the browser, opening it with the developer tools you can select such asn element by

document.querySelector('adev-reference-page') 

Is this feature intentionally not implemented?

@gromgit
Copy link

gromgit commented Feb 8, 2025

It's not implemented, but I can't speak to @ericchiang's intent in this.

This specific project appears to be abandoned, so if you need such functionality, you'll have to use one of the (more-or-less) actively-maintained forks, like (picking one at random) https://github.com/gromgit/pup. 😁

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