This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 23138 - Make type a ByteString
Summary: Make type a ByteString
Status: RESOLVED WONTFIX
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: File API (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Arun
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-03 13:59 UTC by Arun
Modified: 2013-09-06 17:27 UTC (History)
2 users (show)

See Also:


Attachments

Description Arun 2013-09-03 13:59:38 UTC
Bug 23106 suggests that since 'type' attribute is used over HTTP and parsed like Content-Type, it should be a ByteString.
Comment 1 Arun 2013-09-06 17:27:21 UTC
So actually, upon reflection, the restriction to ASCII, coupled with forcing lower case, makes byte sequence mappings trivial.  The spec. should stick to DOMString.