From ed20c929b1c926974177bfba56836b608d2a6688 Mon Sep 17 00:00:00 2001 From: Dave Letorey Date: Tue, 1 Oct 2024 10:31:28 +0100 Subject: [PATCH 1/3] added the version removed for user-modified property --- css/properties/user-modify.json | 1 + 1 file changed, 1 insertion(+) diff --git a/css/properties/user-modify.json b/css/properties/user-modify.json index fa2016cc257e0b..c57a4a2523cb26 100644 --- a/css/properties/user-modify.json +++ b/css/properties/user-modify.json @@ -17,6 +17,7 @@ "firefox": { "prefix": "-moz-", "version_added": "1", + "version_removed": "132", "partial_implementation": true, "notes": [ "While the CSS property is parsed and accepted, it does not have any effect.", From 349c4ea82775b4bf5d49b7e2b19389f13cf8de64 Mon Sep 17 00:00:00 2001 From: Dave Letorey Date: Tue, 8 Oct 2024 11:36:29 +0100 Subject: [PATCH 2/3] removed the scheduled to be removed note --- css/properties/user-modify.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/properties/user-modify.json b/css/properties/user-modify.json index c57a4a2523cb26..f22eb297282418 100644 --- a/css/properties/user-modify.json +++ b/css/properties/user-modify.json @@ -20,8 +20,7 @@ "version_removed": "132", "partial_implementation": true, "notes": [ - "While the CSS property is parsed and accepted, it does not have any effect.", - "Scheduled for removal (see bug 1388910)." + "While the CSS property is parsed and accepted, it does not have any effect." ] }, "firefox_android": "mirror", From 90152c700ccebead6b9a98d74cbe84af5a8495b6 Mon Sep 17 00:00:00 2001 From: Dave Letorey Date: Tue, 8 Oct 2024 11:43:39 +0100 Subject: [PATCH 3/3] removed notes array as single note --- css/properties/user-modify.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/css/properties/user-modify.json b/css/properties/user-modify.json index f22eb297282418..3ba3b46191e9b5 100644 --- a/css/properties/user-modify.json +++ b/css/properties/user-modify.json @@ -19,9 +19,7 @@ "version_added": "1", "version_removed": "132", "partial_implementation": true, - "notes": [ - "While the CSS property is parsed and accepted, it does not have any effect." - ] + "notes": "While the CSS property is parsed and accepted, it does not have any effect." }, "firefox_android": "mirror", "ie": {