Skip to content

Commit 49cfd6b

Browse files
authored
Update api.Animation.pending as shipped in Chromium 76 (#12536)
Chrome 76 is from mdn-bcd-collector results: http://mdn-bcd-collector.appspot.com/tests/api/Animation/pending The rest is mirrored, with the assumption that this wasn't in Edge 18. Also fix the incorrect spec URL.
1 parent 0919b1d commit 49cfd6b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

api/Animation.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -661,16 +661,16 @@
661661
"pending": {
662662
"__compat": {
663663
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Animation/pending",
664-
"spec_url": "https://drafts.csswg.org/web-animations/#dom-animation-currenttime",
664+
"spec_url": "https://drafts.csswg.org/web-animations/#dom-animation-pending",
665665
"support": {
666666
"chrome": {
667-
"version_added": false
667+
"version_added": "76"
668668
},
669669
"chrome_android": {
670-
"version_added": false
670+
"version_added": "76"
671671
},
672672
"edge": {
673-
"version_added": false
673+
"version_added": "79"
674674
},
675675
"firefox": {
676676
"version_added": "59",
@@ -684,10 +684,10 @@
684684
"version_added": false
685685
},
686686
"opera": {
687-
"version_added": false
687+
"version_added": "63"
688688
},
689689
"opera_android": {
690-
"version_added": false
690+
"version_added": "54"
691691
},
692692
"safari": {
693693
"version_added": "13.1"
@@ -696,10 +696,10 @@
696696
"version_added": "13.4"
697697
},
698698
"samsunginternet_android": {
699-
"version_added": false
699+
"version_added": "12.0"
700700
},
701701
"webview_android": {
702-
"version_added": false
702+
"version_added": "76"
703703
}
704704
},
705705
"status": {

0 commit comments

Comments
 (0)