-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
gh-118350: Fix support of elements "textarea" and "title" in HTMLParser #135310
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
base: main
Are you sure you want to change the base?
Conversation
There are more fundamental issues in HTMLParser (see #135661). I'll review this PR after fixing them. |
There were more fundamental issues in HTMLParser (see #135661). Now many of them are fixed, and the rest should not conflict with this PR. Please update the PR. Tests for |
There were some errors in the implementations -- it was not able to find the closing tag and did not work with This issue is now classified as a security issue, like many other HTMLParser issues. |
This is a PR where comments and tests are implemented based on feedback from the draft PR: #121770