> -----Original Message-----
> From: Ben Curtis [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, 7 September 2005 2:32 AM
> To: wsg@webstandardsgroup.org
> Subject: Re: [WSG] Images as accessible form buttons
> 
> 
> On Sep 5, 2005, at 11:54 PM, Andreas Boehmer [Addictive Media] wrote:
> 
> > I then thought I should use <input type="image">, but 
> realised that  
> > this
> > doesn't work in all browsers. IE, for example, has got the nasty  
> > habbit of
> > submitting name.x=0&name.y=0 when these kind of buttons are  
> > clicked, which
> > can make it really difficult if you have got multiple buttons in  
> > one form
> > and you wish to detect which of them was clicked.
> 
> The .x and .y values are according to spec; any browser that doesn't  
> do this is broken. I suspect this is your best bet. Is the reason  
> it's difficult to use multiple submits because you are not receiving  
> a name=value in addition to the name.x=xx&name.y=yy values? If so,  
> then that browser is broken as well.

When you say it's "broken" you mean it doesn't adhere to the standards?
Well, that seems to be the case with IE 5 and IE 6. These browsers only
submits name.x=xx&name.y=yy values, no name=value in the querystring.
Firefox on the other hand submits both.

Whether you call it "broken" or not, the fact seems to remain that IE
doesn't handle these buttons correctly, which in the long run means they are
inaccessible. 


******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to