Re: [whatwg] [mimesniff] Treating application/octet-stream as unknown for sniffing

On Thu, Nov 29, 2012 at 12:57 PM, Boris Zbarsky <bzbarsky@mit.edu> wrote:
> canPlayType is not called "against a file".  It's called with a single
> argument which is a string MIME type.  If you pass
> "application/octet-stream", it will return "".  Its behavior does not depend
> on any state of the element it's called on (like what it's actually pointing
> to, etc); only on the string passed in.

Oh, I see. My mistake. (One should never attempt to understand
something after 2 AM.)

So... are there any additional places where "application/octet-stream"
should be treated as if the media type was undefined? Or is this
conversation moot now?

-- 
Gordon P. Hemsley
me@gphemsley.org
http://gphemsley.org/http://gphemsley.org/blog/

Received on Thursday, 29 November 2012 19:17:45 UTC