From 2294043c5bafa04bddae86aa545c8da64959a291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Daoust?= Date: Tue, 14 Jan 2020 12:26:18 +0100 Subject: [PATCH] Fix broken links, missing and incorrect references Minor editorial updates to fix a few broken links and correct references: - Make sure that spec name used in custom dfns matches name in Bikeshed's biblio - Make sure that base URL used in custom dfns matches the one used in references - Fix broken fragments in custom dfns - Fix duplicated section IDs - Drop mention of HTML52 in favor of HTML LS - Flag mentions of MediaStream Recording and WebRTC as informative so that references appear in the right list Also replaced links that return permanent redirects (301) with final URL (needed to publish the document as FPWD) --- index.bs | 43 +++++++++++++++++++++---------------------- 1 file changed, 21 insertions(+), 22 deletions(-) diff --git a/index.bs b/index.bs index 0e361ab..07ea9ed 100644 --- a/index.bs +++ b/index.bs @@ -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 @@ -21,20 +21,23 @@ Abstract: based on the device's display.
-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
 
@@ -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
 
@@ -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
@@ -290,11 +287,13 @@ spec: workers; urlPrefix: https://www.w3.org/TR/workers/#
         A {{MediaEncodingConfiguration}} can have one of two types:
         
       

@@ -433,7 +432,7 @@ spec: workers; urlPrefix: https://www.w3.org/TR/workers/#
-

HdrMetadataType

+

HdrMetadataType

@@ -473,7 +472,7 @@ spec: workers; urlPrefix: https://www.w3.org/TR/workers/#
     
-

ColorGamut

+

ColorGamut

@@ -507,7 +506,7 @@ spec: workers; urlPrefix: https://www.w3.org/TR/workers/#
     
-

TransferFunction

+

TransferFunction