Bug 50662

Summary: <object> should construct form data with a plugin
Product: WebKit Reporter: Kent Tamura <tkent>
Component: Plug-insAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ap, bashi
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 48821    
Bug Blocks:    

Description Kent Tamura 2010-12-07 19:35:57 PST
http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#form-submission-algorithm

> 8. Otherwise, if the field element is an object element: try to obtain a form submission value
> from the plugin, and if that is successful, append an entry to the form data set with name as
> the name, the returned form submission value as the value, and the string "object" as the type.
Comment 1 Alexey Proskuryakov 2010-12-08 14:06:20 PST
Duplicate of bug 13061?
Comment 2 Kent Tamura 2010-12-08 15:27:48 PST
(In reply to comment #1)
> Duplicate of bug 13061?

Oh, right.

*** This bug has been marked as a duplicate of bug 13061 ***