Skip to content

Commit

Permalink
Update spec_url for Media Source Extensions API related DOM features (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Nov 5, 2024
1 parent 102c108 commit fececf1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions api/HTMLMediaElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/buffered",
"spec_url": [
"https://html.spec.whatwg.org/multipage/media.html#dom-media-buffered-dev",
"https://w3c.github.io/media-source/#htmlmediaelement-extensions"
"https://w3c.github.io/media-source/#htmlmediaelement-extensions-buffered"
],
"tags": [
"web-features:video"
Expand Down Expand Up @@ -2678,7 +2678,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/seekable",
"spec_url": [
"https://html.spec.whatwg.org/multipage/media.html#dom-media-seekable-dev",
"https://w3c.github.io/media-source/#htmlmediaelement-extensions"
"https://w3c.github.io/media-source/#htmlmediaelement-extensions-seekable"
],
"tags": [
"web-features:video"
Expand Down Expand Up @@ -3086,7 +3086,10 @@
"srcObject": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/srcObject",
"spec_url": "https://html.spec.whatwg.org/multipage/media.html#dom-media-srcobject-dev",
"spec_url": [
"https://html.spec.whatwg.org/multipage/media.html#dom-media-srcobject-dev",
"https://w3c.github.io/media-source/#htmlmediaelement-extensions-srcobject"
],
"support": {
"chrome": [
{
Expand Down

0 comments on commit fececf1

Please sign in to comment.