Bug 129716

Summary: Adjust the "Reset the form owner algorithm" to match the spec
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: ahmad.saleem792, eoconnor, ian, rniwa, syoichi, tkent, webkit-bug-importer
Priority: P2 Keywords: BlinkMergeCandidate, InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: https://www.w3.org/Bugs/Public/show_bug.cgi?id=22183

Description David Kilzer (:ddkilzer) 2014-03-04 16:41:27 PST
Google updated Blink to match this new spec:

Adjust the Reset the form owner algorithm to match reality
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22183

Merge candidates:

Adjust the "Reset the form owner algorithm" to match the spec
https://code.google.com/p/chromium/issues/detail?id=256797

Refactor form-association code so that it looks synchronized with the WHATWG specification.
http://src.chromium.org/viewvc/blink?view=rev&rev=165509

Form association by HTML parser should not work if the form element is not in the document tree.
http://src.chromium.org/viewvc/blink?view=rev&rev=165540

Revert of Form association by HTML parser should not work if the form element is not in the document tree.
http://src.chromium.org/viewvc/blink?view=rev&rev=165619

Form association by HTML parser should not work if the form element is not in the document tree.
http://src.chromium.org/viewvc/blink?view=rev&rev=165632
Comment 1 David Kilzer (:ddkilzer) 2014-03-04 16:41:52 PST
<rdar://problem/16220091>
Comment 2 Ahmad Saleem 2023-05-25 05:54:16 PDT
We only fail one test from WPT:

https://wpt.fyi/results/html/semantics/forms/resetting-a-form?label=master&label=experimental&aligned=&q=reset+form

Is this still needed?
Comment 3 Ryosuke Niwa 2023-05-25 15:35:09 PDT
Merging these no longer makes sense because our codebase has sufficiently diverged.