Skip to content

Commit

Permalink
Update for current robustness property name
Browse files Browse the repository at this point in the history
  • Loading branch information
markafoltz committed Sep 18, 2024
1 parent a4a918a commit ea4c3a9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ spec: mimesniff; urlPrefix: https://mimesniff.spec.whatwg.org/#

<xmp class='idl'>
dictionary MediaCapabilitiesDecodingInfo : MediaCapabilitiesInfo {
required MediaKeySystemAccess keySystemAccess;
required MediaKeySystemAccess? keySystemAccess;
MediaDecodingConfiguration configuration;
};
</xmp>
Expand Down Expand Up @@ -956,9 +956,9 @@ spec: mimesniff; urlPrefix: https://mimesniff.spec.whatwg.org/#
[=map/exists=]:
<ol>
<li>
If <code>config.keySystemConfiguration.audioRobustness</code>
If <code>config.keySystemConfiguration.audio.robustness</code>
is present, set <var>robustness</var> to
<code>config.keySystemConfiguration.audioRobustness</code>.
<code>config.keySystemConfiguration.audio.robustness</code>.
</li>
<li>
Set the {{MediaKeySystemMediaCapability/robustness}} attribute to <var>
Expand All @@ -968,7 +968,7 @@ spec: mimesniff; urlPrefix: https://mimesniff.spec.whatwg.org/#
Set the {{MediaKeySystemMediaCapability/encryptionScheme}} attribute to <code>
config.keySystemConfiguration.audio.encryptionScheme</code>.
</li>
</ol>
</ol>
</li>
</ol>
</li>
Expand All @@ -987,9 +987,9 @@ spec: mimesniff; urlPrefix: https://mimesniff.spec.whatwg.org/#
</li>
<li>
If
<code>config.keySystemConfiguration.videoRobustness</code>
<code>config.keySystemConfiguration.video.robustness</code>
is present, set <var>robustness</var> to
<code>config.keySystemConfiguration.videoRobustness</code>.
<code>config.keySystemConfiguration.video.robustness</code>.
</li>
<li>
If <code>config.keySystemConfiguration.video</code> [=map/exists=]:
Expand Down

0 comments on commit ea4c3a9

Please sign in to comment.