accept attribute on file input should allow in-browser upload

Jeff Schiller <[email protected]> Tue, 6 Apr 2010 19:16:05 -0500
Newsgroups gmane.comp.web.html.general
Message-ID <[email protected]>
http://dev.w3.org/html5/spec/forms.html#file-upload-state

specifies

"The accept  attribute may be specified to provide user agents with a
hint of what file types the server will be able to accept."

I believe this should be reworded to state:

"The accept  attribute may be specified to provide user agents with a
hint of what file types will be accepted."

This is because the file input element can be used for client-side
file reading [1].

Regards,
Jeff Schiller

[1] http://www.w3.org/TR/FileAPI/