Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upThe document "<!doctype html><p>Test" fails to render. #1324
Labels
Comments
|
If this is non-trivial to fix, I’d suggest working on #1289 (Replace libhubbub) instead. |
|
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. |
|
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
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.