[tvcontrol-api] Use of TVSourceConstraints

paulhiggs has just created a new issue for https://github.com/w3c/tvcontrol-api:

== Use of TVSourceConstraints ==
The definition of [TVSourceConstraints ](https://www.w3.org/TR/tvcontrol-api/#tvsourceconstraints-dictionary)on 6.7 says 
>>TVSourceConstraints represents the list of constraints recognized by a User Agent for controlling the Capabilities of a TVSource object. This dictionary is used as a function return value, and never as an operation argument.

It is used as an argument to several functions so the second sentence is incorrect.
- TVManager.getSource(TVSourceConstraints constraints);
- TVManager.isSourceAvailable(TVSourceConstraints constraints);
- TVManager.getChannelList(TVSourceConstraints constraints);

Please view or discuss this issue at https://github.com/w3c/tvcontrol-api/issues/53 using your GitHub account

Received on Monday, 20 March 2017 22:23:14 UTC