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 Range.getClientRects and Range.getBoudingClientRect (Work in progress) #10828
Conversation
highfive
commented
Apr 24, 2016
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @Manishearth (or someone else) soon. |
highfive
commented
Apr 24, 2016
|
Heads up! This PR modifies the following files:
|
c118872
to
3e4a06e
|
r? @KiChjang might not get time for this till next week |
|
components/script/dom/range.rs, line 910 [r13] (raw file):
So it's not one giant indented block. Comments from Reviewable |
|
Reviewed 1 of 2 files at r1, 1 of 2 files at r8, 1 of 2 files at r11, 1 of 1 files at r12, 1 of 1 files at r14. components/script/dom/range.rs, line 30 [r14] (raw file): components/script/dom/range.rs, line 909 [r14] (raw file): components/script/dom/range.rs, line 920 [r14] (raw file): components/script/dom/range.rs, line 929 [r14] (raw file): components/script/dom/range.rs, line 978 [r14] (raw file): components/script/dom/range.rs, line 979 [r14] (raw file):
This does not look like it is following the spec. tests/wpt/web-platform-tests/dom/ranges/Range-getBoundingClientRect.html, line 17 [r14] (raw file): tests/wpt/web-platform-tests/dom/ranges/Range-getClientRects.html, line 20 [r14] (raw file): Comments from Reviewable |
|
Review status: all files reviewed at latest revision, 9 unresolved discussions, some commit checks failed. components/script/dom/range.rs, line 909 [r14] (raw file): components/script/dom/range.rs, line 929 [r14] (raw file): components/script/dom/range.rs, line 979 [r14] (raw file): tests/wpt/web-platform-tests/dom/ranges/Range-getBoundingClientRect.html, line 17 [r14] (raw file): tests/wpt/web-platform-tests/dom/ranges/Range-getClientRects.html, line 20 [r14] (raw file): Comments from Reviewable |
|
Review status: all files reviewed at latest revision, 9 unresolved discussions, some commit checks failed. components/script/dom/range.rs, line 909 [r14] (raw file): Comments from Reviewable |
5581d76
to
4f922fe
highfive
commented
May 12, 2016
|
New code was committed to pull request. |
|
Looks like that rebase didn't work quite right... |
4f922fe
to
68e33c0
highfive
commented
May 12, 2016
|
New code was committed to pull request. |
68e33c0
to
523519d
highfive
commented
May 13, 2016
|
New code was committed to pull request. |
|
|
|
@jaysonsantos Is this still being worked on? |
|
Hey @KiChjang sorry for the late response. I wasn't able to understand the architecture of servo and the specs and I didn't have time these days. I think it is better to let someone that already know it and I will get an easier issue later. |
|
Okay, no problem! |
jaysonsantos commentedApr 24, 2016
Hi guys, I did this pull request so you can check if I am heading on the right track.
This should fix #8982 when done.
This change is