- From: Ian Hickson <ian@hixie.ch>
- Date: Mon, 5 Dec 2005 19:32:01 +0000 (UTC)
- To: "Patrick H. Lauke" <redux@splintered.co.uk>
- Cc: www-html@w3.org
On Sun, 4 Dec 2005, Patrick H. Lauke wrote: > > When using an object (for a WYSIWYG plugin) with a fallback form control > along the lines of > > <form> > <object> > <textarea></textarea> > </object> > <input type="submit" /> > </form> > > should the browser submit both the object value *and* the textarea value > even when the object was rendered succesfully? According to the WF2 proposal, yes. The definition of successful does not exclude form controls inside <object> elements: http://whatwg.org/specs/web-forms/current-work/#successful (WF2 is an unofficial draft proposal of extensions and clarifications to HTML4 and XHTML1's forms features that some Web browser vendors are using to get better interoperability.) -- Ian Hickson U+1047E )\._.,--....,'``. fL http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Monday, 5 December 2005 19:32:11 UTC