Welcome to WebHeadStart.org

Web Technologies

Sponsored By

WebHeadStart.org is currently in beta.
Please pardon our appearance as we work to provide you with the most comprehensive reference on today's web technologies.

Interested in advertising on WebHeadStart? Become an advertising partner today!

[WWW-HTML Mailing List Archive Home] [Messages By Thread] [Messages By Date]

object + fallback content in form submission

From: Patrick H. Lauke <redux@splintered.co.uk>
Date: Sun, 04 Dec 2005 00:26:13 +0000
Message-ID: <439237A5.6000005@splintered.co.uk>
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 GMT
Valid XHTML 1.0! Valid CSS! Site Map | Privacy Policy | Terms of Use | WebHeadStart.org © 2005 All Rights Reserved.