From f865041a8f96c0d6f46db42043b19c2ecb14d257 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Sun, 29 Jun 2025 21:36:05 -0700 Subject: [PATCH 1/3] Update Chromium data for speak CSS property This PR updates and corrects version values for Chromium (Chrome, Opera, Samsung Internet, WebView Android) for the `speak` CSS property. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.13.3). _Check out the [collector's guide on how to review this PR](https://github.com/openwebdocs/mdn-bcd-collector#reviewing-bcd-changes)._ Tests Used: https://mdn-bcd-collector.gooborg.com/tests/css/properties/speak --- css/properties/speak.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties/speak.json b/css/properties/speak.json index f500d4753f8043..b349a7ae173e1b 100644 --- a/css/properties/speak.json +++ b/css/properties/speak.json @@ -9,7 +9,7 @@ ], "support": { "chrome": { - "version_added": "≤80", + "version_added": "≤15", "partial_implementation": true, "notes": "The implementation is not compliant with the specification, see [bug 40813740](https://crbug.com/40813740)." }, From b7ac1effa0475092a66007505448161ce79c2e25 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Tue, 22 Jul 2025 22:03:37 -0700 Subject: [PATCH 2/3] Update css/properties/speak.json Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com> --- css/properties/speak.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties/speak.json b/css/properties/speak.json index b349a7ae173e1b..b972291ea2e0d0 100644 --- a/css/properties/speak.json +++ b/css/properties/speak.json @@ -9,7 +9,7 @@ ], "support": { "chrome": { - "version_added": "≤15", + "version_added": "8", "partial_implementation": true, "notes": "The implementation is not compliant with the specification, see [bug 40813740](https://crbug.com/40813740)." }, From e021b5cc470705dfdbe2192c97a0eaf05a9b076f Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Tue, 22 Jul 2025 22:32:13 -0700 Subject: [PATCH 3/3] Add Safari data --- css/properties/speak.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/properties/speak.json b/css/properties/speak.json index b972291ea2e0d0..176fa0bdd2ca6d 100644 --- a/css/properties/speak.json +++ b/css/properties/speak.json @@ -24,7 +24,8 @@ "opera": "mirror", "opera_android": "mirror", "safari": { - "version_added": false + "version_added": "5.1", + "version_removed": "11.1" }, "safari_ios": "mirror", "samsunginternet_android": "mirror",