Re: Proposal: Constraints as dictionaries

On 21 November 2013 10:26, Jan-Ivar Bruaroey <jib@mozilla.com> wrote:
> Though, since you mention it, I would love to get rid of unsigned for
> width/height

Yeah, I think that we know how to deal with numbers out of the
supported range.  I imagine that most implementations will find it
hard to support negative (or zero) widths and heights for video.  720p
is a valid response to {min: -Infinity, max: 1080 }, just as many will
have difficulty with {min: -100, max: 0} and be unable to comply,
producing an overconstrained error.

Received on Thursday, 21 November 2013 19:16:43 UTC