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.