You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add data-export attributes
The attributes are needed because the spec uses an older
version of ReSpec
Also add an export for "Initialization Data", for the MP4
stream registry spec.
Copy file name to clipboardExpand all lines: encrypted-media-respec.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -289,7 +289,7 @@ <h2>Definitions</h2>
289
289
<pclass="note">For example, a key is not usable for decryption if its license has expired. Even if its license has not expired, a key is not usable for decryption if other conditions (e.g., output protection) for its use are not currently satisfied.</p>
<p>A <ahref="#decryption-key">key</a> is associated with a key ID that is a sequence of octets and which uniquely identifies the key.
295
295
The container specifies the ID of the key that can decrypt a block or set of blocks within the <adef-id="media-data"></a>.
@@ -317,7 +317,7 @@ <h2>Definitions</h2>
317
317
<p>A license is key system-specific state information that includes one or more <ahref="#decryption-key">key(s)</a> - each associated with a <adef-id="key-id"></a> - and potentially other information about key usage.</p>
<adef-id="keysystems"></a> usually require a block of initialization data containing information about the stream to be decrypted before they can construct a license request message.
@@ -332,7 +332,7 @@ <h2>Definitions</h2>
332
332
333
333
<p>
334
334
The format of the initialization data depends upon the type of container, and containers MAY support more than one format
335
-
of initialization data. The <dfnclass="export" id="initialization-data-type">Initialization Data Type</dfn> is a string that indicates the
335
+
of initialization data. The <dfnclass="export" data-export="" id="initialization-data-type">Initialization Data Type</dfn> is a string that indicates the
336
336
format of the accompanying Initialization Data. Initialization Data Type strings are always matched case-sensitively. It is
337
337
RECOMMENDED that Initialization Data Type strings are lower-case ASCII strings.
338
338
</p>
@@ -3027,9 +3027,9 @@ <h4>Media Data May Contain Encrypted Blocks</h4>
3027
3027
</section>
3028
3028
3029
3029
<sectionid="initdata-encountered">
3030
-
<h4><dfnclass="export">Initialization Data Encountered</dfn></h4>
3030
+
<h4><dfnclass="export"data-export="">Initialization Data Encountered</dfn></h4>
3031
3031
<p>
3032
-
The Initialization Data Encountered algorithm queues an <adef-id="encrypted"></a> event for <adef-id="initialization-data"></a>encounterd in the <adef-id="media-data"></a>.
3032
+
The Initialization Data Encountered algorithm queues an <adef-id="encrypted"></a> event for <adef-id="initialization-data"></a>encountered in the <adef-id="media-data"></a>.
3033
3033
Requests to run this algorithm include a target <adef-id="htmlmediaelement"></a> object.
3034
3034
</p>
3035
3035
<p>The following steps are run:</p>
@@ -3061,7 +3061,7 @@ <h4><dfn class="export">Initialization Data Encountered</dfn></h4>
0 commit comments