[Webkit-unassigned] [Bug 95698] New: HTML file input elements do not fully implement "accept" according to HTML5 specs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 3 12:39:16 PDT 2012


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

           Summary: HTML file input elements do not fully implement
                    "accept" according to HTML5 specs
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.8
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dgatwood at mac.com


According to the current HTML spec:

    http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#attr-input-accept

The following is valid:

    <input type="file" accept=".myextension">

and should restrict the input to files with that extension.  Safari 6 does not seem to support this form of that attribute.  Please implement this functionality.

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