- From: Patrick H. Lauke <redux@splintered.co.uk>
- Date: Sun, 04 Dec 2005 00:26:13 +0000
- To: www-html@w3.org
I hope this is the right list for this type of question... 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? I would have thought not, as the textarea is effectively the alternative for situations in which the object can't be rendered. However, in IE6, IE7beta and FF 1.5 (and possibly other browser, haven't tested much further) submit both. Any thoughts? And an additional question, related to the above: what's the expected behaviour when a form contains 2 or more form controls with the same name attribute (not radio buttons ... something like text inputs)? Should the browser send an array of those values for that single name? P -- Patrick H. Lauke __________________________________________________________ re·dux (adj.): brought back; returned. used postpositively [latin : re-, re- + dux, leader; see duke.] www.splintered.co.uk | www.photographia.co.uk http://redux.deviantart.com __________________________________________________________ Web Standards Project (WaSP) Accessibility Task Force http://webstandards.org/ __________________________________________________________
Received on Sunday, 4 December 2005 00:26:17 UTC