[encrypted-media] Editorial: "this object" incorrectly used to reference MediaKeySession in HTMLMediaElement algorithm

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

== Editorial: "this object" incorrectly used to reference 
MediaKeySession in HTMLMediaElement algorithm ==
One of the steps in the `HTMLMediaElement`'s Encrypted Block 
Encountered algorithm says:
>If this object's _session type_ is `"persistent-usage-record"`, run 
the following steps:

It is really the object that contains the key that is being used. The 
appropriate session object should probably be assigned to a variable 
for use in this step and its sub-steps.

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

Received on Friday, 6 November 2015 22:21:38 UTC