You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One application I'm using WWW::Mechanize against sends out form elements
like the following:
<option ... SELECTED="" />
<input type="checkbox" ... CHECKED="" />
HTML::Form parses those as being not selected and not checked, which is
not what the application intended. (The application may very well be
wrong, but it works on popular browsers..)
This patch makes HTML::Form parse those the same way as the popular
browsers.
Migrated from rt.cpan.org#43341 (status was 'open')
Requestors:
Attachments:
From perl@events.soundwave.net on 2009-02-17 02:41:16:
From ether@cpan.org on 2017-01-25 21:37:26:
The text was updated successfully, but these errors were encountered: