forked from ashi009/node-fast-html-parser
-
Notifications
You must be signed in to change notification settings - Fork 111
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
Textarea renders erroneously #109
Comments
Yes, textarea is being treated as |
Textarea is not selfclosing https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea (even if it would be, the result above is not selfclosing either) |
Yeah, you are write. I will fix this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Textarea renders erroneously - not that only it doesn't use the separate close tag as in input (as I think it should), but it also misses
/>
closing tag.Output:
<textarea id="input_3">
The text was updated successfully, but these errors were encountered: