- From: <bugzilla@jessica.w3.org>
- Date: Fri, 10 Aug 2012 10:14:35 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=18521
           Summary: Spec is unclear about lower-casing content types
           Product: WebAppsWG
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: File API
        AssignedTo: arun@mozilla.com
        ReportedBy: Ms2ger@gmail.com
         QAContact: public-webapps-bugzilla@w3.org
                CC: public-webapps@w3.org
It is unclear what the type of
new Blob([], { type: "TEXT/HTML" })
or 
new Blob().slice(0, 0, "TEXT/HTML");
should be ('text/html' or 'TEXT/HTML').
(Firefox has 'TEXT/HTML' twice; Chrome has 'text/html' for the former and
'TEXT/HTML' for the latter.)
-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Friday, 10 August 2012 10:14:40 UTC