From 9fa2a1a9fc94c367f7f1512769fd7cedd59a2982 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Fri, 20 Dec 2024 03:31:40 -0800 Subject: [PATCH] Chrome 19-33 / Safari 6+ supports `-webkit-line-align` CSS property (#25429) This PR updates and corrects version values for Chrome and Safari for the `-webkit-line-align` 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-align Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com> --- css/properties/-webkit-line-align.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/properties/-webkit-line-align.json b/css/properties/-webkit-line-align.json index 254f0d02c9df58..514d5668e8aad6 100644 --- a/css/properties/-webkit-line-align.json +++ b/css/properties/-webkit-line-align.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",