[Bug 13995] <track> Don't check Content-Type for <track>

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13995

--- Comment #33 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-10-26 20:45:46 UTC ---
The reason for the image/svg+xml thing is to minimise how much we ignore
Content-Type, so if that applies here too, we shouldn't do any sniffing...

Anyway, looks like what you want is for <track src>, first do signature
inspection (sniffing), and if that doesn't find anything, then trust the MIME
type. Since there's only one signature, I can just do that inline instead of
requiring changes to MIMESNIFF. That will also mean that there's no need for
any magic in the navigation step.

-- 
Configure bugmail: http://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 Wednesday, 26 October 2011 20:45:52 UTC