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 19791 - MediaKeySession Error Code typo
Summary: MediaKeySession Error Code typo
Status: RESOLVED FIXED
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: David Dorwin
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-30 23:00 UTC by johnsim
Modified: 2012-10-31 16:49 UTC (History)
3 users (show)

See Also:


Attachments

Description johnsim 2012-10-30 23:00:26 UTC
Section 2.1 Error Codes states:

The code attribute of a MediaKeySession object must return the code for the error, which must be one of the following:

I believe this should read:

The MediaKeyError attribute of a MediaKeySession object must return the code for the error, which must be one of the following:
Comment 1 David Dorwin 2012-10-31 14:20:44 UTC
I believe it should read:
The code attribute of a _MediaKeyError_ object must return the code for the error, which must be one of the following:

MediaKeySession has an error attribute of type MediaKeyError, but really this sentence is referring the numeric code attribute of MediaKeyError.