@@ -1918,8 +1918,8 @@ <h5>
1918
1918
</ li >
1919
1919
< li >
1920
1920
< 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.
1923
1923
</ p >
1924
1924
</ li >
1925
1925
< li >
@@ -1947,9 +1947,9 @@ <h5>
1947
1947
</ li >
1948
1948
< li >
1949
1949
< 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.
1953
1953
</ p >
1954
1954
</ li >
1955
1955
< li >
@@ -1993,9 +1993,9 @@ <h5>
1993
1993
continue to the next iteration.
1994
1994
</ p >
1995
1995
< 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.
1999
1999
</ p >
2000
2000
</ li >
2001
2001
< li >
@@ -2475,13 +2475,13 @@ <h2>
2475
2475
</ dt >
2476
2476
< dd >
2477
2477
< 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 > .
2480
2480
</ p >
2481
2481
< 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.
2485
2485
</ p >
2486
2486
</ dd >
2487
2487
< dt >
@@ -2616,12 +2616,12 @@ <h2>
2616
2616
The returned object is a non-strict subset (plus any implied defaults) of the first
2617
2617
satisfiable {{MediaKeySystemConfiguration}} configuration passed to the
2618
2618
{{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"}}.
2625
2625
</ p >
2626
2626
< p >
2627
2627
When this method is invoked, the user agent MUST run the following steps:
0 commit comments