[Webkit-unassigned] [Bug 27942] New: Form Reset does not work per w3c standard when single selection SELECT element has more than one option marked as selected.

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


https://bugs.webkit.org/show_bug.cgi?id=27942

           Summary: Form Reset does not work per w3c standard when single
                    selection SELECT element has more than one option
                    marked as selected.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: carol.szabo at nokia.com



Carol Szabo <carol.szabo at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #33978|                            |review?
               Flag|                            |


Created an attachment (id=33978)
 --> (https://bugs.webkit.org/attachment.cgi?id=33978)
Test page that shows the bug

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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list