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 Element::set_url_attribute #22568
Comments
|
@highfive assign me |
|
Hey @shanavas786! Thanks for your interest in working on this issue. It's now assigned to you! |
|
https://html.spec.whatwg.org/#reflecting-content-attributes-in-idl-attributes
I don't see why we should have a |
|
@nox good catch The CC @ferjm |
Implement Element::set_url_attribute <!-- 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: --> - [ ] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #22568 <!-- Either: --> - [ ] There are tests for these changes <!-- 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/22682) <!-- Reviewable:end -->
Element::set_url_attributethe counterpart to Element::get_url_attribute is not implemented yet. Once implemented the macro make_url_setter should use the new method instead ofElement::set_string_attribute.Related to: #22563 (comment) and #22454