[Bug 23106] New: Spec should treat content type as an opaque string

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: arun@mozilla.com
          Reporter: Ms2ger@gmail.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: public-webapps@w3.org

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.

Received on Friday, 30 August 2013 19:41:19 UTC