[mediacapture-main] Fitness distance must interpret plain values in advanced array as exact.

jan-ivar has just created a new issue for 
https://github.com/w3c/mediacapture-main:

=  Fitness distance must interpret plain values in advanced array as 
exact. =
Right now, the advanced array in [Example 
3](http://w3c.github.io/mediacapture-main/getusermedia.html#constrainable-interface)
 does squat, unless it's re-written as:

    var constraints     {
      width: {min: 640, ideal: 1280},
      height: {min: 480, ideal: 720},
      advanced: [{width: {exact: 1920}, height: {exact: 1280 } },
                 {aspectRatio: 1.3333333333}]
    };


See https://github.com/w3c/mediacapture-main/issues/128

Received on Friday, 6 February 2015 01:19:44 UTC