Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML::Form - work around checked="" and selected="" [patch] [rt.cpan.org #43341] #45

Open
oalders opened this issue Mar 31, 2017 · 1 comment
Labels

Comments

@oalders
Copy link
Member

oalders commented Mar 31, 2017

Migrated from rt.cpan.org#43341 (status was 'open')

Requestors:

Attachments:

From perl@events.soundwave.net on 2009-02-17 02:41:16:

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.

From ether@cpan.org on 2017-01-25 21:37:26:

migrated queue: libwww-perl -> WWW-Mechanize
@simbabque simbabque transferred this issue from libwww-perl/WWW-Mechanize Sep 27, 2022
@simbabque
Copy link
Contributor

We should double-check the HTML spec for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants