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

Incorrect normalisation on headless body #9

Closed
jhy opened this issue Feb 17, 2010 · 1 comment
Closed

Incorrect normalisation on headless body #9

jhy opened this issue Feb 17, 2010 · 1 comment
Labels
bug Confirmed bug that we should fix

Comments

@jhy
Copy link
Owner

jhy commented Feb 17, 2010

Parsing <html><body><span class="foo">bar</span> creates <html><body><span class="foo">bar</span><head></head></html>: in the normalisation process, the head element is appended to the html element, instead of prepended.

Thanks to Patrick Smith @ ucsc.edu for reporting the issue.

@jhy
Copy link
Owner Author

jhy commented Feb 17, 2010

Normalise head by prepending, not appending.

Closed by f3e4e56.

michael-simons pushed a commit to michael-simons/jsoup that referenced this issue Jul 12, 2011
zazi pushed a commit to dswarm/jsoup that referenced this issue Oct 15, 2015
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed bug that we should fix
Projects
None yet
Development

No branches or pull requests

1 participant