[encrypted-media] Algorithm references use title case inconsistently

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

== Algorithm references use title case inconsistently ==
When the spec references algorithms, as in "run foo bar algorithm," 
the case of the first letters is inconsistent. We have:
* foo bar (e.g. encrypted block encountered)
* Foo Bar (e.g. Get Supported Configuration)
* Foo bar? (e.g. Are insecure contexts allowed?)

We should pick one and make them consistent. Some of these are 
specified in encrypted-media.js, but there is at least one that is 
not.

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

Received on Monday, 5 October 2015 20:42:40 UTC