Skip to content

Commit

Permalink
WIP: use abstract-op links
Browse files Browse the repository at this point in the history
Co-authored-by: François Daoust <[email protected]>
  • Loading branch information
chrisn and tidoust authored Jul 22, 2024
1 parent be92ca8 commit 510d1fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ spec: encrypted-media-draft; for: EME; urlPrefix: https://w3c.github.io/encrypte
<dfn>valid video configuration</dfn>, the following steps MUST be run:
<ol>
<li>
Let |result| be the result of running the <a>Check a MIME Type</a>
Let |result| be the result of running the [$Check a MIME Type$]
algorithm with |configuration|'s {{VideoConfiguration/contentType}},
the media type <code>video</code>,
and {{MediaDecodingType}} or {{MediaEncodingType}} |type|.
Expand Down Expand Up @@ -533,7 +533,7 @@ spec: encrypted-media-draft; for: EME; urlPrefix: https://w3c.github.io/encrypte
<dfn>valid audio configuration</dfn>, the following steps MUST be run:
<ol>
<li>
Let |result| be the result of running the <a>Check a MIME Type</a>
Let |result| be the result of running the [$Check a MIME Type$]
algorithm with |configuration|'s {{AudioConfiguration/contentType}},
media <code>audio</code>,
and {{MediaEncodingType}} or {{MediaDecodingType}} |encodingOrDecodingType|.
Expand Down

0 comments on commit 510d1fb

Please sign in to comment.