Skip to content

Commit

Permalink
Fix whitespace issues in mouse-over prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Oct 8, 2024
1 parent 4b5ed31 commit 5809216
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -746,11 +746,7 @@ spec: mimesniff; urlPrefix: https://mimesniff.spec.whatwg.org/#
<h3 id='info-algorithms'>Algorithms</h3>

<section algorithm>
<h4 id='create-media-capabilities-encoding-info'>
<dfn abstract-op noexport lt="Create a MediaCapabilitiesEncodingInfo|create a MediaCapabilitiesEncodingInfo">
Create a MediaCapabilitiesEncodingInfo
</dfn>
</h4>
<h4 id='create-media-capabilities-encoding-info'><dfn abstract-op noexport lt="Create a MediaCapabilitiesEncodingInfo|create a MediaCapabilitiesEncodingInfo">Create a MediaCapabilitiesEncodingInfo</dfn></h4>
<p>
To [$create a MediaCapabilitiesEncodingInfo$], given a
{{MediaEncodingConfiguration}} <var>configuration</var>, run the
Expand Down Expand Up @@ -792,11 +788,7 @@ spec: mimesniff; urlPrefix: https://mimesniff.spec.whatwg.org/#
</section>

<section algorithm>
<h4 id='create-media-capabilities-decoding-info'>
<dfn abstract-op noexport lt="Create a MediaCapabilitiesDecodingInfo|create a MediaCapabilitiesDecodingInfo">
Create a MediaCapabilitiesDecodingInfo
</dfn>
</h4>
<h4 id='create-media-capabilities-decoding-info'><dfn abstract-op noexport lt="Create a MediaCapabilitiesDecodingInfo|create a MediaCapabilitiesDecodingInfo">Create a MediaCapabilitiesDecodingInfo</dfn></h4>
<p>
To [$create a MediaCapabilitiesDecodingInfo$], given a
{{MediaDecodingConfiguration}} |configuration|, perform the
Expand Down Expand Up @@ -864,11 +856,7 @@ spec: mimesniff; urlPrefix: https://mimesniff.spec.whatwg.org/#
</section>

<section algorithm>
<h4 id="check-mime-type-support">
<dfn abstract-op noexport lt="Check MIME Type Support|check MIME type support">
Check MIME Type Support
</dfn>
</h4>
<h4 id="check-mime-type-support"><dfn abstract-op noexport lt="Check MIME Type Support|check MIME type support">Check MIME Type Support</dfn></h4>
<p>
To [$check MIME type support$], given a {{DOMString}} |contentType|, a
string |media|, and either a {{MediaEncodingType}} or
Expand Down Expand Up @@ -962,11 +950,7 @@ spec: mimesniff; urlPrefix: https://mimesniff.spec.whatwg.org/#
</section>

<section algorithm>
<h4 id='is-encrypted-decode-supported'>
<dfn abstract-op noexport lt="Check Encrypted Decoding Support|check encrypted decoding support">
Check Encrypted Decoding Support
</dfn>
</h4>
<h4 id='is-encrypted-decode-supported'><dfn abstract-op noexport lt="Check Encrypted Decoding Support|check encrypted decoding support">Check Encrypted Decoding Support</dfn></h4>
<p>
To [$check encrypted decoding support$], given a {{MediaDecodingConfiguration}}
|config| where {{keySystemConfiguration}} [=map/exists=], perform the
Expand Down

0 comments on commit 5809216

Please sign in to comment.