[mediacapture-record] Minor corrections

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

== Minor corrections ==
In 
https://w3c.github.io/mediacapture-record/MediaRecorder.html#dom-mediarecorder-istypesupported

> 4. If type contains a media container that the MediaSource does not 
support, then return false.
> 5. If type contains a codec that the MediaSource does not support, 
then return false.

--> remove references to MediaSource 😋 

In 
https://w3c.github.io/mediacapture-record/MediaRecorder.html#dom-mediarecorder-requestdata

> If state is not inactive throw an InvalidStateError 

should read `if state is inactive`.

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

Received on Wednesday, 21 December 2016 00:25:28 UTC