[mediacapture-main] Non-existent constraints attribute in 4.3.2

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

== Non-existent constraints attribute in 4.3.2 ==
[4.3.2 Tracks and 
Constraints](http://w3c.github.io/mediacapture-main/getusermedia.html#tracks-and-constraints)
 says:

"Each track maintains an internal version of the Constraints 
structure, namely a mandatory set of constraints (no duplicates) and 
an optional ordered list of individual constraint objects (may contain
 duplicates). The internal stored constraint structure is exposed to 
the application by the constraints attribute, and may be modified by 
the applyConstraints() method."

This paragraph seems redundant and outdated. There is no constraints 
attribute anymore, the internal description seems old and 
[getSettings](http://w3c.github.io/mediacapture-main/getusermedia.html#widl-ConstrainablePattern-getConstraints-Constraints)
 seems to cover everything else.

Also, the undefined term *Constraints structure* is used throughout, 
where I think we mean *Constraints dictionary*.

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

Received on Saturday, 10 October 2015 02:15:40 UTC