Skip to content

Commit 7d480a2

Browse files
authored
List substantive changes since Rec in Status section (#547)
This adjusts the Status of this Document section to list the two new features that were added since publication as a Recommendation in 2017, note that inclusion of additional features is out of scope, and list substantive changes that were made to address maintenance issues. Fixes #546.
1 parent cd594b8 commit 7d480a2

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

encrypted-media-respec.html

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,42 @@
9595
license or other server.
9696
</p>
9797
</section>
98-
<section id="sotd"></section>
98+
<section id="sotd">
99+
<p>
100+
Two new features were added since publication as a <abbr title=
101+
"World Wide Web Consortium">W3C</abbr> Recommendation in <a href=
102+
"https://www.w3.org/TR/2017/REC-encrypted-media-20170918/">September 2017</a>:
103+
</p>
104+
<ul>
105+
<li>Encryption scheme capability detection, through the
106+
{{MediaKeySystemMediaCapability/encryptionScheme}} attribute.
107+
</li>
108+
<li>The ability to query the status of a key associated with an HDCP policy, through the
109+
{{MediaKeys/getStatusForPolicy()}} method.
110+
</li>
111+
</ul>
112+
<p>
113+
Inclusion of other features is out of scope for the Media Working Group. On top of
114+
editorial updates, other substantive changes made to this specification address maintenance
115+
issues against this specification:
116+
</p>
117+
<ul>
118+
<li>Integrate with the Permissions Policy through the [=encrypted-media=] identifier.
119+
</li>
120+
<li>Add {{MediaKeyStatus/"usable-in-future"}} to {{MediaKeyStatus}} for keys that are not
121+
yet usable for decryption.
122+
</li>
123+
<li>Return [=QuotaExceededError=] when steps fail due to a lack of resources.
124+
</li>
125+
<li>Add {{MediaKeySessionClosedReason}} to describe possible reasons for a session closure,
126+
and adjust algorithms accordingly.
127+
</li>
128+
</ul>
129+
<p>
130+
For a full list of changes made since the previous version, see the <a href=
131+
"https://github.com/w3c/encrypted-media/commits/main">commits</a>.
132+
</p>
133+
</section>
99134
<section class="informative">
100135
<h2>
101136
Introduction

0 commit comments

Comments
 (0)