Skip to content

Commit

Permalink
Make video steps consistent with audio steps
Browse files Browse the repository at this point in the history
  • Loading branch information
markafoltz committed Sep 24, 2024
1 parent ea4c3a9 commit 93a3e3f
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 @@ -985,15 +985,15 @@ spec: mimesniff; urlPrefix: https://mimesniff.spec.whatwg.org/#
Let <var>robustness</var> be a {{DOMString}} initialized to the empty
string (<code>""</code>).
</li>
<li>
If
<code>config.keySystemConfiguration.video.robustness</code>
is present, set <var>robustness</var> to
<code>config.keySystemConfiguration.video.robustness</code>.
</li>
<li>
If <code>config.keySystemConfiguration.video</code> [=map/exists=]:
<ol>
<li>
If
<code>config.keySystemConfiguration.video.robustness</code>
is present, set <var>robustness</var> to
<code>config.keySystemConfiguration.video.robustness</code>.
</li>
<li>
Set the {{MediaKeySystemMediaCapability/robustness}} attribute to <var>
robustness</var>.
Expand Down

0 comments on commit 93a3e3f

Please sign in to comment.