[Webkit-unassigned] [Bug 73320] New: 'application/octet-stream' is not a type the UA cannot render

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 29 07:25:46 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=73320

           Summary: 'application/octet-stream' is not a type the UA cannot
                    render
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric.carlson at apple.com


http://www.w3.org/TR/html5/video.html#dom-navigator-canplaytype says:

    The MIME type "application/octet-stream" with no parameters is never a 
    type that the user agent knows it cannot render. 

and:

    The canPlayType(type) method must return the empty string if type is a 
    type that the user agent knows it cannot render [...].

therefore, canPlayType("application/octet-stream") must not return "".

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list