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: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
                CC: [email protected]


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 on the CC list for the bug.

Reply via email to