[Webkit-unassigned] [Bug 25310] New: HTMLSelectElement should return named options

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 21 09:48:06 PDT 2009


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

           Summary: HTMLSelectElement should return named options
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: davemoore at google.com


According to the HTML5 spec both HTMLSelectElement and HTMLOptionsCollection
should allow property access to named options.

This bug created a test case for this:
https://bugs.webkit.org/show_bug.cgi?id=25191

The test is LayoutTests/fast/dom/HTMLSelectElement/resources/named-options.js

Currently named options are possible only for HTMLOptionsCollection. It does
the correct behavior of returning a single option element if only one has the
name and a collection of option elements if more than one has the name.


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



More information about the webkit-unassigned mailing list