[Webkit-unassigned] [Bug 84351] New: [Chromium] datalist: Inconsistent behavior of HTMLInputElement::list

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 19 10:29:12 PDT 2012


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

           Summary: [Chromium] datalist: Inconsistent behavior of
                    HTMLInputElement::list
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P1
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org
                CC: keishi at webkit.org
            Blocks: 27247


The specification says:

http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#concept-input-list
> If the list attribute does not apply, there is no suggestions source element.


For <input type=date list=foo>, it returns the <datalist id=foo> though the date type doesn't support datalist in Chromium yet.
For <input type=color list=foo>, it returns null though the color type doesn't support datalist in Chromium yet.

They should return null for consistency.

-- 
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