RESOLVED FIXED 42222
reconstructActiveFormElements should reconstruct attributes as well
https://bugs.webkit.org/show_bug.cgi?id=42222
Summary reconstructActiveFormElements should reconstruct attributes as well
Eric Seidel (no email)
Reported 2010-07-13 18:15:30 PDT
reconstructActiveFormElements should reconstruct attributes instead
Attachments
Patch (16.89 KB, patch)
2010-07-13 18:47 PDT, Eric Seidel (no email)
abarth: review+
abarth: commit-queue-
Eric Seidel (no email)
Comment 1 2010-07-13 18:47:37 PDT
Adam Barth
Comment 2 2010-07-14 09:58:44 PDT
Comment on attachment 61453 [details] Patch LayoutTests/ChangeLog:5 + reconstructActiveFormElements should reconstruct attributes instead instead? LayoutTests/html5lib/resources/adoption01.dat:163 + | "document.getElementById("A").id = "B"" Nice test. Will this cause problems for us when we upstream these tests? We might want to separate tests that require scripts into their own dat file. WebCore/html/HTMLConstructionSite.cpp:303 + namespace { Please place this block at the top of the file. WebCore/html/HTMLConstructionSite.h:67 + // Used by the adoption agency. Please remove this comment.
Eric Seidel (no email)
Comment 3 2010-07-14 11:37:43 PDT
(In reply to comment #2) > (From update of attachment 61453 [details]) > LayoutTests/ChangeLog:5 > + reconstructActiveFormElements should reconstruct attributes instead > instead? Fixed. > LayoutTests/html5lib/resources/adoption01.dat:163 > + | "document.getElementById("A").id = "B"" > Nice test. Will this cause problems for us when we upstream these tests? We might want to separate tests that require scripts into their own dat file. I think we should do that when we understand the upstreaming requirements. > WebCore/html/HTMLConstructionSite.cpp:303 > + namespace { > Please place this block at the top of the file. Why? > WebCore/html/HTMLConstructionSite.h:67 > + // Used by the adoption agency. > Please remove this comment. OK. Fixed.
Eric Seidel (no email)
Comment 4 2010-07-14 11:50:30 PDT
Note You need to log in before you can comment on or make changes to this bug.