[encrypted-media] Get Supported Capabilities for Media Type algorithm uses both "media type" and "media types"

ddorwin has just created a new issue for 
https://github.com/w3c/encrypted-media:

== Get Supported Capabilities for Media Type algorithm uses both 
"media type" and "media types" ==
As identified in #12, the [Get Supported Capabilities for Media Type 
algorithm](https://w3c.github.io/encrypted-media/#get-supported-capabilities-for-media-type)
 has a parameter named "media type" (for Audio vs. Video) and a local 
variable named "media types" (for codecs, etc.). This could be 
confusing, so we should rename one or both of them. Note that "media 
types" could contain more than codecs if supported by a UA. (RFC6381 
also defines profiles.)

I also wonder whether the "set of media types" in "Let media types be 
the set of media types specified by parameters" is generalizable. It 
certainly works for codecs, but what about other (potential) 
parameters?

See https://github.com/w3c/encrypted-media/issues/73

Received on Tuesday, 14 July 2015 17:55:56 UTC