Skip to content

Instantly share code, notes, and snippets.

@theIV
Created May 24, 2011 19:05
Show Gist options
  • Save theIV/989412 to your computer and use it in GitHub Desktop.
Save theIV/989412 to your computer and use it in GitHub Desktop.
Firefox video.canPlayType awesomeness

Try your damndest to remember this.

At least when it comes to Firefox 4, the following are NOT equivalent, and will make calls to video.canPlayType to fail.

type="video/ogg; codecs='theora, vorbis'"

type='video/ogg; codecs="theora, vorbis"'

You want to use the second one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment