https://www.w3.org/Bugs/Public/show_bug.cgi?id=23106
Bug ID: 23106
Summary: Spec should treat content type as an opaque string
Classification: Unclassified
Product: WebAppsWG
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: File API
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Bug 18521, bug 18523, bug 18528 and bug 18529 claim:
> We've decided to treat type as an opaque string.
However, the Blob constructor [1] and the slice method [2] still lower-case
their argument and limit it to the U+0020-U+007E range. This seems
inconsistent.
[1] http://dev.w3.org/2006/webapi/FileAPI/#constructorBlob
[2] http://dev.w3.org/2006/webapi/FileAPI/#dfn-slice
--
You are receiving this mail because:
You are on the CC list for the bug.