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 upHTMLElement::Offset{Parent,Left,Right} should call HTMLBodyElement::is_the_html_body_element #10520
Comments
|
Ideally there'd be a regression test for this, but I don't know how difficult that would be to write. |
frewsxcv
added a commit
to frewsxcv/servo
that referenced
this issue
Oct 9, 2016
…lement. Fixes servo#10520.
bors-servo
added a commit
that referenced
this issue
Oct 9, 2016
HTMLElement::Offset{Parent,Left,Right} should call is_the_html_body_element.
Fixes #10520.
<!-- 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/13659)
<!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Oct 9, 2016
HTMLElement::Offset{Parent,Left,Right} should call is_the_html_body_element.
Fixes #10520.
<!-- 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/13659)
<!-- Reviewable:end -->
frewsxcv
added a commit
to frewsxcv/servo
that referenced
this issue
Nov 4, 2016
…lement. Fixes servo#10520.
bors-servo
added a commit
that referenced
this issue
Jan 19, 2017
HTMLElement::Offset{Parent,Left,Right} should call is_the_html_body_element.
Fixes #10520.
<!-- 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/13659)
<!-- Reviewable:end -->
|
There's a solution in #13659; it's just missing a regression test and needs to be rebased. |
|
Still to be done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#10513
Spec links:
Relevant code