From 2911764b258c4ae3f7cc2aedafae9a0fabdab228 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Sat, 16 Jul 2022 11:17:46 -0700 Subject: [PATCH] Update Safari versions for Animation API This PR updates and corrects the real values for Safari (Desktop and iOS/iPadOS) for the `Animation` API, based upon results from the [mdn-bcd-collector](https://mdn-bcd-collector.appspot.com) project (v6.0.8). Tests Used: https://mdn-bcd-collector.appspot.com/tests/api/Animation _Check out the [collector's guide on how to review this PR](https://github.com/foolip/mdn-bcd-collector#reviewing-bcd-changes)._ Note: due to issues with `update-bcd`, these changes were performed manually by comparing the results output for Safari 10.0 and 10.1. --- api/Animation.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/Animation.json b/api/Animation.json index 932e1e097b53c1..ebb18be64f4ade 100644 --- a/api/Animation.json +++ b/api/Animation.json @@ -21,7 +21,7 @@ "opera": "mirror", "opera_android": "mirror", "safari": { - "version_added": "13.1" + "version_added": "10.1" }, "safari_ios": "mirror", "samsunginternet_android": "mirror", @@ -55,7 +55,7 @@ "opera": "mirror", "opera_android": "mirror", "safari": { - "version_added": "13.1" + "version_added": "10.1" }, "safari_ios": "mirror", "samsunginternet_android": "mirror", @@ -229,7 +229,7 @@ "opera": "mirror", "opera_android": "mirror", "safari": { - "version_added": "13.1" + "version_added": "10.1" }, "safari_ios": "mirror", "samsunginternet_android": "mirror", @@ -827,7 +827,7 @@ "opera": "mirror", "opera_android": "mirror", "safari": { - "version_added": "13.1", + "version_added": "10.1", "notes": "Currently only the getter is supported" }, "safari_ios": "mirror",