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 upuse updated html5ever TraversalScope type #17896
Closed
Conversation
highfive
commented
Jul 27, 2017
4560cf3
to
c9c33f3
|
Looks good! We'll need to update to html5ever before this can merge, though. |
components/script/dom/element.rs
Outdated
| @@ -1999,7 +1999,9 @@ impl ElementMethods for Element { | |||
| /// https://w3c.github.io/DOM-Parsing/#widl-Element-innerHTML | |||
| fn GetInnerHTML(&self) -> Fallible<DOMString> { | |||
| // XXX TODO: XML case | |||
| self.serialize(ChildrenOnly) | |||
| let qname = QualName::new(None, self.namespace().clone(), | |||
This comment has been minimized.
This comment has been minimized.
c9c33f3
to
fbb3e00
|
This is now waiting on servo/html5ever#304 and new published versions of the various parser crates. |
|
html5ever 0.20 has been released! You'll want to update the script/ Cargo.toml to make use of it. |
This was referenced Oct 4, 2017
|
Rebased in #18747. Thanks! |
bors-servo
added a commit
that referenced
this pull request
Oct 6, 2017
Serializing childrenonly Rebased from #17896. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #14975 (github issue number if applicable). - [x] There are tests for these changes <!-- 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/18747) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this pull request
Oct 7, 2017
Serializing childrenonly Rebased from #17896. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #14975 (github issue number if applicable). - [x] There are tests for these changes <!-- 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/18747) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this pull request
Oct 9, 2017
Serializing childrenonly Rebased from #17896. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #14975 (github issue number if applicable). - [x] There are tests for these changes <!-- 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/18747) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this pull request
Oct 9, 2017
Serializing childrenonly Rebased from #17896. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #14975 (github issue number if applicable). - [x] There are tests for these changes <!-- 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/18747) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
moonlightdrive commentedJul 27, 2017
•
edited by larsbergstrom
This PR depends on servo/html5ever#277
cc @jdm
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is