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: accept a context tag name to Nokogiri::HTML5::DocumentFragment.parse #3183

Open
flavorjones opened this issue Apr 24, 2024 · 0 comments

Comments

@flavorjones
Copy link
Member

Currently, the XML and HTML4 document fragment parse methods accept a context tag name, but the HTML5 class does not.

This has made implementing code like https://github.com/flavorjones/nokogiri-html5-inference a little bit more challenging. It's a useful API and we should just support it.

This would be a good first issue for someone!

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

1 participant