Skip to content

Commit 3b49e44

Browse files
Add TimeRanges object spec URLs (mdn#10370)
1 parent 7a27055 commit 3b49e44

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api/TimeRanges.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"TimeRanges": {
44
"__compat": {
55
"mdn_url": "https://developer.mozilla.org/docs/Web/API/TimeRanges",
6+
"spec_url": "https://html.spec.whatwg.org/multipage/media.html#time-ranges",
67
"support": {
78
"chrome": {
89
"version_added": "6"
@@ -50,6 +51,7 @@
5051
"end": {
5152
"__compat": {
5253
"mdn_url": "https://developer.mozilla.org/docs/Web/API/TimeRanges/end",
54+
"spec_url": "https://html.spec.whatwg.org/multipage/media.html#dom-timeranges-end-dev",
5355
"support": {
5456
"chrome": {
5557
"version_added": "6"
@@ -98,6 +100,7 @@
98100
"length": {
99101
"__compat": {
100102
"mdn_url": "https://developer.mozilla.org/docs/Web/API/TimeRanges/length",
103+
"spec_url": "https://html.spec.whatwg.org/multipage/media.html#dom-timeranges-length-dev",
101104
"support": {
102105
"chrome": {
103106
"version_added": true
@@ -146,6 +149,7 @@
146149
"start": {
147150
"__compat": {
148151
"mdn_url": "https://developer.mozilla.org/docs/Web/API/TimeRanges/start",
152+
"spec_url": "https://html.spec.whatwg.org/multipage/media.html#dom-timeranges-start-dev",
149153
"support": {
150154
"chrome": {
151155
"version_added": "6"

0 commit comments

Comments
 (0)