From 32e9c61746a6488ca529cf546a3cbb46fd3d11d8 Mon Sep 17 00:00:00 2001 From: Chris Mills Date: Tue, 25 Jun 2024 13:08:07 +0100 Subject: [PATCH] Add MDN URLs for chapterInfo features (#23512) --- api/ChapterInformation.json | 4 ++++ api/MediaMetadata.json | 1 + 2 files changed, 5 insertions(+) diff --git a/api/ChapterInformation.json b/api/ChapterInformation.json index 79cfd0e1c9e482..2f18cc9781c6b6 100644 --- a/api/ChapterInformation.json +++ b/api/ChapterInformation.json @@ -2,6 +2,7 @@ "api": { "ChapterInformation": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/ChapterInformation", "spec_url": "https://w3c.github.io/mediasession/#chapterinformation", "support": { "chrome": { @@ -34,6 +35,7 @@ }, "artwork": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/ChapterInformation/artwork", "spec_url": "https://w3c.github.io/mediasession/#dom-chapterinformation-artwork", "support": { "chrome": { @@ -67,6 +69,7 @@ }, "startTime": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/ChapterInformation/startTime", "spec_url": "https://w3c.github.io/mediasession/#dom-chapterinformation-starttime", "support": { "chrome": { @@ -100,6 +103,7 @@ }, "title": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/ChapterInformation/title", "spec_url": "https://w3c.github.io/mediasession/#dom-chapterinformation-title", "support": { "chrome": { diff --git a/api/MediaMetadata.json b/api/MediaMetadata.json index db9c74152d7ca2..f36013b6e767f2 100644 --- a/api/MediaMetadata.json +++ b/api/MediaMetadata.json @@ -201,6 +201,7 @@ }, "chapterInfo": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/MediaMetadata/chapterInfo", "spec_url": "https://w3c.github.io/mediasession/#dom-mediametadata-chapterinfo", "support": { "chrome": {