From 103b9bf0cfc3f2a9923d93e2f044dd7287b3b4e3 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Fri, 20 Dec 2024 03:30:43 -0800 Subject: [PATCH] Chrome 19-33 / Safari 6+ support `-webkit-line-snap` CSS property (#25431) This PR updates and corrects version values for Chrome and Safari for the `-webkit-line-snap` CSS property. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.12.8). Tests Used: https://mdn-bcd-collector.gooborg.com/tests/css/properties/-webkit-line-snap Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com> --- css/properties/-webkit-line-snap.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/properties/-webkit-line-snap.json b/css/properties/-webkit-line-snap.json index 2bb7dfe77616f9..163d7f86c3daaa 100644 --- a/css/properties/-webkit-line-snap.json +++ b/css/properties/-webkit-line-snap.json @@ -5,7 +5,8 @@ "__compat": { "support": { "chrome": { - "version_added": false + "version_added": "19", + "version_removed": "34" }, "chrome_android": "mirror", "edge": "mirror", @@ -20,7 +21,7 @@ "opera": "mirror", "opera_android": "mirror", "safari": { - "version_added": "≤13.1" + "version_added": "6" }, "safari_ios": "mirror", "samsunginternet_android": "mirror",