[Bug 18515] Provide more details on behavior of the media element when the key for an encrypted block is not available

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18515

--- Comment #29 from David Dorwin <ddorwin@google.com> ---
Domenic recently added a section on using promises for state transitions to the
TAG's promises guide:
https://github.com/w3ctag/promises-guide#more-general-state-transitions. We
could use this for "waiting for a key" (instead of "waiting" and
waitingFor="key").

The main advantage would be that authors can react to a "wait" that has already
occurred. Checking waitingFor has the same effect.

There is also the tradeoff of authors already using and being familiar with
"waiting" vs. changing the meaning of an established event and adding another
attribute.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 23 May 2014 00:08:06 UTC