Skip to content

Commit 8a78098

Browse files
committed
chore: tidy up index.html
1 parent 1c117a9 commit 8a78098

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

encrypted-media-respec.html

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1918,8 +1918,8 @@ <h5>
19181918
</li>
19191919
<li>
19201920
<p>
1921-
If <var>mimeType</var> is <code>failure</code> or is unrecognized,
1922-
continue to the next iteration.
1921+
If <var>mimeType</var> is <code>failure</code> or is unrecognized, continue
1922+
to the next iteration.
19231923
</p>
19241924
</li>
19251925
<li>
@@ -1947,9 +1947,9 @@ <h5>
19471947
</li>
19481948
<li>
19491949
<p>
1950-
If the user agent does not recognize one or more <var>parameters</var>,
1951-
or if any parameters are not valid per the relevant specification,
1952-
continue to the next iteration.
1950+
If the user agent does not recognize one or more <var>parameters</var>, or if
1951+
any parameters are not valid per the relevant specification, continue to the
1952+
next iteration.
19531953
</p>
19541954
</li>
19551955
<li>
@@ -1993,9 +1993,9 @@ <h5>
19931993
continue to the next iteration.
19941994
</p>
19951995
<p class="note">
1996-
For example, if <var>audio/video type</var> is Video and <var>mimeType</var>'s
1997-
[=MIME type/type=]
1998-
is not "video" or <var>media types</var> contains non-video codecs.
1996+
For example, if <var>audio/video type</var> is Video and
1997+
<var>mimeType</var>'s [=MIME type/type=] is not "video" or <var>media
1998+
types</var> contains non-video codecs.
19991999
</p>
20002000
</li>
20012001
<li>
@@ -2475,13 +2475,13 @@ <h2>
24752475
</dt>
24762476
<dd>
24772477
<p>
2478-
The <a data-cite="html#mime-types">MIME type</a> of the
2479-
<a data-cite="html#media-resource">media resource</a>.
2478+
The <a data-cite="html#mime-types">MIME type</a> of the <a data-cite=
2479+
"html#media-resource">media resource</a>.
24802480
</p>
24812481
<p class="note">
2482-
Applications SHOULD ensure that the MIME type explicitly specifies codecs
2483-
and codec constraints (e.g., per [[RFC6381]]) unless these are normatively
2484-
implied by the container.
2482+
Applications SHOULD ensure that the MIME type explicitly specifies codecs and codec
2483+
constraints (e.g., per [[RFC6381]]) unless these are normatively implied by the
2484+
container.
24852485
</p>
24862486
</dd>
24872487
<dt>
@@ -2616,12 +2616,12 @@ <h2>
26162616
The returned object is a non-strict subset (plus any implied defaults) of the first
26172617
satisfiable {{MediaKeySystemConfiguration}} configuration passed to the
26182618
{{Navigator/requestMediaKeySystemAccess()}} call that returned the promise that was
2619-
resolved with this object. It does not contain values for capabilities not specified in
2620-
that single configuration (other than implied defaults) and thus may not reflect all
2621-
capabilities of the [=Key System=] implementation. All values in the configuration
2622-
may be used in any combination. Members of type {{MediaKeysRequirement}} reflect
2623-
whether the capability is required for any combination. They will not have the value
2624-
{{MediaKeysRequirement/"optional"}}.
2619+
resolved with this object. It does not contain values for capabilities not specified
2620+
in that single configuration (other than implied defaults) and thus may not reflect
2621+
all capabilities of the [=Key System=] implementation. All values in the
2622+
configuration may be used in any combination. Members of type
2623+
{{MediaKeysRequirement}} reflect whether the capability is required for any
2624+
combination. They will not have the value {{MediaKeysRequirement/"optional"}}.
26252625
</p>
26262626
<p>
26272627
When this method is invoked, the user agent MUST run the following steps:

0 commit comments

Comments
 (0)