https://bugzilla.wikimedia.org/show_bug.cgi?id=32475
--- Comment #3 from j^ <[email protected]> 2011-11-19 11:30:47 UTC --- Testing on 10.6.8 with Safari 5.1.1: With XiphQt/WebMComponent/Perian installed in Safari: document.createElement('video') .canPlayType('video/ogg codec="theora,vorbis"') properly returns 'maybe' removing components from /Library/Components, /Library/QuickTime and restarting Safari document.createElement('video') .canPlayType('video/ogg codec="theora,vorbis"') properly returns '' So this works as expected. supportedMimeType('video/ogg') on the other hand keeps reporting true (after XiphQt was installed once?). I can see no way to reset this. So unless there was a know reason to do this supportedMimeType fallback check, I would remove it. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
