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

The document "<!doctype html><p>Test" fails to render. #1324

Closed
sideshowbarker opened this issue Dec 2, 2013 · 3 comments
Closed

The document "<!doctype html><p>Test" fails to render. #1324

sideshowbarker opened this issue Dec 2, 2013 · 3 comments

Comments

@sideshowbarker
Copy link

@sideshowbarker sideshowbarker commented Dec 2, 2013

The document <!doctype html><p>Test (with no </p> end tag) fails to render in Servo. Discussing it with @Ms2ger on IRC, it seems the cause is there's no Text for the document in the DOM. Adding the </p> end tag causes it to render as expected.

@SimonSapin
Copy link
Member

@SimonSapin SimonSapin commented Dec 2, 2013

If this is non-trivial to fix, I’d suggest working on #1289 (Replace libhubbub) instead.

@sideshowbarker
Copy link
Author

@sideshowbarker sideshowbarker commented Dec 5, 2013

I agree with @SimonSapin that there's probably little point in trying to fix this in hubbub. I suspect there are probably other similar problems in hubbub but I filed this partly just to have a record of it as a known issue in case other people run into it and are confused.

@kmcallister
Copy link
Contributor

@kmcallister kmcallister commented Mar 10, 2014

Replacing the parser is now #1879.

kmcallister added a commit to kmcallister/servo that referenced this issue Oct 13, 2014
Closes servo#1324, fixed by html5ever.
kmcallister added a commit to kmcallister/servo that referenced this issue Oct 15, 2014
Closes servo#1324, fixed by html5ever.
kmcallister added a commit to kmcallister/servo that referenced this issue Oct 16, 2014
Closes servo#1324, fixed by html5ever.
kmcallister added a commit to kmcallister/servo that referenced this issue Oct 16, 2014
Closes servo#1324, fixed by html5ever.
mukilan added a commit to mukilan/servo that referenced this issue Oct 25, 2014
Closes servo#1324, fixed by html5ever.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.