Re: Bug in HTML::Form support

2004-12-11 Thread Gisle Aas
Dan Kubb <[EMAIL PROTECTED]> writes: > Hi Gisle, > > > Are there other form elements than that might take labels? > > Yes, all the normal form elements can take labels. I'm > just not sure how you would use them without adding to > or changing the interface in HTML::Form. > > For tags that a

Re: Bug in HTML::Form support

2004-12-03 Thread Dan Kubb
Hi Gisle, > Is in common use? What browsers support it? The tag is fairly widely supported by the major browsers, especially in Mozilla and IE 4+ I believe. It was introduced in HTML 4, and continues on into XHTML 1 and 2. I wouldn't say it's in common use outside of developers, but it is he

Re: Bug in HTML::Form support

2004-12-03 Thread Gisle Aas
Dan Kubb <[EMAIL PROTECTED]> writes: > Anyway, the patch is attached. I'd appreciate comments, [...] > diff -ru old/lib/HTML/Form.pm new/lib/HTML/Form.pm > --- old/lib/HTML/Form.pm Tue Nov 30 03:25:00 2004 > +++ new/lib/HTML/Form.pm Fri Dec 3 00:44:02 2004 > @@ -96,7 +96,7 @@ >

Re: Bug in HTML::Form support

2004-12-03 Thread Gisle Aas
Dan Kubb <[EMAIL PROTECTED]> writes: > > One > Is in common use? What browsers support it? Regards, Gisle

Bug in HTML::Form support

2004-12-03 Thread Dan Kubb
Hi, This is sort of a bug report, as well as a patch submission. Today I was writing a test case using Test::WWW::Mechanize, and accessing an HTML::Form object to do some in-depth testing of an application. I noticed that HTML::Form only sometimes filled in the Input object's value_name field, w