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 25911 - HTMLSourceElement's IDL keysystem attribute should reflect the keysystem content attribute
Summary: HTMLSourceElement's IDL keysystem attribute should reflect the keysystem cont...
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: 2014-05-28 23:46 UTC by Chris Pearce
Modified: 2014-06-13 22:13 UTC (History)
4 users (show)

See Also:


Attachments

Description Chris Pearce 2014-05-28 23:46:06 UTC
The HTMLSourceElement's IDL keysystem attribute needs to be explicitly defined to reflect the keysystem content attribute.

So I suggest we change this text in the spec:

"The keySystem attribute of HTMLSourceElement specifies the Key System to be used with the media resource. The keySystem attribute must be supported by all HTMLSourceElement as both an IDL attribute and also a content attribute named keysystem."

to:

"The keySystem attribute of HTMLSourceElement specifies the Key System to be used with the media resource. The keySystem attribute must be supported by all HTMLSourceElement as both an IDL attribute and also a content attribute named keysystem. The keySystem IDL attribute must reflect the keysystem content attribute."
Comment 1 David Dorwin 2014-06-13 22:13:16 UTC
Fixed in https://dvcs.w3.org/hg/html-media/rev/129bbc12747a. I rewrote the definition text for the two attributes to be more similar to the HTML5 spec and correct references to the wrong attribute.