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 upImplement the HTML background attribute #5851
Conversation
highfive
commented
Apr 26, 2015
hoppipolla-critic-bot
commented
Apr 26, 2015
|
Critic review: https://critic.hoppipolla.co.uk/r/4805 This is an external review system which you may optionally use for the code review of your pull request. In order to help critic track your changes, please do not make in-place history rewrites (e.g. via |
|
I doubt you will merge it like that. get_background should probably be moved from HTMLBodyElementHelpers to something that is layout specific. If there was some way to get the document base inside legacy.rs everything would be a lot easier. |
|
components/script/dom/htmlbodyelement.rs, line 86 [r1] (raw file): components/script/dom/htmlbodyelement.rs, line 135 [r1] (raw file): Comments from the review on Reviewable.io |
|
|
|
@Ms2ger, what do you think is the right way to access an element’s base URL from |
|
There shouldn't be anything in |
waddlesplash
commented
May 26, 2015
|
@evilpie Any update on this? If you're unable to continue, I might be able to spare some time to complete it... |
|
I am going to continue working on this soon. |
If I understand correctly, you mean that this should use the new infrastructure for presentational hints where the work happens in |
|
@Ms2ger ↑ |
|
Sorry, I am not quite sure how to use Ref<>. |
|
|
|
I rebased this again. I still not sure how to use Ref<>. |
|
@SimonSapin ping |
|
@bors-servo r+ Review status: 0 of 2 files reviewed at latest revision, 2 unresolved discussions, all commit checks successful. components/script/dom/htmlbodyelement.rs, line 102 [r1] (raw file): Comments from the review on Reviewable.io |
|
|
Implement the HTML background attribute Fixes #5835 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5851) <!-- Reviewable:end -->
evilpie commentedApr 26, 2015
Fixes #5835