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 upAdd picture element #19431
Add picture element #19431
Conversation
highfive
commented
Nov 30, 2017
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @glennw (or someone else) soon. |
highfive
commented
Nov 30, 2017
|
Heads up! This PR modifies the following files:
|
highfive
commented
Nov 30, 2017
|
@jdm are we good to go? |
|
I believe we would also need to make changes to https://github.com/servo/servo/blob/master/components/script/dom/mod.rs, adding |
| * License, v. 2.0. If a copy of the MPL was not distributed with this | ||
| * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ | ||
|
|
||
| // https://html.spec.whatwg.org/multipage/#htmlimageelement |
This comment has been minimized.
This comment has been minimized.
KiChjang
Nov 30, 2017
Member
Shouldn't this link to https://html.spec.whatwg.org/multipage/#htmlpictureelement?
This comment has been minimized.
This comment has been minimized.
Rakhisharma
Nov 30, 2017
Author
Contributor
ah, yes this should be https://html.spec.whatwg.org/multipage/#htmlpictureelement. I will do the required changes and update. Thanks.
|
@Rakhisharma You need to add it to https://github.com/servo/html5ever/blob/master/markup5ever/local_names.txt unfortunately. |
|
@jdm I added |
|
The |
|
./mach test-tidy says:
From building:
|
| * License, v. 2.0. If a copy of the MPL was not distributed with this | ||
| * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ | ||
|
|
||
| use dom::htmlelement::HTMLElement; |
This comment has been minimized.
This comment has been minimized.
|
r? @jdm |
|
We've lost the changes to servo/components/script/dom/create.rs Lines 215 to 358 in cc8f930 |
|
@bors-servo: try |
Add picture element <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes are part of #11416 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/19431) <!-- Reviewable:end -->
|
@bors-servo r+ |
|
|
Add picture element <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes are part of #11416 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/19431) <!-- Reviewable:end -->
|
|
|
@bors-servo r+ |
|
|
Add picture element <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes are part of #11416 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/19431) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
Add picture element <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes are part of #11416 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/19431) <!-- Reviewable:end -->
|
|
Rakhisharma commentedNov 30, 2017
•
edited
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is