Skip to content

Commit

Permalink
Merge pull request #143 from tidoust/fix-links-refs
Browse files Browse the repository at this point in the history
Fix broken links, missing and incorrect references
  • Loading branch information
chcunningham authored Jan 15, 2020
2 parents b4e0e66 + 2294043 commit 4d5d0fb
Showing 1 changed file with 21 additions and 22 deletions.
43 changes: 21 additions & 22 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ED: https://w3c.github.io/media-capabilities/
Shortname: media-capabilities
Level: 1
Group: mediawg
Editor: Mounir Lamouri, w3cid 45389, Google Inc. https://google.com/
Editor: Chris Cunningham, w3cid 114832, Google Inc. https://google.com/
Editor: Mounir Lamouri, w3cid 45389, Google Inc. https://www.google.com/
Editor: Chris Cunningham, w3cid 114832, Google Inc. https://www.google.com/
Abstract: This specification intends to provide APIs to allow websites to make
Abstract: an optimal decision when picking media content for the user. The APIs
Expand All @@ -21,20 +21,23 @@ Abstract: based on the device's display.
</pre>

<pre class='anchors'>
spec: media-source; urlPrefix: https://w3c.github.io/media-source/
spec: media-source; urlPrefix: https://www.w3.org/TR/media-source/
type: interface
for: MediaSource; text: MediaSource; url: #media-source
for: MediaSource; text: MediaSource; url: #mediasource
type: method
for: MediaSource; text: isTypeSupported(); url: #dom-mediasource-istypesupported

spec: html; urlPrefix: https://html.spec.whatwg.org/multipage/;
type: method
urlPrefx: embedded-content.html/
for: HTMLMediaElement; text: canPlayType(); url: #dom-navigator-canplaytype
for: HTMLMediaElement; text: canPlayType(); url: #dom-navigator-canplaytype
type: dfn
text: rules for parsing floating-point number values
type: dfn;
text: origin; url:#concept-origin
text: global object; url:#global-object
text: relevant settings object; url:#relevant-settings-object

spec: ECMAScript; urlPrefix: https://tc39.github.io/ecma262/#
spec: ECMAScript; urlPrefix: https://tc39.es/ecma262/#
type: interface
text: TypeError; url: sec-native-error-types-used-in-this-standard-typeerror

Expand All @@ -46,11 +49,11 @@ spec: mediaqueries-4; urlPrefix: https://drafts.csswg.org/mediaqueries-4/#
type: interface
text: color-gamut

spec: mediacapture-record; urlPrefix: https://www.w3.org/TR/mediastream-recording/#
spec: mediastream-recording; urlPrefix: https://www.w3.org/TR/mediastream-recording/#
type:interface
text: MediaRecorder; url: mediarecorder

spec: webrtc-pc; urlPrefix: https://www.w3.org/TR/webrtc/#
spec: webrtc; urlPrefix: https://www.w3.org/TR/webrtc/#
type: interface
text: RTCPeerConnection; url: interface-definition

Expand All @@ -63,15 +66,9 @@ spec: webidl; urlPrefix: https://heycam.github.io/webidl/#
type: interface; text: DOMException; url:idl-DOMException
type: dfn; text: InvalidStateError; url:invalidstateerror

spec: dom; urlPrefix: https://www.w3.org/TR/dom/#
spec: dom; urlPrefix: https://dom.spec.whatwg.org/#
type: dfn; text: Document; url:concept-document

spec: html52; urlPrefix: https://www.w3.org/TR/html52/
type: dfn;
text: origin; url:browsers.html#concept-cross-origin
text: global object; url:webappapis.html#global-object
text: relevant settings object; url:webappapis.html#relevant-settings-object

spec: encrypted-media; for: EME; urlPrefix: https://www.w3.org/TR/encrypted-media/#
type: attribute
text: keySystem; url: dom-mediakeysystemaccess-keysystem
Expand Down Expand Up @@ -290,11 +287,13 @@ spec: workers; urlPrefix: https://www.w3.org/TR/workers/#
A {{MediaEncodingConfiguration}} can have one of two types:
<ul>
<li><dfn for='MediaEncodingType' enum-value>record</dfn> is used to
represent a configuration for recording of media, e.g. using
{{MediaRecorder}} as defined in [[mediastream-recording]].</li>
represent a configuration for recording of media,
<span class="informative">e.g. using {{MediaRecorder}} as defined in
[[mediastream-recording]]</span>.</li>
<li><dfn for='MediaEncodingType' enum-value>transmission</dfn> is used
to represent a configuration meant to be transmitted over electronic
means (e.g. using {{RTCPeerConnection}}).</li>
means (<span class="informative">e.g. using {{RTCPeerConnection}} as
defined in [[webrtc]]</span>).</li>
</ul>
</p>
</section>
Expand Down Expand Up @@ -433,7 +432,7 @@ spec: workers; urlPrefix: https://www.w3.org/TR/workers/#
</section>

<section>
<h4 id='videoconfiguration'>HdrMetadataType</h4>
<h4 id='hdrmetadatatype'>HdrMetadataType</h4>

<p>
<pre class='idl'>
Expand Down Expand Up @@ -473,7 +472,7 @@ spec: workers; urlPrefix: https://www.w3.org/TR/workers/#
</section>

<section>
<h4 id='videoconfiguration'>ColorGamut</h4>
<h4 id='colorgamut'>ColorGamut</h4>

<p>
<pre class='idl'>
Expand Down Expand Up @@ -507,7 +506,7 @@ spec: workers; urlPrefix: https://www.w3.org/TR/workers/#
</section>

<section>
<h4 id='videoconfiguration'>TransferFunction</h4>
<h4 id='transferfunction'>TransferFunction</h4>

<p>
<pre class='idl'>
Expand Down

0 comments on commit 4d5d0fb

Please sign in to comment.