Bug 129716 - Adjust the "Reset the form owner algorithm" to match the spec
Summary: Adjust the "Reset the form owner algorithm" to match the spec
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: https://www.w3.org/Bugs/Public/show_b...
Keywords: BlinkMergeCandidate, InRadar
Depends on:
Blocks:
 
Reported: 2014-03-04 16:41 PST by David Kilzer (:ddkilzer)
Modified: 2023-05-25 15:35 PDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.