w3c / encrypted-media

Encrypted Media Extensions
https://w3c.github.io/encrypted-media/
Other
180 stars 80 forks source link

Wait for key: run the algorithm when value is false #444

Closed calvaris closed 5 years ago

calvaris commented 6 years ago

The second step of the algorithm bails out if the value is true but in the HTMLMediaElement extensions it is required to run the algorithm when its value is true, which is useless. Therefore the common sense requires that it is run when the value is false.

calvaris commented 5 years ago

This is wrong, closing