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 uprefactor the way of getting controls owned by the form #21495
Comments
|
cc @KiChjang |
|
I don't think that code has been updated to take advantage of the changes in #3553 yet. |
|
I think we usually fill the issue number, which is opened for the description, into In this case, maybe modifying this comment to avoid misleading is better.
|
|
I think the better solution here is to fix the underlying issue, rather than to fix the wording of the comments. @tigercosmos Do you want to make a PR for the changes? |
|
I can have a try. I don't look much about this code. @KiChjang Do you remember why you said it is incorrect, and what do you expect it would be like? |
|
At least one thing is testably wrong relating to this. html/semantics/forms/the-form-element/form-nameditem.html expects an earlier |
|
There's a FIXME(#3553) that probably really means this issue. |
servo/components/script/dom/htmlformelement.rs
Lines 495 to 498 in a1abdde
#3553 is closed.
There is a merged PR in #15938.