From d68a01c55aedf0a942d602f197750783924494be Mon Sep 17 00:00:00 2001 From: Andrey Danil Date: Wed, 17 May 2023 11:45:05 -0500 Subject: [PATCH 1/4] Update -webkit-text-security.json -webkit-text-security is supported in Firefox 114: https://bugzilla.mozilla.org/show_bug.cgi?id=1826629. --- css/properties/-webkit-text-security.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css/properties/-webkit-text-security.json b/css/properties/-webkit-text-security.json index ff103d547334c4..f188182d3a6358 100644 --- a/css/properties/-webkit-text-security.json +++ b/css/properties/-webkit-text-security.json @@ -11,9 +11,11 @@ "chrome_android": "mirror", "edge": "mirror", "firefox": { - "version_added": false + "version_added": "114" + }, + "firefox_android": { + "version_added": "114" }, - "firefox_android": "mirror", "ie": { "version_added": false }, From e2c9ec98f649685ba8707a6d6e825e4a74c68a9a Mon Sep 17 00:00:00 2001 From: Andrey Danil Date: Wed, 17 May 2023 11:50:34 -0500 Subject: [PATCH 2/4] Mirror firefox android --- css/properties/-webkit-text-security.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/css/properties/-webkit-text-security.json b/css/properties/-webkit-text-security.json index f188182d3a6358..7ff2a97c5e8a15 100644 --- a/css/properties/-webkit-text-security.json +++ b/css/properties/-webkit-text-security.json @@ -13,9 +13,7 @@ "firefox": { "version_added": "114" }, - "firefox_android": { - "version_added": "114" - }, + "firefox_android": "mirror", "ie": { "version_added": false }, From 4357c875905b7e85117112edf794420719bdeb75 Mon Sep 17 00:00:00 2001 From: Andrey Danil Date: Thu, 18 May 2023 08:59:07 -0500 Subject: [PATCH 3/4] Set standard_track to true --- css/properties/-webkit-text-security.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties/-webkit-text-security.json b/css/properties/-webkit-text-security.json index 7ff2a97c5e8a15..337dd0ef22d1f0 100644 --- a/css/properties/-webkit-text-security.json +++ b/css/properties/-webkit-text-security.json @@ -33,7 +33,7 @@ }, "status": { "experimental": false, - "standard_track": false, + "standard_track": true, "deprecated": false } } From ff17284ce41968233014fa0b775ac16341cddba7 Mon Sep 17 00:00:00 2001 From: Andrey Danil Date: Fri, 19 May 2023 09:26:47 -0500 Subject: [PATCH 4/4] Update css/properties/-webkit-text-security.json to revert "standard_track" back to false Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu --- css/properties/-webkit-text-security.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties/-webkit-text-security.json b/css/properties/-webkit-text-security.json index 337dd0ef22d1f0..7ff2a97c5e8a15 100644 --- a/css/properties/-webkit-text-security.json +++ b/css/properties/-webkit-text-security.json @@ -33,7 +33,7 @@ }, "status": { "experimental": false, - "standard_track": true, + "standard_track": false, "deprecated": false } }