[mediacapture-record] Bugs in isTypeSupported() example

ddorwin has just created a new issue for 
https://github.com/w3c/mediacapture-record:

== Bugs in isTypeSupported() example ==
https://w3c.github.io/mediacapture-record/MediaRecorder.html#check-for-mediarecorder-and-mimetype.x
 has the following issues:
 1. "video/webm" and "audio/webm" only specify the container, which is
 insufficient and should not be allowed (see #92).
 1. `h264` is not a valid codec string. The correct string is `avc1` 
or `avc1.xxxxxx`. Probably prefer the latter - see item (2) in #93.
 1. The strings in the `codecs` sequence are content types, not 
codecs. The  `codecs` and  `codec` variables should be renamed

Please view or discuss this issue at 
https://github.com/w3c/mediacapture-record/issues/94 using your GitHub
 account

Received on Tuesday, 22 November 2016 00:55:27 UTC