Bug 129716
Summary: | Adjust the "Reset the form owner algorithm" to match the spec | ||
---|---|---|---|
Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
Component: | Forms | Assignee: | 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 |
David Kilzer (:ddkilzer)
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
<rdar://problem/16220091>
Ahmad Saleem
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?
Ryosuke Niwa
Merging these no longer makes sense because our codebase has sufficiently diverged.