This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 19617 - "did store key" for addKey()
Summary: "did store key" for addKey()
Status: RESOLVED WONTFIX
Alias: None
Product: HTML WG
Classification: Unclassified
Component: Encrypted Media Extensions (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Adrian Bateman [MSFT]
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-19 06:03 UTC by Yang Sun
Modified: 2012-11-01 00:17 UTC (History)
3 users (show)

See Also:


Attachments

Description Yang Sun 2012-10-19 06:03:51 UTC
In addKey(key) procedure, "did store key" is set to true or false, as can be seen from description, "did store key" is a flag used by CDM, do we really need specify the internal behavior of CDM?
Comment 1 David Dorwin 2012-11-01 00:17:56 UTC
We need to describe when the keyadded event is fired. This pseudo flag is used to represent that case in the algorithm.  This is consistent with the style of the existing spec for HTMLMediaElement. Also, there are other locations in the spec that specify the behavior of the CDM as is necessary to satisfy the API.