Skip to content

Commit

Permalink
Add MDN URLs for chapterInfo features (#23512)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdavidmills committed Jun 25, 2024
1 parent 527a1b6 commit 32e9c61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/ChapterInformation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down
1 change: 1 addition & 0 deletions api/MediaMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 32e9c61

Please sign in to comment.