[webkit-reviews] review requested: [Bug 27942] Form Reset does not work per w3c standard when single selection SELECT element has more than one option marked as selected. : [Attachment 33978] Test page that shows the bug

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 3 08:32:46 PDT 2009


Carol Szabo <carol.szabo at nokia.com> has asked  for review:
Bug 27942: Form Reset does not work per w3c standard when single selection
SELECT element has more than one option marked as selected.
https://bugs.webkit.org/show_bug.cgi?id=27942

Attachment 33978: Test page that shows the bug
https://bugs.webkit.org/attachment.cgi?id=33978&action=review

------- Additional Comments from Carol Szabo <carol.szabo at nokia.com>
HTML 4.01 which is honored by XHTML 1.0 and 1.1 specifies that when a select
element does not have the multiple attribute set a browser should never select
more than one option element even when the source of the page has multiple
options marked as selected as in this case (see sections 17.6.1 and 17.2.1 at
http://www.w3.org/TR/html401/interact/forms.html)

WebKit selects multiple options after the reset button is clicked, if these
options are selected in the source of the page even for a single selection
select element.


More information about the webkit-reviews mailing list