RESOLVED WORKSFORME21582
multiple input type=radio elements may be selected
https://bugs.webkit.org/show_bug.cgi?id=21582
Summary multiple input type=radio elements may be selected
Ricardo Vieitez
Reported 2008-10-13 17:41:11 PDT
When there are multiple input type=radio elements placed outside a form, multiple fields may be selected. However, this isn't the expected behavior as the HTML specs do not require input elements to be inside a form. The name attribute should be used to identify radio buttons that are in the same set, an only one should be selected at a time.
Attachments
testcase (621 bytes, text/html)
2008-10-13 17:43 PDT, Ricardo Vieitez
no flags
Ricardo Vieitez
Comment 1 2008-10-13 17:43:06 PDT
Created attachment 24334 [details] testcase
Adam Klein
Comment 2 2012-03-15 12:22:04 PDT
Works in modern WebKit.
Note You need to log in before you can comment on or make changes to this bug.