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 upProperly insert text in document when parsing #14867
Conversation
highfive
commented
Jan 5, 2017
|
Heads up! This PR modifies the following files:
|
highfive
commented
Jan 5, 2017
|
@bors-servo try |
Update html5ever to 0.12.1 and make use of its pop hook
|
This needs a little bit of comment. It's not clear what this is for unless you read the spec. r=me with that addressed. |
|
@bors-servo r=jack |
|
|
|
@bors-servo r=jack |
|
|
Update html5ever to 0.12.1 and make use of its pop hook <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14867) <!-- Reviewable:end -->
|
|
|
I forgot to update x5e, so style elements don't get parsed at all when in XHTML now... Looking into the other failures now. |
|
Oh nice. The new line number tracking means that every "\n" gets its own Text node because we don't coalesce adjacent Text children when parsing, thus many unrelated test failures. |
|
https://github.com/Ygg01/xml5ever/pull/24 for the XML issues. |
|
@bors-servo try |
Properly insert text in document when parsing <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14867) <!-- Reviewable:end -->
|
|
|
@bors-servo try |
Properly insert text in document when parsing <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14867) <!-- Reviewable:end -->
|
|
|
@bors-servo r=metajack |
|
|
|
|
Properly insert text in document when parsing <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14867) <!-- Reviewable:end -->
|
|
nox commentedJan 5, 2017
•
edited by larsbergstrom
This change is