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

Loading of page with textarea breaks rest of page #53

Closed
thomashub opened this issue Mar 9, 2014 · 2 comments
Closed

Loading of page with textarea breaks rest of page #53

thomashub opened this issue Mar 9, 2014 · 2 comments

Comments

@thomashub
Copy link

When I load a page that has a self-closed textarea on it, it seems as if the textarea is not properly closed, with the rest of the page's code is shown as content of the textarea. Example:

<textarea class="someclass" name="somename" id="someid rows="12" cols="500" /><!-- no closing tag, should be just an empty textarea -->

(it's an XHTML-page)

@ooxi
Copy link

ooxi commented Mar 12, 2014

Please describe your test case. Which browser (and version) did you use to recreate the bug? Best would be a minimal HTML file to recreate the bug.

@dieulot
Copy link
Owner

dieulot commented Mar 13, 2014

Same as #52 (comment), won’t fix.

@dieulot dieulot closed this as completed Mar 13, 2014
dieulot added a commit that referenced this issue Oct 25, 2016
Strict XHTML isn't supported #53
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

3 participants